e15516e70ef5fdcebc9265ff0c5c2b9c4fc9940f
[website] / src / main / webapp / WEB-INF / templates / html5page.jsp
1 <!DOCTYPE html>
2 <%@page contentType="text/html;charset=UTF-8"%>
3 <%@page pageEncoding="UTF-8"%>
4 <%@page session="false" %>
5 <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
6 <%@taglib uri="http://www.springframework.org/tags" prefix="s"%>
7 <s:url var="base" value="/" />
8 <html>
9   <head>
10     <title>juplo - <t:getAsString name="title"/></title>
11     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
12     <t:insertAttribute name="htmlhead"/>
13   </head>
14   <body class="<t:getAsString name="contentclass"/>" onload="prettyPrint()">
15     <a id="top"></a>
16     <div id="page" class="cf">
17       <header id="header">
18         <t:insertAttribute name="header"/>
19         <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
20         <hr class="h" />
21       </header>
22       <div id="breadcrumb">
23         <strong class="b title">You are here:</strong>
24         <ol class="b">
25           <t:insertAttribute name="breadcrumb"/>
26         </ol>
27         <a class="hide" href="#navigation" title="Show navigation menu">Jump to navigation</a>
28         <hr class="b" />
29       </div>
30       <main class="content cf">
31         <article id="content" class="main">
32           <header><h1><t:getAsString name="title"/></h1></header>
33           <t:insertAttribute name="maincontent"/>
34         </article>
35         <div class="marginal">
36           <nav id="nav">
37             <hr class="n"/>
38             <a id="navigation"></a>
39             <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
40             <t:insertAttribute name="navigation"/>
41             <hr class="n"/>
42           </nav>
43           <t:insertAttribute name="marginalcontent" ignore="true"/>
44         </div>
45       </main>
46       <footer id="footer">
47         <hr class="f" />
48         <ul id="footerlinks">
49           <t:insertAttribute name="footer"/>
50         </ul>
51       </footer>
52     </div>
53   </body>
54 </html>