79 lines
3.2 KiB
HTML
79 lines
3.2 KiB
HTML
<!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.Label id="问答列表页标题" ShowType="@RequestInt_ShowType" /}</title>
|
|
<meta name="description" content="{PE.Label id="问答类型描述" CategoryID="@RequestInt_Id" /}" />
|
|
<meta name="keyword" 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_qulist.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="问答首页连接" /} > {PE.Label id="问题分类" questionID="@RequestInt_Id" showType="@Request_ShowType" /} {PE.Label id="问答当前位置导航" categoryId="@RequestInt_Id" /}
|
|
</div>
|
|
<br class="spacing" />
|
|
|
|
<div class="mainContent">
|
|
|
|
{PE.Label id="一级类别列表" ShowType="@RequestInt_ShowType" ParentID="@RequestInt_Id" TopNum="100" Keyword="@Request_Keyword"/}
|
|
|
|
<div class="title1_r">
|
|
<span class="title1_l"> </span>
|
|
<div id="choose" class="ask_choose">
|
|
<dl>
|
|
<dt>
|
|
{PE.Label id="问答列表选项" ShowType="@RequestInt_ShowType" CategoryID="@RequestInt_Id" Keyword="@Request_Keyword"/}
|
|
</dt>
|
|
|
|
<br class="clearbox" />
|
|
|
|
<dd>
|
|
{PE.Label id="已解决问题列表" TitleLen="50" CategoryID="@RequestInt_Id" Keyword="@Request_Keyword" page="true" urlpage="true" pagesize="30" /}
|
|
</dd>
|
|
<div class="showpage">{PE.Page id="url_方块样式分页" datasource="已解决问题列表" unitname="个问题" /}</div>
|
|
</dl>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</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" />
|
|
{PE.Label id="问答登录" /}
|
|
</div>
|
|
<br class="spacing" />
|
|
|
|
<div id="footer2">
|
|
{PE.Label id="GOV_网站底部" /}
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|