page_nav.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php if(!defined( 'WY_ROOT'))exit; ?>
  2. <ul>
  3. <dd class="nav-list <?php echo $this->action[0]=='about' ? 'active' : ''?>">
  4. <a href="/about">
  5. 关于我们
  6. </a>
  7. </dd>
  8. <dd class="nav-list <?php echo $this->action[0]=='news' ? ' active' : ''?>">
  9. <a href="/news">
  10. 行业动态
  11. </a>
  12. </dd>
  13. <dd class="nav-list <?php echo $this->action[0]=='jobs' ? ' active' : ''?>">
  14. <a href="/jobs">
  15. 人才招聘
  16. </a>
  17. </dd>
  18. <dd class="nav-list <?php echo $this->action[0]=='contact' ? ' active' : ''?>">
  19. <a href="/contact">
  20. 联系我们
  21. </a>
  22. </dd>
  23. <dd class="nav-list <?php echo $this->action[0]=='help' ? ' active' : ''?>">
  24. <a href="/help">
  25. 帮助中心
  26. </a>
  27. </dd>
  28. <dd class="nav-list <?php echo $this->action[0]=='process' ? ' active' : ''?>">
  29. <a href="/process">
  30. 接入流程
  31. </a>
  32. </dd>
  33. <dd class="nav-list <?php echo $this->action[0]=='copyright' ? ' active' : ''?>">
  34. <a href="/copyright">
  35. 版权声明
  36. </a>
  37. </dd>
  38. <dd class="nav-list <?php echo $this->action[0]=='statement' ? ' active' : ''?>">
  39. <a href="/statement">
  40. 免责声明
  41. </a>
  42. </dd>
  43. </ul>