Bläddra i källkod

Merge branch 'develop' of zhengxifeng/zc100 into master

zhengxifeng 8 månader sedan
förälder
incheckning
30118a9914

+ 5
- 5
template/pc/common/include/footer.htm Visa fil

@@ -7,7 +7,7 @@
7 7
              <div class="div-p">
8 8
                     <p style="line-height: 20px;font-size: 13px;">
9 9
 
10
-                        <p>{eyou:global name='web_attr_24' /}</p>
10
+                        <p>{eyou:global name='web_attr_24' /}<职称E家>一站式职称评审服务网站!</p>
11 11
                         <p> <a target="_self" rel="nofollow" href="https://beian.miit.gov.cn/">{eyou:global name='web_attr_22' /}</a>
12 12
                             &nbsp;{eyou:global name='web_attr_21' /} &nbsp;</p>
13 13
                         <p>
@@ -30,10 +30,10 @@
30 30
 
31 31
                     <a target="_self" rel="nofollow" href="https://beian.miit.gov.cn/">{eyou:global name='web_attr_22' /}</a>
32 32
                     <br/>Copyright © 2015-2024 版权所有 职称E家   All Rights Reserved
33
-
34
-                    <a href="https://www.zc10000.com/sitemap.html" target="_self">sitemap-html</a>
35
-                    <a href="https://www.zc10000.com/sitemap.xml" target="_self">sitemap-xml</a>
36
-                    <a href="https://www.zc10000.com/sitemap.txt" target="_self">sitemap-txt</a>
33
+                    <职称E家>一站式职称评审服务网站! <a href="https://www.zc10000.com/sitemap.html" target="_self">sitemap</a> <br/>
34
+                    <!--<a href="https://www.zc10000.com/sitemap.html" target="_self" style="display: none;">sitemap-html</a>-->
35
+                    <a href="https://www.zc10000.com/sitemap.xml" target="_self" style="display: none;">sitemap-xml</a>
36
+                    <a href="https://www.zc10000.com/sitemap.txt" target="_self" style="display: none;">sitemap-txt</a>
37 37
                 </p>
38 38
             </div>
39 39
         {/eyou:if}

+ 1
- 1
template/pc/common/include/header.htm Visa fil

@@ -93,7 +93,7 @@
93 93
 
94 94
                     {eyou:if condition='((int)$rowNum === 0)'}
95 95
                     <!--nvabar-item-index-->
96
-                    <li id="" class="{$class}"><a href="https://www.zc10000.com">首页</a></li>
96
+                    <li id="" class="{$class}"><a href="https://www.zc10000.com">职称E家</a></li>
97 97
 
98 98
                     {eyou:else /}
99 99
                         {eyou:notempty name='$field1.children'}

+ 1
- 1
template/pc/common/main/seo/article-detail.htm Visa fil

@@ -37,7 +37,7 @@
37 37
     {eyou:if condition='(empty($eyou["field"]["seo_title"]))'}
38 38
         <?php
39 39
             //如果是其他栏目文章 且 默认seo为空
40
-            //评审攻略 //职称答辩 //职称补贴 //职称评审常见问题 //职称评审政策资讯
40
+            //评审攻略 //职称答辩 //职称补贴 //职称评审常见问题 //职称职称政策资讯
41 41
             $seo_title = $eyou['field']['title'];
42 42
             $key_keywords = $eyou['field']['title'];
43 43
             $content_sql = $eyou['field']['content_5'];

+ 16
- 0
template/pc/components/detail/cl.htm Visa fil

@@ -219,6 +219,22 @@
219 219
 
220 220
             <?php
221 221
             $a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
222
+
223
+
224
+            //【2024版政策文件下载】
225
+
226
+            if (strpos($field['title'], '评审') !== false) {
227
+                $a = explode('评审', $field['title']);
228
+                $temp_title = $a[0] . '评审';
229
+                $ex = 1;
230
+                $t_end = '【2024版政策文件下载】';
231
+            } else {
232
+                $temp_title = $field['title'];
233
+                $ex = 0;
234
+                $t_end = '';
235
+            }
236
+
237
+
222 238
             ?>
223 239
 
224 240
 

+ 36
- 4
template/pc/components/detail/content.htm Visa fil

