Your Name hace 10 meses
padre
commit
f6dd2208fd

+ 4
- 4
template/pc/common/include/footer.htm Ver fichero

8
                     <p style="line-height: 20px;font-size: 13px;">
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' /}</p>
11
-                        <p><a target="_self"  href="https://beian.miit.gov.cn/">{eyou:global name='web_attr_22' /}</a>
12
-                            &nbsp; &nbsp;{eyou:global name='web_attr_21' /} &nbsp; &nbsp;</p>
13
-
11
+                        <p> <a target="_self"  href="https://beian.miit.gov.cn/">{eyou:global name='web_attr_22' /}</a>
12
+                            &nbsp;{eyou:global name='web_attr_21' /} &nbsp;</p>
14
                         <p>
13
                         <p>
15
-                        Copyright © 2015-2024 版权所有 职称E家   All Rights Reserved
14
+
15
+                        <!--Copyright © 2015-2024 版权所有 职称E家   All Rights Reserved-->
16
                         <a href="javascript:;" target="_self">sitemap</a></p>
16
                         <a href="javascript:;" target="_self">sitemap</a></p>
17
 
17
 
18
                     </p>
18
                     </p>

+ 7
- 1
template/pc/common/include/tdk/zc_detail.htm Ver fichero

4
 
4
 
5
 <?php
5
 <?php
6
 $title = $eyou['field']['title'];
6
 $title = $eyou['field']['title'];
7
-$title_ar = explode('通知',$title);
7
+
8
+if(strpos($title, '通知') !== false){
9
+    $title_ar = explode('通知',$title);
10
+} else {
11
+    $title_ar = explode('标准',$title);
12
+}
13
+
8
 $seo_title = $title;
14
 $seo_title = $title;
9
 $seo_keywords = $title_ar[0];
15
 $seo_keywords = $title_ar[0];
10
 $seo_description = $title_ar[0].'文件下载上【职称E家】,工程师职称申报的专业辅导网站,汇集各地区各专业相关的职称政策文件,申报材料范本下载。';
16
 $seo_description = $title_ar[0].'文件下载上【职称E家】,工程师职称申报的专业辅导网站,汇集各地区各专业相关的职称政策文件,申报材料范本下载。';

+ 2
- 2
template/pc/components/condition/style1.htm Ver fichero

16
         </li>
16
         </li>
17
         {eyou:php}
17
         {eyou:php}
18
         $area_name = '';
18
         $area_name = '';
19
-        $sql = "SELECT id,name,domain FROM ey_citysite WHERE level = 1";
19
+        $sql = "SELECT id,name,domain FROM ey_citysite WHERE level = 1 and status=1";
20
         {/eyou:php}
20
         {/eyou:php}
21
         {eyou:sql sql='$sql' cachetime='3600' id='area'}
21
         {eyou:sql sql='$sql' cachetime='3600' id='area'}
22
         {eyou:php}
22
         {eyou:php}
60
                 </option>
60
                 </option>
61
                 {eyou:php}
61
                 {eyou:php}
62
                 $area_name = '';
62
                 $area_name = '';
63
-                $sql = "SELECT id,name,domain FROM ey_citysite WHERE level = 1";
63
+                $sql = "SELECT id,name,domain FROM ey_citysite WHERE level = 1 and status=1";
64
                 {/eyou:php}
64
                 {/eyou:php}
65
                 {eyou:sql sql='$sql' cachetime='3600' id='area'}
65
                 {eyou:sql sql='$sql' cachetime='3600' id='area'}
66
                 {eyou:php}
66
                 {eyou:php}

+ 4
- 0
template/pc/css/extend.css Ver fichero

510
 #cl_detail .part .post-single .pic img {
510
 #cl_detail .part .post-single .pic img {
511
     height: 187px !important;
511
     height: 187px !important;
512
     width: 154px !important;
512
     width: 154px !important;
513
+}
514
+
515
+.footer-copyright p{
516
+    ;
513
 }
517
 }

Loading…
Cancelar
Guardar