ggfbadd.jsp 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  3. <!DOCTYPE html>
  4. <html lang="en">
  5. <head>
  6. <meta charset="utf-8">
  7. <title>江苏省港口建设与经营管理信息系统</title>
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <%@ include file="../../../common.jsp"%>
  10. <script type="text/javascript" src="${app }/static/biz/js/ggfwxxgl/tzgg/ggfb/ggfbdetail.js"></script>
  11. <script type="text/javascript">
  12. $(document).ready(function () {
  13. ggfb.detail.init();
  14. });
  15. </script>
  16. </head>
  17. <body>
  18. <div class="box" >
  19. <div class="box-content" >
  20. <div class="apply_fill">
  21. <form id="addform" method="post">
  22. <table class="apply" cellpadding="0" cellspacing="0">
  23. <tr>
  24. <th>公告ID: &nbsp;</th>
  25. <td >
  26. <input type="text" class="form-control" name="ggid">
  27. </td>
  28. <th>发布人 :&nbsp;</th>
  29. <td >
  30. <input type="text" class="form-control" name="senduser">
  31. </td>
  32. </tr>
  33. <tr>
  34. <th>能看到公告的人:&nbsp;</th>
  35. <td >
  36. <input type="text" class="form-control" name="ggr">
  37. </td>
  38. <th>发布类型:&nbsp;</th>
  39. <td >
  40. <input type="text" class="form-control" name="fblx">
  41. </td>
  42. </tr>
  43. </table>
  44. </form>
  45. <div id="buttons">
  46. <a class="btn btn-default btn-sm" href="#" onclick="ggfb.detail.save()">
  47. <i class="glyphicon glyphicon-floppy-disk"></i>
  48. 保存</a>
  49. <a class="btn btn-default btn-sm" href="#" onclick="ggfb.detail.back()">
  50. <i class="glyphicon glyphicon-arrow-left"></i>
  51. 返回</a>
  52. </div>
  53. </div>
  54. </div>
  55. </div>
  56. </body>
  57. </html>