46 lines
1.4 KiB
HTML
46 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>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>
|