panel.jsp 1.6 KB

123456789101112131415161718192021222324
  1. <%@page import="com.dbs.mplus.MPlusConstants"%>
  2. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  3. <%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles"%>
  4. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
  5. <%@ taglib prefix="s" uri="http://www.springframework.org/tags"%>
  6. <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
  7. <div id="sidebar">
  8. <ul>
  9. <li><a href="${pageContext.request.contextPath}/mobile/consent/consentInpatient.page?menuId=inpatient" id="menuInpatient"><i class="fa fa-plus-square"></i><span class="txt">입원</span></a></li>
  10. <li><a href="${pageContext.request.contextPath}/mobile/consent/consentOutpatient.page?menuId=outpatient" id="menuOutpatient"><i class="fa fa-user-md"></i><span class="txt">외래</span></a></li>
  11. <li><a href="${pageContext.request.contextPath}/mobile/consent/consentEmergency.page?menuId=emergency" id="menuEmergency"><i class="fa fa-ambulance"></i><span class="txt">응급</span></a></li>
  12. <li><a href="${pageContext.request.contextPath}/mobile/consent/consentOperation.page?menuId=operation" id="menuOperation"><i class="fa fa-stethoscope"></i><span class="txt">수술</span></a></li>
  13. <li><a href="${pageContext.request.contextPath}/mobile/consent/consentSearch.page?menuId=search" id="menuSearch"><i class="fa fa-search"></i><span class="txt">검색</span></a></li>
  14. <%-- <li><a href="#"><i class="fa fa-search"></i><span class="txt">검색</span></a></li> --%>
  15. </ul>
  16. </div>
  17. <script type="text/javascript">
  18. //기존API들 include.jsp로 이동
  19. </script>