appComplaintInfoList.jsp 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <%@ page contentType="text/html;charset=UTF-8" %>
  2. <%@ include file="/webpage/include/taglib.jsp"%>
  3. <html>
  4. <head>
  5. <title>12380举报信箱管理</title>
  6. <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  7. <meta name="decorator" content="ani"/>
  8. <%@ include file="/webpage/include/bootstraptable.jsp"%>
  9. <%@include file="/webpage/include/treeview.jsp" %>
  10. <%@include file="appComplaintInfoList.js" %>
  11. </head>
  12. <body>
  13. <div class="wrapper wrapper-content">
  14. <div class="panel panel-primary">
  15. <div class="panel-heading">
  16. <h3 class="panel-title">12380举报信箱列表</h3>
  17. </div>
  18. <div class="panel-body">
  19. <!-- 搜索 -->
  20. <div id="search-collapse" class="collapse">
  21. <div class="accordion-inner">
  22. <form:form id="searchForm" modelAttribute="appComplaintInfo" class="form form-horizontal well clearfix">
  23. <div class="col-xs-12 col-sm-6 col-md-4">
  24. <label class="label-item single-overflow pull-left" title="标题:">标题:</label>
  25. <form:input path="title" htmlEscape="false" maxlength="200" class=" form-control"/>
  26. </div>
  27. <div class="col-xs-12 col-sm-6 col-md-4">
  28. <div style="margin-top:26px">
  29. <a id="search" class="btn btn-primary btn-rounded btn-bordered btn-sm"><i class="fa fa-search"></i> 查询</a>
  30. <a id="reset" class="btn btn-primary btn-rounded btn-bordered btn-sm" ><i class="fa fa-refresh"></i> 重置</a>
  31. </div>
  32. </div>
  33. </form:form>
  34. </div>
  35. </div>
  36. <!-- 工具栏 -->
  37. <!-- 表格 -->
  38. <table id="appComplaintInfoTable" data-toolbar="#toolbar"></table>
  39. </div>
  40. </div>
  41. </div>
  42. </body>
  43. </html>