6dc77706 by 田浩浩

添加底部导航栏信息

1 parent 1a4ec665
Showing 1 changed file with 48 additions and 16 deletions
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1 <!DOCTYPE html
2 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
4
3 <head> 5 <head>
4 <style> 6 <style>
5 </style> 7 </style>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <title></title> 9 <title></title>
8 <script type="text/javascript" src="./staticJs/head.js"></script> 10 <script type="text/javascript" src="./staticJs/head.js"></script>
9 <script type="text/javascript" src="./staticJs/staticIndex.js"></script> 11 <script type="text/javascript" src="./staticJs/staticIndex.js"></script>
10 </head> 12 </head>
11 <body > 13
14 <body>
12 <div> 15 <div>
13 16
14 <div class="banner"> 17 <div class="banner">
...@@ -40,7 +43,7 @@ ...@@ -40,7 +43,7 @@
40 </li> 43 </li>
41 <li> 44 <li>
42 <a title="证书核验"> 45 <a title="证书核验">
43 <img src="./staticImages/zshy.png" alt="证书核验"> 46 <img src="./staticImages/zshy.png" alt="证书核验">
44 证书核验 47 证书核验
45 </a> 48 </a>
46 </li> 49 </li>
...@@ -63,8 +66,8 @@ ...@@ -63,8 +66,8 @@
63 <a class="news-img" href="" title="图片新闻地信中心开展外业安全生产监控系统培训工作"><img src="staticImages/news_demo.jpg" 66 <a class="news-img" href="" title="图片新闻地信中心开展外业安全生产监控系统培训工作"><img src="staticImages/news_demo.jpg"
64 alt="图片新闻地信中心开展外业安全生产监控系统培训工作" /></a> 67 alt="图片新闻地信中心开展外业安全生产监控系统培训工作" /></a>
65 <ul id='ulNews'> 68 <ul id='ulNews'>
66 <li><a href="" title="创新技术体系 引领事业发展"><i>最新</i>创新技术体系 引领事业发展<span>2020-06-19</span></a></li> 69 <li><a href="" title="创新技术体系 引领事业发展"><i>最新</i>创新技术体系 引领事业发展<span>2020-06-19</span></a></li>
67 <li><a href="" title="创新技术体系 引领事业发展"><i>最新</i>创新技术体系 引领事业发展<span>2020-06-19</span></a></li> 70 <li><a href="" title="创新技术体系 引领事业发展"><i>最新</i>创新技术体系 引领事业发展<span>2020-06-19</span></a></li>
68 <li><a href="" title="创新技术体系 引领事业发展">创新技术体系 引领事业发展<span>2020-06-19</span></a></li> 71 <li><a href="" title="创新技术体系 引领事业发展">创新技术体系 引领事业发展<span>2020-06-19</span></a></li>
69 <li><a href="" title="创新技术体系 引领事业发展">创新技术体系 引领事业发展<span>2020-06-19</span></a></li> 72 <li><a href="" title="创新技术体系 引领事业发展">创新技术体系 引领事业发展<span>2020-06-19</span></a></li>
70 <li><a href="" title="创新技术体系 引领事业发展">创新技术体系 引领事业发展<span>2020-06-19</span></a></li> 73 <li><a href="" title="创新技术体系 引领事业发展">创新技术体系 引领事业发展<span>2020-06-19</span></a></li>
...@@ -396,7 +399,7 @@ ...@@ -396,7 +399,7 @@
396 </a> 399 </a>
397 </dd> 400 </dd>
398 </div> 401 </div>
399 402
400 </dl> 403 </dl>
401 </div> 404 </div>
402 </div> 405 </div>
...@@ -452,11 +455,40 @@ ...@@ -452,11 +455,40 @@
452 </ul> 455 </ul>
453 </div> 456 </div>
454 </div> 457 </div>
455 458 </div>
459 <div class="footer">
460 <div class="system_service">
461 <ul class="">
462 <li>
463 <a href="" title="公示公告">
464 <span>公示公告</span>
465 </a>
466 </li>
467 <li>
468 <a href="" title="法律法规">
469 <span>法律法规</span>
470 </a>
471 </li>
472 <li>
473 <a href="" title="相应政策">
474 <span>相应政策</span>
475 </a>
476 </li>
477 <li>
478 <a href="" title="下载服务">
479 <span>下载服务</span>
480 </a>
481 </li>
482 <li>
483 <a href="" title="关于我们">
484 <span>关于我们</span>
485 </a>
486 </li>
487 </ul>
456 </div> 488 </div>
489 </div>
490
457 </body> 491 </body>
458 <script type="text/javascript" src="./staticJs/down.js"></script> 492 <script type="text/javascript" src="./staticJs/down.js"></script>
459 </html>
460
461
462 493
494 </html>
...\ No newline at end of file ...\ No newline at end of file
......