Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

lists_zczygz_article_list.htm 3.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {eyou:assign name='page' value='article_list' /}
  2. {eyou:include file='/template/pc/common/main/area.htm' /}
  3. {eyou:include file='/template/pc/common/main/param.htm' /}
  4. {eyou:include file='/template/pc/common/main/seo.htm' /}
  5. {eyou:include file='/template/pc/common/include/top.htm' /}
  6. {eyou:include file='/template/pc/common/other/background.htm' /}
  7. {eyou:include file='/template/pc/common/include/header.htm' /}
  8. <!--复制 copy/article.htm 页面名称: 文章列表页 -->
  9. <div id="article-index">
  10. <link rel="stylesheet" href="/template/pc/css/article.css" media="all">
  11. {eyou:include file='/template/pc/components/nav/style_1.htm' /}
  12. {eyou:include file='/template/pc/components/flow/style_1.htm' /}
  13. <div class="content">
  14. <div class="box">
  15. <div class="box-left">
  16. <?php
  17. $title="建筑工程管理职称评审工作能力";
  18. ?>
  19. {eyou:include file='/template/pc/components/list/style_12.htm' /}
  20. </div>
  21. <div class="box-right">
  22. <?php
  23. /*$title = "职称政策资讯";
  24. $cat_id = '115';
  25. $son_id = '115,124';
  26. $con = 1;*/
  27. /*
  28. <!--调用标签-->
  29. eyou:include file='/template/pc/components/list/style_4.htm'
  30. */
  31. $title = "职称网热门标签";
  32. ?>
  33. {eyou:sql sql='select * from ey_arctype where article_id=$tid limit 0,1' cachetime='3600' empty='' id="tag_list"}
  34. {eyou:php}
  35. $cat_id_tag = $tag_list['id'];
  36. {/eyou:php}
  37. {/eyou:sql}
  38. <?php
  39. if(empty($cat_id_tag)){
  40. $cat_id_tag = 371;
  41. }
  42. ?>
  43. {eyou:include file='/template/pc/components/tag/style_2.htm' /}
  44. <?php
  45. $title = "职称评审攻略";
  46. $cat_id = '117';
  47. $son_id = '117';
  48. $con = 2;
  49. ?>
  50. {eyou:include file='/template/pc/components/list/style_4.htm' /}
  51. <?php
  52. $title = '快速评审客服';
  53. $kefu_id = '15';
  54. $con = 1;
  55. $is_kefu = 1;
  56. ?>
  57. {eyou:include file='/template/pc/components/text/style_4.htm' /}
  58. <?php
  59. $title = '职称论文发表客服';
  60. $kefu_id = '23';
  61. $con = 2;
  62. $is_kefu = 1;
  63. ?>
  64. {eyou:include file='/template/pc/components/text/style_4.htm' /}
  65. <?php
  66. $title = '职称专利申请客服';
  67. $kefu_id = '24';
  68. $con = 3;
  69. $is_kefu = 1;
  70. ?>
  71. {eyou:include file='/template/pc/components/text/style_4.htm' /}
  72. </div>
  73. </div>
  74. </div>
  75. <!--职称评审工具包-->
  76. {eyou:include file='/template/pc/components/list/style_6.htm' /}
  77. </div>
  78. {eyou:include file='/template/pc/common/include/footer.htm' /}
  79. {eyou:include file='/template/pc/common/include/bottom.htm' /}