Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/WebSites/OKB/LoginForm.aspx @ 4572

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

Create repository (#1198)

File size: 794 bytes
Line 
1<%@ Page Title="" Language="C#" MasterPageFile="~/Shared/DefaultMaster.master" AutoEventWireup="true" CodeFile="LoginForm.aspx.cs" Inherits="LoginForm" culture="auto" meta:resourcekey="PageResource1" uiculture="auto" %>
2
3<asp:Content ID="Content1" ContentPlaceHolderID="DefaultContent" Runat="Server">
4    <div class="divCenter">
5        <asp:Login ID="Login1" runat="server" onauthenticate="Login1_Authenticate" CssClass="LoginForm" meta:resourcekey="Login1Resource1">
6            <InstructionTextStyle CssClass="LoginForm_InstructionText" />
7            <LoginButtonStyle CssClass="LoginForm_LoginButton" />
8            <TextBoxStyle CssClass="LoginForm_TextBox" />
9            <TitleTextStyle CssClass="LoginForm_TitleText" />
10        </asp:Login>
11    </div>
12</asp:Content>
13
Note: See TracBrowser for help on using the repository browser.