- <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %>
- <!doctype html>
- <html>
- <head>
- <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="content" />
- </div>
- </body>
- </html>
|