Die Startseite schaltet jetzt den Link im Logo-Text tod
authorKai Moritz <kai@juplo.de>
Tue, 11 Feb 2014 17:50:45 +0000 (18:50 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 19 Jan 2016 16:45:41 +0000 (17:45 +0100)
src/main/webapp/WEB-INF/templates/header.jsp [new file with mode: 0644]
src/main/webapp/WEB-INF/views/index.jsp

diff --git a/src/main/webapp/WEB-INF/templates/header.jsp b/src/main/webapp/WEB-INF/templates/header.jsp
new file mode 100644 (file)
index 0000000..864dbed
--- /dev/null
@@ -0,0 +1,6 @@
+<%@page contentType="text/html;charset=UTF-8"%>
+<%@page pageEncoding="UTF-8"%>
+<%@page session="false" %>
+<%@taglib uri="http://www.springframework.org/tags" prefix="s"%>
+<s:url var="base" value="/" />
+<h1 id="logo"><a href="${base}index.html" title="Home" class="l">juplo</a></h1>
index a624ebc..6dc32ea 100644 (file)
@@ -6,6 +6,9 @@
 <s:url var="base" value="/" />
 <t:insertDefinition name="NOMENU">
   <t:putAttribute name="title" value="Branding" type="string"/>
+  <t:putAttribute name="header">
+    <h1 id="logo"><strong class="l">juplo</strong></h1>
+  </t:putAttribute>
   <t:putAttribute name="breadcrumb">
     <li class="b"><strong class="b">Home</strong></li>
   </t:putAttribute>