askPost - close.html 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
  5. <link href="css/globalLayout.css" rel="stylesheet" type="text/css" />
  6. <link href="css/style.css" rel="stylesheet" type="text/css" />
  7. <script type="text/javascript" src="js/jquery/1.7/jquery.min.js"></script>
  8. <script type="text/javascript" src="js/global.js"></script>
  9. </head>
  10. <body>
  11. <div class="globalHeader">
  12. <div class="width960">
  13. <div class="siteNav clearfix">
  14. <div class="fL navLogoBar">
  15. <div class="switchItem">
  16. <a href="http://smartcost.com.cn" target="_blank" title="纵横造价软件官网">纵横官网</a>
  17. <a href="http://ol.smartcost.com.cn" target="_blank" title="纵横造价软件免费网络版">网络版</a>
  18. <a href="http://zhzdwd.com" target="_blank" class="now" title="纵横知道·问答 zhzdwd.com">问答</a>
  19. <a href="http://zhzdwk.com" target="_blank" title="纵横知道·文库 zhzdwk.com">文库</a>
  20. <a href="http://zhzdjg.com" target="_blank" title="纵横知道·价格信息 zhzdjg.com">价格信息</a>
  21. <a href="http://qy.smartcost.com.cn" target="_blank" title="纵横工程晴雨表">晴雨表</a>
  22. <a href="http://tk.smartcost.com.cn" target="_blank" title="纵横工程题库">工程题库</a>
  23. </div>
  24. </div>
  25. <div class="fR navLoginBar">
  26. <ul class="userLoginPanel">
  27. <li class="userAvtar"><a title="查看我的首页" href="/home/2323"><img width="20" height="20" src="http://sso.smartcost.com.cn/data/avatar/1/3/2293/30x30.jpg"></a></li>
  28. <li class=""><a href="/home_msg"><i title="查看通知" class="loginIcon iconMyMsg"></i><span class="msgNum">0</span></a></li>
  29. <li class="userMenu"><a class="dBtn" href=""><i class="loginIcon iconMyList"></i></a>
  30. <div class="myListMenu" style="display: none; ">
  31. <a href="/home_answer/2323">我的回答</a>
  32. <a href="/home_question/2323">我的提问</a>
  33. </div>
  34. </li>
  35. <li class=""><a class="dBtn" href=""><i class="loginIcon iconMySet"></i></a>
  36. <div class="myListMenu" style="display: none; ">
  37. <a href="/home_avatar">修改头像</a>
  38. <a href="/home_per_info">基本资料</a>
  39. <a href="/exit">退出</a>
  40. </div>
  41. </li>
  42. </ul>
  43. </div>
  44. </div>
  45. <div class="header">
  46. <div class="headerBd clearfix">
  47. <h1 class="fL"><a href="/">纵横知道·问答</a></h1>
  48. <div class="searchPanel fR">
  49. <form name="searchform" id="ops" action="/question/search/" method="get" onsubmit="return search_ask();">
  50. <div class="searchInput fL" id="q-input"><input title="提问前可先搜索您的问题" class="text ui-autocomplete-input inputText tips" type="text" autocomplete="off" name="keywork" onkeyup="javascript:getkeywork('keyworkList','search')" id="search" value="" role="textbox" aria-autocomplete="list" aria-haspopup="true"><input type="submit" class="searchBtn searchDocBtn" id="searchBtn" value="" style="display: none;"></div><a href="/question/postenter" class="searchBtn uploadDocBtn"></a>
  51. </form>
  52. </div>
  53. </div>
  54. </div>
  55. </div>
  56. <div class="mainNav">
  57. <div class="mainNavBd clearfix">
  58. <ul class="navList">
  59. <li class="nav0"><a href="/" class="over"><span>首页</span></a></li>
  60. <li class="nav1"><a href="/advisory"><span>名师答疑</span></a></li>
  61. <!-- <li class="nav2"><a href="#"><span>纵横专家</span></a></li> -->
  62. </ul>
  63. </div>
  64. </div>
  65. </div>
  66. <div class="globalContent warpContent clearfix">
  67. <div class="mainContent">
  68. <div class="askPostPage">
  69. <div class="postEnter clearfix">
  70. <!--禁止发布提示-->
  71. <div class="askClose">
  72. <img src="img/sleep.gif" class="fL">
  73. <p>我正在休息,早上8点后再战。</p>
  74. <p><a href="">返回首页</a></p>
  75. </div>
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. <div class="globalFooter warpContent">
  81. <div class="footNav"><a href="#">关于我们</a><a href="#">帮助中心</a><a href="#">联系我们</a><a href="#">服务条款</a><a href="#">意见建议</a></div>
  82. <div class="copyright">Copyright © 2012 <a href="http://www.smartcost.com.cn">纵横创新软件有限公司</a>. All Rights Reserved<br>粤ICP备10042688号</div>
  83. </div>
  84. </body>