| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?php if(!defined( 'WY_ROOT'))exit; ?>
- <ul>
-
-
-
-
- <dd class="nav-list <?php echo $this->action[0]=='about' ? 'active' : ''?>">
- <a href="/about">
- 关于我们
- </a>
- </dd>
- <dd class="nav-list <?php echo $this->action[0]=='news' ? ' active' : ''?>">
- <a href="/news">
- 行业动态
- </a>
- </dd>
- <dd class="nav-list <?php echo $this->action[0]=='jobs' ? ' active' : ''?>">
- <a href="/jobs">
- 人才招聘
- </a>
- </dd>
- <dd class="nav-list <?php echo $this->action[0]=='contact' ? ' active' : ''?>">
- <a href="/contact">
- 联系我们
- </a>
- </dd>
- <dd class="nav-list <?php echo $this->action[0]=='help' ? ' active' : ''?>">
- <a href="/help">
- 帮助中心
- </a>
- </dd>
- <dd class="nav-list <?php echo $this->action[0]=='process' ? ' active' : ''?>">
- <a href="/process">
- 接入流程
- </a>
- </dd>
-
- <dd class="nav-list <?php echo $this->action[0]=='copyright' ? ' active' : ''?>">
- <a href="/copyright">
- 版权声明
- </a>
- </dd>
- <dd class="nav-list <?php echo $this->action[0]=='statement' ? ' active' : ''?>">
- <a href="/statement">
- 免责声明
- </a>
- </dd>
- </ul>
|