@@ -175,7 +175,7 @@
175 175
 
176 176
 
177 177
 
178
-            <p><b>以下为{$temp_title}政策文件部分内容展示,如需了解详情,请直接下载本文件!</b>   </p>
178
+            <p>以下为{$temp_title}政策文件部分内容展示,如需了解详情,请直接下载本文件!</p>
179 179
             <br/>
180 180
             <p>
181 181
             {eyou:if condition='($is_mobile === false)'}
@@ -189,9 +189,9 @@
189 189
             {/eyou:if}
190 190
             </p>
191 191
             <p> ...........<br/>
192
-                <b>(内容较多,页面展示有限,建议直接下载文档!)</b>  </p>
192
+                内容较多,页面展示有限,建议直接下载文档!)  </p>
193 193
             <br/>
194
-            <p> <b>温馨提示:</b><br/>
194
+            <p> 温馨提示:<br/>
195 195
             更多关于{$temp_title}的相关资讯或申报材料模板可以联系本站哦!
196 196
            </p>
197 197
 
@@ -217,7 +217,24 @@
217 217
 
218 218
 
219 219
         {eyou:if condition='((int)$field.is_del === 0)'}
220
-        <a href="https://www.zc10000.com/zc/{$area_domain}/{$kp.number}" class="b2">{$field.title}</a>
220
+
221
+
222
+            <?php
223
+            //【2024版政策文件下载】
224
+            if (strpos($field['title'], '评审') !== false) {
225
+                $a = explode('评审', $field['title']);
226
+                $temp_title = $a[0] . '评审';
227
+                $ex = 1;
228
+                $t_end = '【2024版政策文件下载】';
229
+            } else {
230
+                $temp_title = $field['title'];
231
+                $ex = 0;
232
+                $t_end = '';
233
+            }
234
+            ?>
235
+
236
+
237
+        <a href="https://www.zc10000.com/zc/{$area_domain}/{$kp.number}" class="b2">{$temp_title}</a>
221 238
         {eyou:else /}
222 239
         文档已删除
223 240
         {/eyou:if}
@@ -297,6 +314,21 @@
297 314
             $num++;
298 315
             ?>
299 316
 
317
+            <?php
318
+            //【2024版政策文件下载】
319
+
320
+            if (strpos($field['title'], '评审') !== false) {
321
+                $a = explode('评审',$field['title']);
322
+                $temp_title = $a[0].'评审';
323
+                $ex = 1;
324
+                $t_end = '【2024版政策文件下载】';
325
+            }else{
326
+                $temp_title = $field['title'];
327
+                $ex = 0;
328
+                $t_end = '';
329
+            }
330
+            ?>
331
+
300 332
             {eyou:include file='/template/pc/components/goods/zc.htm' /}
301 333
 
302 334
             {/eyou:arcview}

+ 17
- 1
template/pc/components/detail/new.htm Visa fil

@@ -103,14 +103,30 @@
103 103
                 $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
104 104
                 ?>
105 105
 
106
+                <?php
107
+                //【2024版政策文件下载】
106 108
 
109
+                if (strpos($field['title'], '评审') !== false) {
110
+                    $a = explode('评审',$field['title']);
111
+                    $temp_title = $a[0].'评审';
112
+                    $ex = 1;
113
+                    $t_end = '【2024版政策文件下载】';
114
+                }else{
115
+                    $temp_title = $field['title'];
116
+                    $ex = 0;
117
+                    $t_end = '';
118
+                }
119
+                ?>
107 120
 
108 121
 
109 122
 
110 123
             <span class="padding">
111 124
 
112 125
              <a class="" href="{$ar_url}" title="{$field.title}" target="_blank">
