Created
September 14, 2013 16:11
-
-
Save steinermatt/6563227 to your computer and use it in GitHub Desktop.
pjax-tiles / src / main / webapp / WEB-INF / layouts / default.jsp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> | |
<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles"%> | |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title><tiles:getAsString name="title"/></title> | |
<tiles:insertAttribute name="meta"/> | |
<tiles:insertAttribute name="stylesheets"/> | |
</head> | |
<body> | |
<tiles:insertAttribute name="header"/> | |
<div id="pjax-container"> | |
<tiles:insertAttribute name="content"/> | |
</div> | |
<tiles:insertAttribute name="footer"/> | |
<tiles:insertAttribute name="js"/> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment