Rücksprung-Link zum Seitenanfang eingebaut und für Phone-Navigation verwendet
[website] / src / main / webapp / WEB-INF / templates / html5page.jsp
index 9a5ea5e..1ccd625 100644 (file)
@@ -12,6 +12,7 @@
     <t:insertAttribute name="htmlhead"/>
   </head>
   <body class="<t:getAsString name="contentclass"/>" onload="prettyPrint()">
+    <a id="top"></a>
     <div id="page" class="cf">
       <header id="header">
         <h1 id="logo"><a href="${base}index.html" title="Home" class="l">juplo</a></h1>
@@ -35,6 +36,7 @@
           <nav id="nav">
             <hr class="n"/>
             <a id="navigation"></a>
+            <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
             <t:insertAttribute name="navigation"/>
             <hr class="n"/>
           </nav>