app.jsp 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
  2. <%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
  3. <%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
  4. <!--######用户管理页面Title设置######-->
  5. <!-- ####### 页面部分 ####### -->
  6. <div class="m-content">
  7. <!-- ####### 查询条件部分 ####### -->
  8. <div class="m-form-inline">
  9. <div class="m-form-group">
  10. <div class="m-form-control">
  11. <input type="text" id="txtName" class="l-text-field" placeholder="请输入应用名称"/>
  12. </div>
  13. <div class="m-form-control" >
  14. <label>状态:</label>
  15. <input type="text" id="statusName" class="l-text-field" />
  16. </div>
  17. <div class="m-form-control right" >
  18. <div id="div_new_record" class="l-button">
  19. <span><spring:message code="btn.create"/></span>
  20. </div>
  21. </div>
  22. </div>
  23. </div>
  24. <!--######菜单信息表######-->
  25. <div id="div_grid">
  26. </div>
  27. </div>