first commit
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
<!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_qulist.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>
|
||||
<br class="spacing" />
|
||||
|
||||
|
||||
<div class="mainContent">
|
||||
|
||||
|
||||
<div id="choose" class="ask_choose">
|
||||
<dl>
|
||||
|
||||
<dd style="padding-top:20px;">
|
||||
<div class="ask" style="border:none; position:relative;">
|
||||
{PE.Control.form1/}
|
||||
</div>
|
||||
</dd>
|
||||
</dl>
|
||||
</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" />
|
||||
|
||||
</div>
|
||||
|
||||
{PE.Label id="问答登录" /}
|
||||
|
||||
<br class="spacing" />
|
||||
|
||||
<div id="footer2">{PE.Label id="GOV_网站底部" /}</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user