Files
ningbo/动易的标签库/模板库_dhjd/WAP系统模板/Wap登录页模板.html
T
2026-08-31 16:22:00 +08:00

29 lines
1.1 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.Control.WapForm} {PE.Label id="WAP头部(其它)"/}
<div class="user_reg">
<h1>
用户登录</h1>
<p>
用户名: {PE.Control.UserName/}</p>
<p>
密 码: {PE.Control.UserPwd/}</p>
<p class="login">
{PE.Control.btnSubmit/}&nbsp;<a href='Register.aspx?sid=@Request_sid'>注册</a></p>
</div>
{/PE.Control.WapForm} {PE.Label id="wap底部" /}
</div>
</body>
</html>