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.