No Description
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.

left.htm 2.1KB

123456789101112131415161718192021222324252627282930313233343536
  1. <div class="sidebar-second" id="conceal_1649209614" style="display: none;">
  2. <ul>
  3. <li class="sidebar-second-title">商城中心</li>
  4. <li>
  5. <a {if condition="'Statistics' == $Think.const.CONTROLLER_NAME"}class="active"{/if} href='{:url("Statistics/index")}'>数据统计</a>
  6. </li>
  7. <li>
  8. <a {if condition="'ShopProduct' == $Think.const.CONTROLLER_NAME and in_array($Think.const.ACTION_NAME, ['index', 'add', 'edit'])"}class="active"{/if} href='{:url("ShopProduct/index")}'>商品管理</a>
  9. </li>
  10. <li>
  11. <a {if condition="'ShopProduct' == $Think.const.CONTROLLER_NAME and in_array($Think.const.ACTION_NAME, ['attrlist_index', 'attribute_index'])"}class="active"{/if} href='{:url("ShopProduct/attrlist_index")}'>商品参数</a>
  12. </li>
  13. {eq name='$usersConfig.shop_open_spec' value='1'}
  14. <li>
  15. <a {if condition="'Shop' == $Think.const.CONTROLLER_NAME and in_array($Think.const.ACTION_NAME, ['spec_index'])"}class="active"{/if} href='{:url("Shop/spec_index")}'>商品规格</a>
  16. </li>
  17. {/eq}
  18. {eq name='$usersConfig.shop_open_comment' value='1'}
  19. <li>
  20. <a {if condition="'ShopComment' == $Think.const.CONTROLLER_NAME and in_array($Think.const.ACTION_NAME, ['comment_index', 'comment_add', 'comment_details'])"}class="active"{/if} href='{:url("ShopComment/comment_index")}'>商品评价</a>
  21. </li>
  22. {/eq}
  23. <li>
  24. <a {if condition="'Shop' == $Think.const.CONTROLLER_NAME and 'conf' == $Think.const.ACTION_NAME"}class="active"{/if} href='{:url("Shop/conf")}'>商城配置</a>
  25. </li>
  26. {if condition="$php_servicemeal >= 2 && (true || !empty($marketFunc))"}
  27. <li>
  28. <a {if condition="(in_array($Think.const.CONTROLLER_NAME, ['Sharp','Coupon'])) OR ('Shop' == $Think.const.CONTROLLER_NAME and in_array($Think.const.ACTION_NAME, ['market_index']))"}class="active"{/if} href='{:url("Shop/market_index")}'>营销功能</a>
  29. </li>
  30. {/if}
  31. </ul>
  32. </div>
  33. {include file="public/conceal" /}