1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {eyou:assign name='page' value='article_list' /}
- {eyou:include file='/template/pc/common/main/area.htm' /}
- {eyou:include file='/template/pc/common/main/param.htm' /}
- {eyou:include file='/template/pc/common/main/seo.htm' /}
- {eyou:include file='/template/pc/common/include/top.htm' /}
- {eyou:include file='/template/pc/common/other/background.htm' /}
- {eyou:include file='/template/pc/common/include/header.htm' /}
-
- <!--复制 copy/article.htm 页面名称: 文章列表页 -->
- <div id="article-index">
- <link rel="stylesheet" href="/template/pc/css/article.css" media="all">
- {eyou:include file='/template/pc/components/nav/style_1.htm' /}
- {eyou:include file='/template/pc/components/flow/style_1.htm' /}
-
- <div class="content">
- <div class="box">
- <div class="box-left">
- <?php
- $title="建筑工程管理职称评审工作能力";
- ?>
- {eyou:include file='/template/pc/components/list/style_12.htm' /}
- </div>
- <div class="box-right">
-
- <?php
- /*$title = "职称政策资讯";
- $cat_id = '115';
- $son_id = '115,124';
- $con = 1;*/
- /*
- <!--调用标签-->
- eyou:include file='/template/pc/components/list/style_4.htm'
- */
- $title = "职称网热门标签";
- ?>
-
- {eyou:sql sql='select * from ey_arctype where article_id=$tid limit 0,1' cachetime='3600' empty='' id="tag_list"}
- {eyou:php}
- $cat_id_tag = $tag_list['id'];
- {/eyou:php}
- {/eyou:sql}
-
- <?php
- if(empty($cat_id_tag)){
- $cat_id_tag = 371;
- }
- ?>
- {eyou:include file='/template/pc/components/tag/style_2.htm' /}
-
-
- <?php
- $title = "职称评审攻略";
- $cat_id = '117';
- $son_id = '117';
- $con = 2;
- ?>
- {eyou:include file='/template/pc/components/list/style_4.htm' /}
-
- <?php
- $title = '快速评审客服';
- $kefu_id = '15';
- $con = 1;
- $is_kefu = 1;
- ?>
- {eyou:include file='/template/pc/components/text/style_4.htm' /}
-
- <?php
- $title = '职称论文发表客服';
- $kefu_id = '23';
- $con = 2;
- $is_kefu = 1;
- ?>
- {eyou:include file='/template/pc/components/text/style_4.htm' /}
-
- <?php
- $title = '职称专利申请客服';
- $kefu_id = '24';
- $con = 3;
- $is_kefu = 1;
- ?>
- {eyou:include file='/template/pc/components/text/style_4.htm' /}
- </div>
- </div>
- </div>
-
- <!--职称评审工具包-->
- {eyou:include file='/template/pc/components/list/style_6.htm' /}
-
- </div>
-
- {eyou:include file='/template/pc/common/include/footer.htm' /}
- {eyou:include file='/template/pc/common/include/bottom.htm' /}
|