first commit

This commit is contained in:
2026-08-31 16:22:00 +08:00
commit e969a1e559
2665 changed files with 128795 additions and 0 deletions
@@ -0,0 +1,34 @@
<?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/}&nbsp;&nbsp;{PE.Control.imgValidateCode/}</p>
<p class="login">
{PE.Control.btnSubmit/}&nbsp;<a href="Login.aspx?sid=@Request_sid">登录</a></p>
{/PE.Control.WapRegForm}
</div>
{PE.Label id="wap底部" /}
</div>
</body>
</html>