first commit
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
<!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>问答-我发表的评论</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 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="问答首页连接" /} > <em>我发表的评论</em>
|
||||
</div>
|
||||
<div class="userbox1">
|
||||
<div class="user">
|
||||
{PE.Label id="问答用户" /}
|
||||
<div class="title1_r conBox">
|
||||
<span class="title1_l"></span>{PE.Control.form1}
|
||||
<div id="choose" class="ask_choose">
|
||||
<dl>
|
||||
<dt>
|
||||
<a href="MyQuestion.aspx"><span class="online">我的提问 </span></a>
|
||||
<a href="MyReply.aspx"><span class="reply">我的回答 </span></a>
|
||||
<a href="MyComment.aspx" class="title-on"><span class="Comments">我的评论 </span></a>
|
||||
<a href="MyIntegral.aspx"><span class="integral">积分明细</span></a>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="box7">
|
||||
{PE.Control.RptComment/}
|
||||
</div>
|
||||
</dd>
|
||||
<dd class="showpage">
|
||||
{PE.Control.AspPageMyComment/}
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
{/PE.Control.form1}
|
||||
</div>
|
||||
<br class="clearbox" />
|
||||
</div>
|
||||
<br class="clearbox" />
|
||||
</div>
|
||||
<br class="clearbox" />
|
||||
</div>
|
||||
{PE.Label id="问答登录" /}
|
||||
<br class="spacing" />
|
||||
<div id="footer2">
|
||||
{PE.Label id="GOV_网站底部" /}</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user