|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>无标题文档</title><link rel="stylesheet" type="text/css" href="../js/dijit/themes/tundra/tundra.css" /><link rel="stylesheet" type="text/css" href="../js/dojo/resources/dojo.css" /><style type="text/css">h3 {margin: 10px;}label, input {display:block;float:left;margin-bottom:5px;}label {text-align:right;width:70px;}br {clear:left;}.grouping {width:300px;border:solid 1px rgb(230,230,230);padding:5px;margin:10px;}</style><script type="text/javascript" src="../js/dojo/dojo.js" djConfig="parseOnLoad: true"></script><script type="text/javascript">dojo.require("dojo.parser");dojo.require("dijit.form.TextBox");dojo.require("dijit.form.ValidationTextBox");dojo.require("dijit.form.Button");</script></head><body class="tundra"><h3>Sign-Up for out greater offers:</h3><form id="registration_form"><div class="grouping"><label>First Name:</label><input type="text" maxlength="25" name="first" dojoType="dijit.form.TextBox" trim="true" propercase="true" /><br /><label>Last Name: </label><input type="text" maxlength="25" name="last" dojoType="dijit.form.TextBox" trim="true" propercase="true" /><br /><label>Your Email:</label><input type="text" maxlength="25" name="email" dojoType="dijit.form.ValidationTextBox" trim="true" lowercase="true" regExp="[a-z0-9._%+-]+@[a-z0-9-]+\.[a-z]{2,4}" required="true" invalidMessage="Please enter a valid e-mail address" /><br /><button dojoType="dijit.form.Button" >Sign Up!</button></div></form></body></html> |
|