暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

title.htm 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. $url_ext = '';
  3. if($tagid > 0){
  4. $url_ext = '/tag'.$tagid;
  5. }
  6. ?>
  7. {eyou:if condition='($type === 1 || $type === 5)'}
  8. <!--政策指引-->
  9. <a href=""><?php echo $title?$title:'广东省职称评审表' ?></a>
  10. <!-- <font class="more"><a href=""style="font-family: 'HarmonyOS Sans SC' !important;">更多</a>&nbsp;<img src="https://oss.zc10000.com/static/images/037.svg" /></font>-->
  11. <font class="more">
  12. {eyou:if condition='($type === 5)'}
  13. {/eyou:if}
  14. <a href="/zlwd{$url_ext}" class="ma active">通用文件</a>
  15. <font class="mf">|</font>
  16. <a href="/zcwj{$url_ext}" class="ma">政策指引</a>
  17. <!--<font class="mf">|</font>
  18. <a href="/ckwj{$url_ext}" class="ma">参考文件</a>-->
  19. </font>
  20. {eyou:elseif condition='($type === 2)'}
  21. <!--政策文件-->
  22. <a href=""><?php echo $title?$title:'广东省职称评审表' ?></a>
  23. <!-- <font class="more"><a href=""style="font-family: 'HarmonyOS Sans SC' !important;">更多</a>&nbsp;<img src="https://oss.zc10000.com/static/images/037.svg" /></font>-->
  24. <font class="more">
  25. <a href="/zlwd{$url_ext}" class="ma">通用文件</a>
  26. <font class="mf">|</font>
  27. <a href="/zcwj{$url_ext}" class="ma active">政策指引</a>
  28. <!--<font class="mf">|</font>
  29. <a href="/ckwj{$url_ext}" class="ma">参考文件</a>-->
  30. </font>
  31. {eyou:else /}
  32. <!--参考文件-->
  33. <a href=""><?php echo $title?$title:'广东省职称评审表' ?></a>
  34. <!-- <font class="more"><a href=""style="font-family: 'HarmonyOS Sans SC' !important;">更多</a>&nbsp;<img src="https://oss.zc10000.com/static/images/037.svg" /></font>-->
  35. <font class="more">
  36. <a href="/zlwd{$url_ext}" class="ma">通用文件</a>
  37. <font class="mf">|</font>
  38. <a href="/zcwj{$url_ext}" class="ma">政策指引</a>
  39. </font>
  40. {/eyou:if}