first commit
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
<?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>Wap内容页</title>
|
||||
</head>
|
||||
<body >
|
||||
<a id="db" ></a>
|
||||
<div class="wrapper">
|
||||
{PE.Control.form1}
|
||||
|
||||
{PE.Label id="WAP头部"/}
|
||||
<div class="main">
|
||||
<div class="dh_list">{PE.Label id="Wap类别"/}</div>
|
||||
|
||||
|
||||
<div class="list">
|
||||
{pe.Label id="Wap文章内容" WapArticleId="@request_WapArticleId"/}
|
||||
<div class="next_page">
|
||||
{pe.Label id="wap上一篇" WapArticleId="@request_WapArticleId" WapCategoryID="@request_WapCategoryId"/}{pe.Label id="wap下一篇" WapArticleId="@request_WapArticleId" WapCategoryID="@request_WapCategoryId"/}
|
||||
</div>
|
||||
{pe.Control.pnlComment}
|
||||
{pe.Control.txtComment/}<br/>
|
||||
{pe.Control.btnComment/}
|
||||
{pe.Label id="WAP文章最新评论" WapArticleId="@request_WapArticleId"/}
|
||||
{/pe.Control.pnlComment}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{PE.Label id="wap底部" /}
|
||||
|
||||
|
||||
|
||||
|
||||
{/PE.Control.form1}
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,39 @@
|
||||
<?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>Wap列表页</title>
|
||||
</head>
|
||||
<body>
|
||||
<a id="db" ></a>
|
||||
<div class="wrapper">
|
||||
{PE.Control.form1}
|
||||
{PE.Label id="WAP头部"/}
|
||||
|
||||
<div class="main">
|
||||
<div class="dh_list">{PE.Label id="Wap类别"/}</div>
|
||||
<div class="dh">{pe.Control.ltrWapCategoryName/}</div>
|
||||
<div class="column_content">
|
||||
|
||||
{PE.Label id="Wap文章列表" WapCategoryId="@request_WapCategoryId" page="true" titleLength="32" pagesize="15" /}
|
||||
|
||||
|
||||
</div>
|
||||
<div class="page">{PE.Page id="wap_动易后台风格" datasource="Wap文章列表" /}</div>
|
||||
|
||||
</div>
|
||||
{PE.Label id="wap底部" /}
|
||||
|
||||
|
||||
|
||||
|
||||
{/PE.Control.form1}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
<?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="mistake">
|
||||
成功信息:<br />
|
||||
{PE.Control.SuccessText/} <a href='{PE.Control.RedirectUrl/}'>返回</a>
|
||||
</div>
|
||||
{PE.Label id="wap底部" /}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
|
||||
<wml>
|
||||
<head>
|
||||
<meta http-equiv="Cache-control" content="max-age=0" forua="true" />
|
||||
<meta http-equiv="Cache-control" content="must-revalidate" forua="true" />
|
||||
</head>
|
||||
<template>
|
||||
<do type="prev" label="返回" optional="false">
|
||||
<prev />
|
||||
</do>
|
||||
</template>
|
||||
{PE.Label id="WAP内容显示" itemId="@RequestInt_id" /}
|
||||
</wml>
|
||||
@@ -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/} {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>
|
||||
@@ -0,0 +1,28 @@
|
||||
<?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/} <a href='Register.aspx?sid=@Request_sid'>注册</a></p>
|
||||
</div>
|
||||
{/PE.Control.WapForm} {PE.Label id="wap底部" /}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
|
||||
<wml>
|
||||
<head>
|
||||
<meta http-equiv="Cache-control" content="max-age=0" forua="true" />
|
||||
<meta http-equiv="Cache-control" content="must-revalidate" forua="true" />
|
||||
</head>
|
||||
<template>
|
||||
<do type="prev" label="返回" optional="false">
|
||||
<prev />
|
||||
</do>
|
||||
</template>
|
||||
{PE.Label id="WAP栏目列表" /}
|
||||
</wml>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?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>WAP评论页</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="wrapper">
|
||||
{PE.Label id="WAP头部"/}
|
||||
{pe.Control.form1}
|
||||
|
||||
|
||||
|
||||
<div class="list">
|
||||
{pe.Label id="Wap评论列表" WapArticleId="@request_WapArticleId" titleLength="100" page="true" pagesize="15" /}
|
||||
<div class="page"> {PE.Page id="wap_动易后台风格" datasource="Wap评论列表" /}</div>
|
||||
|
||||
</div>
|
||||
|
||||
{PE.Label id="wap底部" /}
|
||||
|
||||
{/pe.Control.form1}
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?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="mistake">
|
||||
错误信息:<br />
|
||||
{PE.Control.errortext/} <a href='{PE.Control.RedirectUrl/}'>返回</a>
|
||||
</div>
|
||||
{PE.Label id="wap底部" /}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,31 @@
|
||||
<?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>Wap首页</title>
|
||||
</head>
|
||||
<body >
|
||||
<div class="wrapper">
|
||||
{PE.Control.form1}
|
||||
|
||||
{PE.Label id="WAP头部"/}
|
||||
<div class="main">
|
||||
<div class="dh_list"><a href="{PE.SiteConfig.ApplicationPath/}wap/Letter/Default.aspx">网上信访</a>|<a href="{PE.SiteConfig.ApplicationPath/}wap/Interview/Default.aspx">在线访谈</a></div>
|
||||
|
||||
{PE.Label id="Wap类别列表" ContentLength="3" CategoryLength="6" /}
|
||||
</div>
|
||||
{PE.Label id="wap底部" /}
|
||||
|
||||
|
||||
|
||||
|
||||
{/PE.Control.form1}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user