<%@ Page Language="c#" masterpagefile="~/masterpage.master" Inherits="Microsoft.Samples.SqlServer.Login" CodeFile="Login.aspx.cs" %>

<asp:content id="Content1" contentplaceholderid="ContentPlaceHolder1" runat="server">
<!-- =====================================================================

  File:      Login.aspx for Adventure Works Cycles Storefront Sample
  Summary:   Authenticates the user
  Date:	     June 16, 2003

=====================================================================

  This file is part of the Microsoft SQL Server Code Samples.
  Copyright (C) Microsoft Corporation.  All rights reserved.

This source code is intended only as a supplement to Microsoft
Development Tools and/or on-line documentation.  See these other
materials for detailed information regarding Microsoft code samples.

THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.

======================================================= -->

<table cellspacing="0" cellpadding="0" width="100%" border="0">
	<tr>
		<td class="ContentHead">
			<img align="left" height="32" width="60" src="images/1x1.gif">Sign Into Your 
			Account
			<br>
		</td>
	</tr>
</table>
<br />
<br />
<img align="left" height="1" width="92" src="images/1x1.gif">
<table height="100%" cellspacing="0" cellpadding="0" border="0">
	<tr valign="top">
		<td width="550">
            <asp:login id="Login1" runat="server" usernamelabeltext="Email:" failuretext="Your sign in attempt was not successful. Please try again." loginbuttonimageurl="images/sign_in_now.gif" loginbuttontype="Image" createusertext="Register" createuserurl="Register.aspx" font-size="Smaller" font-names="Verdana" onauthenticate="Login1_Authenticate" passwordrequirederrormessage="A password is required" usernamerequirederrormessage="A valid email addres is required" titletext="">
            </asp:login>
			
			<span class="Normal">&nbsp;If you are a new user and you don't have an account with Adventure Works Cycles, then register for one now.</span>
		</td>
	</tr>
</table>

</asp:content>