sysPlanPushGet.jsp 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <%--
  2. time:2017-03-17 16:41:48
  3. --%>
  4. <%@page language="java" pageEncoding="UTF-8"%>
  5. <%@include file="/commons/include/html_doctype.html"%>
  6. <html>
  7. <head>
  8. <title>SYS_PLAN_PUSH明细</title>
  9. <%@include file="/commons/include/get.jsp"%>
  10. <script type="text/javascript">
  11. //放置脚本
  12. </script>
  13. </head>
  14. <body>
  15. <div class="panel">
  16. <div class="panel-top">
  17. <div class="tbar-title">
  18. <span class="tbar-label">SYS_PLAN_PUSH详细信息</span>
  19. </div>
  20. <div class="panel-toolbar">
  21. <div class="toolBar">
  22. <div class="group">
  23. <a class="link back" href="list.ht"><span></span>返回</a>
  24. </div>
  25. </div>
  26. </div>
  27. </div>
  28. <table class="table-detail" cellpadding="0" cellspacing="0" border="0">
  29. <tr>
  30. <th width="20%">上级ID:</th>
  31. <td>${sysPlanPush.superiorid}</td>
  32. </tr>
  33. <tr>
  34. <th width="20%">创建日志人ID:</th>
  35. <td>${sysPlanPush.createplanid}</td>
  36. </tr>
  37. <tr>
  38. <th width="20%">PLANID:</th>
  39. <td>${sysPlanPush.planid}</td>
  40. </tr>
  41. </table>
  42. </div>
  43. </div>
  44. </body>
  45. </html>