暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bar.htm 867B

123456789101112131415161718
  1. <div class="fixed-bar">
  2. <div class="item-title">
  3. <a class="back_xin" href="{:url('Index/switch_map')}" title="返回"><i class="iconfont e-fanhui"></i></a>
  4. <div class="subject">
  5. <h3>搜索管理</h3>
  6. <h5></h5>
  7. </div>
  8. <ul class="tab-base nc-row">
  9. {eq name="$Think.const.CONTROLLER_NAME.'@conf'|is_check_access" value="1"}
  10. <li><a href="{:url("Search/conf")}" class="tab {eq name="$Request.action" value="conf"}current{/eq}"><span>功能配置</span></a></li>
  11. {/eq}
  12. {eq name="$Think.const.CONTROLLER_NAME.'@index'|is_check_access" value="1"}
  13. <li><a href="{:url("Search/index")}" class="tab {if condition="in_array($Request.action, array('index'))"}current{/if}"><span>搜索关键词</span></a></li>
  14. {/eq}
  15. </ul>
  16. </div>
  17. </div>