Your Name 10 months ago
parent
commit
f6dd2208fd

+ 4
- 4
template/pc/common/include/footer.htm View File

@@ -8,11 +8,11 @@
8 8
                     <p style="line-height: 20px;font-size: 13px;">
9 9
 
10 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 13
                         <p>
15
-                        Copyright © 2015-2024 版权所有 职称E家   All Rights Reserved
14
+
15
+                        <!--Copyright © 2015-2024 版权所有 职称E家   All Rights Reserved-->
16 16
                         <a href="javascript:;" target="_self">sitemap</a></p>
17 17
 
18 18
                     </p>

+ 7
- 1
template/pc/common/include/tdk/zc_detail.htm View File

@@ -4,7 +4,13 @@
4 4
 
5 5
 <?php
6 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 14
 $seo_title = $title;
9 15
 $seo_keywords = $title_ar[0];
10 16
 $seo_description = $title_ar[0].'文件下载上【职称E家】,工程师职称申报的专业辅导网站,汇集各地区各专业相关的职称政策文件,申报材料范本下载。';

+ 2
- 2
template/pc/components/condition/style1.htm View File

@@ -16,7 +16,7 @@
16 16
         </li>
17 17
         {eyou:php}
18 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 20
         {/eyou:php}
21 21
         {eyou:sql sql='$sql' cachetime='3600' id='area'}
22 22
         {eyou:php}
@@ -60,7 +60,7 @@
60 60
                 </option>
61 61
                 {eyou:php}
62 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 64
                 {/eyou:php}
65 65
                 {eyou:sql sql='$sql' cachetime='3600' id='area'}
66 66
                 {eyou:php}

+ 4
- 0
template/pc/css/extend.css View File

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

Loading…
Cancel
Save