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.

view_zczygz_article_detail.htm 3.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {eyou:assign name='page' value='article-detail' /}
  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-detail">
  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/detail/style_3.htm' /}
  20. </div>
  21. <div class="box-right">
  22. <?php
  23. /*$title = "职称政策资讯";
  24. $cat_id = '115';
  25. $son_id = '115';
  26. $con = 1;
  27. $ty = "right";*/
  28. //var_dump($page);
  29. /*
  30. * eyou:include file='/template/pc/components/list/style_4.htm'
  31. */
  32. $title = "职称网热门标签";
  33. ?>
  34. {eyou:sql sql='select * from ey_arctype where article_id=$tid limit 0,1' cachetime='3600' empty='' id="tag_list"}
  35. {eyou:php}
  36. $cat_id_tag = $tag_list['id'];
  37. {/eyou:php}
  38. {/eyou:sql}
  39. <?php
  40. if(empty($cat_id_tag)){
  41. $cat_id_tag = 371;
  42. }
  43. ?>
  44. {eyou:include file='/template/pc/components/tag/style_2.htm' /}
  45. <?php
  46. $title = "职称评审攻略";
  47. $cat_id = '117';
  48. $son_id = '117';
  49. $con = 2;
  50. $ty = "right";
  51. //var_dump($page);
  52. ?>
  53. {eyou:include file='/template/pc/components/list/style_4.htm' /}
  54. <?php
  55. $title = '快速评审客服';
  56. $kefu_id = '15';
  57. $con = 1;
  58. $is_kefu = 1;
  59. ?>
  60. {eyou:include file='/template/pc/components/text/style_4.htm' /}
  61. <?php
  62. $title = '职称论文发表客服';
  63. $kefu_id = '23';
  64. $con = 2;
  65. $is_kefu = 1;
  66. ?>
  67. {eyou:include file='/template/pc/components/text/style_4.htm' /}
  68. <?php
  69. $title = '职称专利申请客服';
  70. $kefu_id = '24';
  71. $con = 3;
  72. $is_kefu = 1;
  73. ?>
  74. {eyou:include file='/template/pc/components/text/style_4.htm' /}
  75. </div>
  76. </div>
  77. </div>
  78. <!--职称评审工具包-->
  79. {eyou:include file='/template/pc/components/list/style_6.htm' /}
  80. </div>
  81. {eyou:include file='/template/pc/common/include/footer.htm' /}
  82. {eyou:include file='/template/pc/common/include/bottom.htm' /}
  83. {eyou:include file='/template/pc/common/other/but_down.htm' /}