35 lines
1.4 KiB
HTML
35 lines
1.4 KiB
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8" />
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Cache-Control" content="no-cache" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
<link href="{PE.SiteConfig.ajaxsitepath/}Wap/WapDefault.css" rel="stylesheet" type="text/css" />
|
|
<title>会员注册</title>
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
{PE.Label id="WAP头部(其它)"/}
|
|
<div class="user_reg">
|
|
<h1>
|
|
会员注册</h1>
|
|
{PE.Control.WapRegForm}
|
|
<p class="short">
|
|
用户名:{PE.Control.txtUserName/}<em>*</em></p>
|
|
<p class="short">
|
|
密 码:{PE.Control.txtPassWord/}<em>*</em></p>
|
|
<p class="short">
|
|
邮 箱:{PE.Control.txtEmail/}<em>*</em></p>
|
|
<p class="short">
|
|
验证码:{PE.Control.txtValidateCode/} {PE.Control.imgValidateCode/}</p>
|
|
<p class="login">
|
|
{PE.Control.btnSubmit/} <a href="Login.aspx?sid=@Request_sid">登录</a></p>
|
|
{/PE.Control.WapRegForm}
|
|
</div>
|
|
{PE.Label id="wap底部" /}
|
|
</div>
|
|
</body>
|
|
</html>
|