1234567891011121314151617181920 |
- <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %>
- <%@ taglib prefix="s" uri="http://www.springframework.org/tags"%>
- <!doctype html>
- <html>
- <head>
- <meta property="og:type" content="website" />
- <meta property="og:title" content="대구파티마병원 MCare" />
- <meta property="og:description" content="대구파티마병원 Mcare 서비스입니다." />
- <tiles:insertAttribute name="include" />
- <title><tiles:getAsString name="title" /></title>
- </head>
- <body>
- <div data-role="page" class="ui-noboxshadow knuh">
- <%@include file="./panel.jsp"%>
- <tiles:insertAttribute name="header" />
- <tiles:insertAttribute name="content" />
- </div>
- </body>
- </html>
|