Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/WebSites/OKB/Administration/Default.aspx @ 4478

Last change on this file since 4478 was 4478, checked in by cfleisch, 14 years ago

Deleted binaries, added test function (#1198)

File size: 602 bytes
Line 
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="OKB.Administration.Views.AdministrationDefault"
2    Title="Default" MasterPageFile="~/Shared/DefaultMaster.master" %>
3<asp:Content ID="content" ContentPlaceHolderID="DefaultContent" Runat="Server">
4    <h1>Administration Default View</h1>
5        <p style="margin-bottom:100px">
6        Here ist the content.</p>
7    <asp:Button ID="GetDateTimeButton" runat="server" Text="Get DateTime"
8            onclick="GetDateTimeButton_Click" /><asp:Label ID="ResultLabel" runat="server"></asp:Label>
9</asp:Content>
10
Note: See TracBrowser for help on using the repository browser.