зеркало из https://github.com/mono/monomeeting.git
touch ups
svn path=/trunk/monomeeting/; revision=65341
This commit is contained in:
Родитель
655521f388
Коммит
88427064e6
|
@ -43,14 +43,15 @@ SmtpMail.Send (m);
|
|||
how many people will attend to get the proper venue.
|
||||
|
||||
<p>Name:<br>
|
||||
<asp:TextBox id="name" columns="50" runat="server" maxLength="100" />
|
||||
<asp:TextBox id="name" columns="50" runat="server" maxLength="100" /><br/>
|
||||
<asp:RequiredFieldValidator runat="server" class="errorst" ControlToValidate="name" ErrorMessage="Please enter your name."/>
|
||||
|
||||
<p>Email:<br>
|
||||
<asp:TextBox id="email" columns="50" runat="server" maxLength="100"/>
|
||||
<asp:TextBox id="email" columns="50" runat="server" maxLength="100"/><br/>
|
||||
<asp:RequiredFieldValidator runat="server" class="errorst" ControlToValidate="email" ErrorMessage="Please enter an email address."/>
|
||||
<asp:RegularExpressionValidator runat="server" ControlToValidate="email"
|
||||
ValidationExpression="[\w\.\-]+@[a-zA-Z0-9\-]+(\.[a-zA-Z0-9\-]+)*(\.[a-zA-Z]{2,3}){1,2}"
|
||||
ErrorMessage="Please enter your email address."/>
|
||||
ErrorMessage="Please enter a valid email address."/>
|
||||
|
||||
<p>Country:<br>
|
||||
<asp:TextBox id="country" columns="50" runat="server" maxLength="100"/>
|
||||
|
@ -61,4 +62,4 @@ SmtpMail.Send (m);
|
|||
<p>
|
||||
<asp:button type="submit" runat="server" Text="Register" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Загрузка…
Ссылка в новой задаче