e595de970cf9b495637a3e467b27e4bc53a81506.svn-base 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. <%@page language="java" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>装备台账汇总——发电车</title>
  7. <!--框架必需start-->
  8. <%@include file="../../../../include.jsp" %>
  9. <!--框架必需end-->
  10. <script type="text/javascript" src="../../../../../scripts/business/am/resource/ledger/dining-car-poll.js"></script>
  11. <style type="text/css">
  12. .l-grid-hd-cell{
  13. /* //height: 34px; */
  14. background-color: #5582b9;
  15. height: 40px;
  16. }
  17. .l-grid-hd-cell-text{
  18. font-weight:bold;
  19. color:white
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <div style="height: 50px;background: #F8F8F8;" align="center"><a href="javascript:;"><img id="back" align="left" alt="返回" title="返回" src="/nwyj/images/temp/back.png" onclick="window.history.back()"></img></a><font style="font-weight: bold;font-size: 20px;line-height: 45px;">公司应急移动餐车(总表)概况</font></div>
  25. <div id="maingrid" style="margin: 0; padding: 0">
  26. </div>
  27. </body>
  28. </html>