113
-                            {$field.title|msubstr=###,0,30,true}
126
+                 {$temp_title}{$t_end}
127
+                 <?php
128
+                 /*{$field.title|msubstr=###,0,30,true}**/
129
+                 ?>
114 130
                         </a>
115 131
             </span>
116 132
 

+ 14
- 9
template/pc/components/goods/zc.htm Visa fil

@@ -1,14 +1,19 @@
1 1
 
2 2
 
3
-<div class="col-xs-12 col-sm-4 col-md-4">
3
+<div class="col-xs-12 col-sm-4 col-md-4 loop-item-li" style="cursor:pointer;">
4 4
     <div class="item">
5
-        <a class="link" target="_self" href="javascript:;" >
6
-            <i class="autoleft fa fa-angle-right" title=""></i>
7
-        </a>
8
-        <a class="a" href="{$a_url}" title="{$field.title}" >
9
-            <img src="https://www.zc10000.com/public/static/common/images/ico/{$field.ext}.png" alt="{$field.title}" title="{$field.title}">
10
-            <h3>{$field.title}</h3>
11
-            <p>{$field.seo_description|msubstr=###,0,35,true}</p>
12
-        </a>
5
+        <div class="link">
6
+            <i class="autoleft fa fa-angle-right" title="{$temp_title}{$t_end}"></i>
7
+        </div>
8
+        <div class="a" title="{$temp_title}{$t_end}" >
9
+            <img src="https://www.zc10000.com/public/static/common/images/ico/{$field.ext}.png" alt="{$temp_title}{$t_end}" title="{$temp_title}{$t_end}">
10
+            <h3 style="margin-top:0px;">
11
+                <a href="{$a_url}" target="_self">{$temp_title}</a>
12
+                {eyou:if condition='($ex === 1)'}
13
+                <br/>【2024版政策文件下载】
14
+                {/eyou:if}
15
+            </h3>
16
+            <p>{$field.seo_description|msubstr=###,0,47,true}</p>
17
+        </div>
13 18
     </div>
14 19
 </div>

+ 1
- 1
template/pc/components/index/c11.htm Visa fil

@@ -181,7 +181,7 @@
181 181
                                 最新
182 182
 
183 183
 {eyou:type typeid='115' empty='暂时没有数据'}
184
-<a target="_blank" href="{:get_tid_url_2($field['typeurl'])}">职称评审政策资讯</a>
184
+<a target="_blank" href="{:get_tid_url_2($field['typeurl'])}">职称政策资讯</a>
185 185
 {/eyou:type}
186 186
                             </span>
187 187
                     </div>

+ 1
- 1
template/pc/components/index/c12.htm Visa fil

@@ -127,7 +127,7 @@
127 127
                                 最新
128 128
 
129 129
 {eyou:type typeid='115' empty='暂时没有数据'}
130
-<a target="_blank" href="{:get_tid_url_2($field['typeurl'])}">职称评审政策资讯</a>
130
+<a target="_blank" href="{:get_tid_url_2($field['typeurl'])}">职称政策资讯</a>
131 131
 {/eyou:type}
132 132
                             </span>
133 133
                     </div>

+ 28
- 10
template/pc/components/index/content.htm Visa fil

@@ -17,7 +17,7 @@
17 17
 
18 18
                 {eyou:searchform type='sonself' typeid='1232' modelid='103'}
19 19
                 <form class="search" id="search_1" action="{$field.action}" method="get" target="_blank" >
20
-                    <input type="text"  name="keywords" class="s" placeholder="请输入关键词">
20
+                    <input type="text"  name="keywords" class="s" placeholder="职称E家">
21 21
                     <button type="submit" name="" class="btn">政策搜索</button>
22 22
                     {$field.hidden}
23 23
                 </form>
@@ -25,7 +25,7 @@
25 25
 
26 26
                 {eyou:searchform type='sonself' typeid='1233' modelid='103'}
27 27
                 <form class="search hidden" id="search_2" action="{$field.action}" method="get" target="_blank" >
28
-                    <input type="text" name="keywords" class="s" placeholder="请输入关键词">
28
+                    <input type="text" name="keywords" class="s" placeholder="职称E家">
29 29
                     <button type="submit" name="" class="btn">材料搜索</button>
30 30
                     {$field.hidden}
31 31
                 </form>
@@ -59,10 +59,13 @@
59 59
     <div class="row row-position">
60 60
         <div class="col-md-12">
61 61
 
62
-            <div class="part" id="cate19" data-title="申报资讯">
62
+            <div class="part" id="cate19" data-title="职称E家资讯精选">
63 63
                 <p class="tt sticky">
64
-                    <strong><a href="https://www.zc10000.com/zx" class="ta">申报资讯</a></strong>
65
-                    <a title="更多新闻资讯" href="https://www.zc10000.com/zx">更多+</a>
64
+                    <?php
65
+                    //<a href="https://www.zc10000.com/zx" class="ta"></a>
66
+                    ?>
67
+                    <strong>职称E家资讯精选</strong>
68
+                    <a title="职称E家资讯精选" href="https://www.zc10000.com/zx">更多+</a>
66 69
                 </p>
67 70
                 <div class="items">
68 71
                     <div class="row">
@@ -113,7 +116,7 @@
113 116
                 <div class="layui-tab layui-tab-brief" lay-filter="docDemoTabBrief">
114 117
 
115 118
                     <div class="tt sticky" style="">
116
-                        <strong><a href="https://www.zc10000.com/zc" class="ta">政策文件</a></strong>
119
+                        <strong><a href="https://www.zc10000.com/zc" class="ta">职称政策</a></strong>
117 120
 
118 121
 
119 122
                         {eyou:if condition='($is_mobile === false)'}
@@ -165,7 +168,7 @@
165 168
 
166 169
                         {/eyou:if}
167 170
 
168
-                        <a title="更多政策文件" href="https://www.zc10000.com/zc">更多+</a>
171
+                        <a title="更多职称政策" href="https://www.zc10000.com/zc">更多+</a>
169 172
                     </div>
170 173
 
171 174
 
@@ -192,6 +195,21 @@
192 195
                                     $a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
193 196
                                     ?>
194 197
 
198
+                                    <?php
199
+                                    //【2024版政策文件下载】
200
+
201
+                                    if (strpos($field['title'], '评审') !== false) {
202
+                                        $a = explode('评审',$field['title']);
203
+                                        $temp_title = $a[0].'评审';
204
+                                        $ex = 1;
205
+                                        $t_end = '【2024版政策文件下载】';
206
+                                    }else{
207
+                                        $temp_title = $field['title'];
208
+                                        $ex = 0;
209
+                                        $t_end = '';
210
+                                    }
211
+                                    ?>
212
+
195 213
                                     {eyou:include file='/template/pc/components/goods/zc.htm' /}
196 214
 
197 215
                                     {/eyou:arcview}
@@ -320,11 +338,11 @@
320 338
 
321 339
 
322 340
 
323
-            <div class="part" id="cate2" data-title="业绩材料">
341
+            <div class="part" id="cate2" data-title="职称材料">
324 342
 
325 343
                 <p class="tt sticky">
326
-                    <strong><a href="https://www.zc10000.com/cl" class="ta">业绩材料</a></strong>
327
-                    <a title="更多业绩材料" href="https://www.zc10000.com/cl">更多+</a>
344
+                    <strong><a href="https://www.zc10000.com/cl" class="ta">职称材料</a></strong>
345
+                    <a title="更多职称材料" href="https://www.zc10000.com/cl">更多+</a>
328 346
                 </p>
329 347
 
330 348
                 <div class="items">

+ 3
- 3
template/pc/components/list/style12/page/mod_3.htm Visa fil

@@ -95,9 +95,9 @@ $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0',
95 95
 <?php
96 96
 //【2024版政策文件下载】
97 97
 
98
-if (strpos($field['title'], '标准') !== false) {
99
-    $a = explode('标准',$field['title']);
100
-    $temp_title = $a[0];
98
+if (strpos($field['title'], '评审') !== false) {
99
+    $a = explode('评审',$field['title']);
100
+    $temp_title = $a[0].'评审';
101 101
     $ex = 1;
102 102
     $t_end = '【2024版政策文件下载】';
103 103
 }else{

+ 2
- 2
template/pc/components/list/style12/page/mod_5.htm Visa fil

@@ -86,9 +86,9 @@ $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0',
86 86
     <div class="item art-item transition">
87 87
 
88 88
         {eyou:if condition='((int)$field.typeid === 1233)'}
89
-        <font class="more2_info_self">业绩材料</font>
89
+        <font class="more2_info_self">职称材料</font>
90 90
         {eyou:elseif condition='((int)$field.typeid === 1232)' /}
91
-        <font class="more2_info_self">政策文件</font>
91
+        <font class="more2_info_self">职称政策</font>
92 92
         {eyou:else /}
93 93
 
94 94
         <font class="more2_info_self">申报资讯</font>

Loading…
Avbryt
Spara