59d5adbb9ec8d0bf9f1f1ad6f92afbd3.php 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?php if (!defined('THINK_PATH')) exit();?><!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  5. <meta charset="utf-8">
  6. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
  7. <meta content="yes" name="apple-mobile-web-app-capable">
  8. <meta content="black" name="apple-mobile-web-app-status-bar-style">
  9. <meta content="telephone=no" name="format-detection">
  10. <title>永天消防</title>
  11. </head>
  12. <style>
  13. .pages a,.pages span {
  14. display:inline-block;
  15. padding:2px 5px;
  16. margin:0 1px;
  17. border:1px solid #f0f0f0;
  18. -webkit-border-radius:3px;
  19. -moz-border-radius:3px;
  20. border-radius:3px;
  21. }
  22. .pages a,.pages li {
  23. display:inline-block;
  24. list-style: none;
  25. text-decoration:none; color:#58A0D3;
  26. }
  27. .pages a.first,.pages a.prev,.pages a.next,.pages a.end{
  28. margin:0;
  29. }
  30. .pages a:hover{
  31. border-color:#50A8E6;
  32. }
  33. .pages span.current{
  34. background:#50A8E6;
  35. color:#FFF;
  36. font-weight:700;
  37. border-color:#50A8E6;
  38. }
  39. </style>
  40. <link rel="stylesheet" type="text/css" href="/jdxf/Public/wxapp/css/style.css">
  41. <script type="text/javascript" src="/jdxf/Public/wxapp/js/jquery-1.11.3.min.js"></script>
  42. <body>
  43. <!--头部-->
  44. <div class="header"><a class="comblack" href="/jdxf/wxapp2.php/Home/Inspection/wb_index<?php echo ($tokenurl); ?>/companyid/<?php echo ($companyid); ?>"></a> 维保记录</div>
  45. <!--内容-->
  46. <div class="content">
  47. <div class="content-bottom" id="content-data">
  48. <?php if(is_array($res)): $i = 0; $__LIST__ = $res;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?><a href="/jdxf/wxapp2.php/Home/Inspection/details<?php echo ($tokenurl); ?>/id/<?php echo ($vo["id"]); ?>/companyid/<?php echo ($companyid); ?>">
  49. <div class="item-list">
  50. <p><?php echo ($vo["wc_time"]); ?> <span class="size" ><?php echo ($vo["spot_status"]); ?></span></p>
  51. <p>
  52. 计划:<?php echo ($vo["plan_name"]); ?> <br>点位:<?php echo ($vo["spot_name"]); ?>
  53. </p>
  54. </div>
  55. </a><?php endforeach; endif; else: echo "" ;endif; ?>
  56. </div>
  57. </div>
  58. <!--底部-->
  59. <div class="footer"></div>
  60. </body>
  61. </html>