Applied patch from Jan Limpens 'ReflectionBasedDictionaryAdapter needs to check if...
[castle.git] / Samples / PestControl / Castle.Applications.PestControl.Web / views / registration / signup.aspx
blob154f594427a6f169ed7fe95d93c17de73cc710f1
1 <%@ Page CodeBehind="signup.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="Castle.Applications.PestControl.Web.Views.Registration.Index" %>\r
2 \r
3 <form runat="server">\r
4         <p>\r
5                 Please fill the fields below to create an account.\r
6         </p>\r
7         <asp:ValidationSummary runat="server" id="ValidationSummary1" />\r
8         <TABLE class="formtable" width="330" BORDER="0" CELLSPACING="6" CELLPADDING="2">\r
9                 <TR>\r
10                         <TD width="30%">E-mail:</TD>\r
11                         <TD><asp:TextBox ID="email" Runat="server" /></TD>\r
12                 </TR>\r
13                 <TR>\r
14                         <TD>Name/Nickname:</TD>\r
15                         <TD><asp:TextBox ID="name" Runat="server" /></TD>\r
16                 </TR>\r
17                 <TR>\r
18                         <TD>Password:</TD>\r
19                         <TD><asp:TextBox ID="passwd" Runat="server" /></TD>\r
20                 </TR>\r
21                 <TR>\r
22                         <TD>Password confirmation:</TD>\r
23                         <TD><asp:TextBox ID="passwd2" Runat="server" /></TD>\r
24                 </TR>\r
25                 <TR>\r
26                         <TD colspan="2" align="center">\r
27                                 <hr noshade>\r
28                                 <asp:Button ID="Save" Runat="server" Text="Register"></asp:Button>\r
29                         </TD>\r
30                 </TR>\r
31         </TABLE>\r
32 </form>\r