first commit
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
{PE.DataSource datasource="问题数据源标签" id="Question" questionID="@RequestInt_id" xslt="true" /}
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>{PE.Field id="Question" fieldname="Title" /}-问答</title>
|
||||
<meta name="description" content="问答" />
|
||||
<link rel="stylesheet" type="text/css" href="{PE.SiteConfig.SkinPath/}QA/common.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="{PE.SiteConfig.SkinPath/}QA/default.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="{PE.SiteConfig.SkinPath/}QA/ask.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="{PE.SiteConfig.SkinPath/}QA/ask_answerpage.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="{PE.SiteConfig.SkinPath/}QA/login.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="{PE.SiteConfig.SkinPath/}default.css"/>
|
||||
<script type="text/javascript" src="{PE.SiteConfig.applicationpath/}JS/jquery.pack.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/Common.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="wrapper">
|
||||
{PE.Label id="政府版问答顶部" /}
|
||||
|
||||
<br class="spacing" />
|
||||
<div class="postpath">
|
||||
您所在的位置:{PE.Label id="问答首页连接" /} > {PE.Label id="问答当前位置导航" categoryID="{PE.Field id="Question" fieldname="CategoryID" /}" linkOpenType="2" /} > <em>查看问题</em>
|
||||
</div>
|
||||
<br class="spacing" />
|
||||
|
||||
<div class="mainContent">
|
||||
|
||||
<div class="ask_title">
|
||||
|
||||
<div class="ask_box">
|
||||
<div class="rr-1"></div><div class="rr-2"></div><div class="rr-3"></div>
|
||||
{PE.Label id="显示问题" questionID="{PE.Field id="Question" fieldname="QuestionID" /}" /}
|
||||
<div class="rr-3"></div><div class="rr-2"></div><div class="rr-1"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br class="spacing" />
|
||||
{PE.Label id="显示回复" questionID="{PE.Field id="Question" fieldname="QuestionID" /}" /}
|
||||
</div>
|
||||
|
||||
<div class="sidebar">
|
||||
|
||||
<div class="box5">
|
||||
{PE.Label id="问题悬赏排行" TitleLen="20" TopNum="5" /}
|
||||
<br class="spacing" />
|
||||
|
||||
{PE.Label id="用户积分排行" TopNum="5" /}
|
||||
<br class="spacing" />
|
||||
|
||||
{PE.Label id="本周解答之王" /}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<br class="clearbox" />
|
||||
|
||||
</div>
|
||||
{PE.Label id="问答登录" /}
|
||||
<br class="spacing" />
|
||||
|
||||
<div id="footer2"> {PE.Label id="GOV_网站底部" /} </div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user