root.jsp 766 B

1234567891011121314151617181920
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %>
  3. <%@ taglib prefix="s" uri="http://www.springframework.org/tags"%>
  4. <!doctype html>
  5. <html>
  6. <head>
  7. <meta property="og:type" content="website" />
  8. <meta property="og:title" content="대구파티마병원 MCare" />
  9. <meta property="og:description" content="대구파티마병원 Mcare 서비스입니다." />
  10. <tiles:insertAttribute name="include" />
  11. <title><tiles:getAsString name="title" /></title>
  12. </head>
  13. <body>
  14. <div data-role="page" class="ui-noboxshadow knuh">
  15. <%@include file="./panel.jsp"%>
  16. <tiles:insertAttribute name="header" />
  17. <tiles:insertAttribute name="content" />
  18. </div>
  19. </body>
  20. </html>