Geen omschrijving
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.

style_1.htm 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?php
  2. $name = "nav-s-1";
  3. ?>
  4. <link rel="stylesheet" href="/template/mobile/components/nav/style_1.css?v=<?php echo rand(1,100000); ?>" media="all">
  5. <!--定义div盒子-->
  6. <div class="<?php echo $name; ?>-content">
  7. <div class="box">
  8. <!--定义内容布局--->
  9. <div class="row">
  10. <!--定义内部栅格 上下左右 使用浮动-->
  11. <div class="top">
  12. <!--定义内容标签 p span a li img--->
  13. <a href="#">当前位置:</a>
  14. {eyou:if condition='($page == "zccat")'}
  15. <!--职称分类页-->
  16. <a href="{eyou:global name='web_basehost' /}">首页</a>
  17. <span>
  18. <img src="https://oss.zc10000.com/static/images/010.svg" />
  19. </span>
  20. {eyou:type typeid='38' empty='暂时没有数据'}
  21. <a href="{:get_tid_url_2($field['typeurl'])}">职业工种</a>
  22. {/eyou:type}
  23. {eyou:elseif condition='($page == "zccat-detail" || $page=="zccat-detail-list")'}
  24. <!--职称详情页 zccat-detail 已废弃-->
  25. <a href="{eyou:global name='web_basehost' /}">首页</a>
  26. <span>
  27. <img src="https://oss.zc10000.com/static/images/010.svg" />
  28. </span>
  29. {eyou:type typeid='38' empty='暂时没有数据'}
  30. <a href="{:get_tid_url_2($field['typeurl'])}">职业工种</a>
  31. {/eyou:type}
  32. {eyou:if condition='((int)$route_param.catids !== 38)'}
  33. <!--<span>
  34. <img src="https://oss.zc10000.com/static/images/010.svg" />
  35. </span>-->
  36. {eyou:empty name='$detail' /}
  37. 产品不完善,不存在{$level}
  38. {eyou:else /}
  39. <span>
  40. <img src="https://oss.zc10000.com/static/images/010.svg" />
  41. </span>
  42. <?php if((int)$parentid === 38){ ?>
  43. {eyou:type typeid='$route_param.catids' empty='暂时没有数据' id="kcat"}
  44. <a href="{$route_domain}{$route_url}">
  45. {eyou:if condition='($eyou.field.subtitle != "")'}
  46. {$eyou.field.subtitle}
  47. {eyou:else /}
  48. {$kcat.typename}
  49. {/eyou:if}
  50. </a>
  51. {/eyou:type}
  52. <?php }else{ /*var_dump($parentid);*/ ?>
  53. {eyou:type typeid='$parentid' empty='暂时没有数据' id="kcat2"}
  54. <a href="{:get_tid_url_2($kcat2['typeurl'],0,0,0,$kcat2['type'],$kcat2['topid'],$kcat2['area_id'])}">
  55. {eyou:if condition='($eyou.field.subtitle != "")'}
  56. {$eyou.field.subtitle}
  57. {eyou:else /}
  58. {$kcat2.typename}
  59. {/eyou:if}
  60. </a>
  61. {/eyou:type}
  62. <span>
  63. <img src="https://oss.zc10000.com/static/images/010.svg" />
  64. </span>
  65. <?php
  66. $kid = $route_param['catids'];
  67. ?>
  68. {eyou:sql sql="SELECT id,typename FROM ey_arctype_cat WHERE id = $kid" cachetime='3600' id="kcat2"}
  69. <!--/id{$cid}/ids{$num}-->
  70. <a href="{$route_domain}{$route_url}">
  71. {eyou:if condition='($eyou.field.subtitle != "")'}
  72. {$eyou.field.subtitle}
  73. {eyou:else /}
  74. {$kcat2.typename}
  75. {/eyou:if}
  76. </a>
  77. {/eyou:sql}
  78. <?php } ?>
  79. <!--存在36小类-->
  80. {/eyou:empty}
  81. {/eyou:if}
  82. {eyou:elseif condition='($page == "article_list")'}
  83. <!--文章列表页-->
  84. <a href="{eyou:global name='web_basehost' /}">首页</a>
  85. <span>
  86. <img src="https://oss.zc10000.com/static/images/010.svg" />
  87. </span>
  88. {eyou:type typeid='$route_param.tid' empty='暂时没有数据'}
  89. <a href="{:get_tid_url_2($field['typeurl'])}">{$field.typename}</a>
  90. {/eyou:type}
  91. {eyou:elseif condition='($page == "article-detail")'}
  92. <!--文章列表页-->
  93. <a href="{eyou:global name='web_basehost' /}">首页</a>
  94. <span>
  95. <img src="https://oss.zc10000.com/static/images/010.svg" />
  96. </span>
  97. {eyou:type typeid='$eyou.field.typeid' empty='暂时没有数据'}
  98. <a href="{:get_tid_url_2($field['typeurl'])}">{$field.typename}</a>
  99. {/eyou:type}
  100. <span>
  101. <img src="https://oss.zc10000.com/static/images/010.svg" />
  102. </span>
  103. <a href="">{$eyou.field.title}</a>
  104. {eyou:else /}
  105. <!--系统的面包屑 不符合某些规则-->
  106. {eyou:position style="crumb" /}
  107. {/eyou:if}
  108. </div>
  109. </div>
  110. </div>
  111. </div>