index_article.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php include Doo::conf()->SITE_PATH . Doo::conf()->PROTECTED_FOLDER . "viewc//header.php"; ?>
  2. <script type="text/javascript" src="<?php echo WEB_SITE_GLOBAL ?>/js/help.js"></script>
  3. <div class="wrapContent helpBg clearfix">
  4. <div class="pageTitle width1020">
  5. <div class="clearfix"><h1>我们提供软件自助答疑平台</h1></div>
  6. <div class="clearfix"><h2>不用排队等待、无需在线咨询</h2></div>
  7. <div class="clearfix"><h2>一键搜索,快速准确为您解惑答疑</h2></div>
  8. </div>
  9. <div class="width1060 clearfix">
  10. <div class="sideBar fL" id="sideBar">
  11. <h2><a href="/help" >返回"帮助"首页</a></h2>
  12. <ul class="helpnav">
  13. <li><a href="javascript:history.go(-1)"><?php echo $data['catetory']['name']; ?></a></li>
  14. </ul>
  15. </div>
  16. <div class="mainContent">
  17. <div class="help">
  18. <div class="helpCon">
  19. <h2 ><?php echo $data['article_info']['title']; ?></h2>
  20. <div class="helpList helpListCont">
  21. <p><?php echo $data['article_info']['content']; ?></p>
  22. </div>
  23. </div>
  24. </div>
  25. </div>
  26. </div>
  27. </div>
  28. <?php include Doo::conf()->SITE_PATH . Doo::conf()->PROTECTED_FOLDER . "viewc//footer.php"; ?>