Umstellung auf Thymeleaf: Schritt 3 RELOADED - Thymleaf mit LayoutDialect
[website] / src / main / webapp / WEB-INF / views / contact.jsp
diff --git a/src/main/webapp/WEB-INF/views/contact.jsp b/src/main/webapp/WEB-INF/views/contact.jsp
deleted file mode 100644 (file)
index 3f8675f..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-<%@page contentType="text/html;charset=UTF-8"%>
-<%@page pageEncoding="UTF-8"%>
-<%@page session="false" %>
-<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
-<t:insertDefinition name="BASEPAGE">
-  <t:putAttribute name="title" value="Contact" type="string"/>
-  <t:putAttribute name="breadcrumb">
-    <li class="b"><a class="b" href="${base}index.html">Home</a></li>
-    <li class="b"><a class="b" href="${base}about.html">About</a></li>
-    <li class="b"><strong class="b">Contact</strong></li>
-  </t:putAttribute>
-  <t:putAttribute name="navigation" type="string">
-    <h1 class="nav">Navigation</h1>
-    <h2 class="nav menu">Section-Menu</h2>
-    <ul id="menu" class="s active cf">
-      <li class="m blog"><a href="${base}blog.html" class="m">Blog</a></li>
-      <li class="m projects"><a href="${base}projects.html" class="m">Projects</a></li>
-      <li class="m about"><a href="${base}about.html" class="m">About</a></li>
-    </ul>
-    <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="${base}about.html" class="s">About</a></h2>
-    <ul id="submenu">
-      <li class="s sub"><a href="${base}expertise.html" class="s">Expertise</a></li>
-      <li class="s sub"><a href="${base}references.html" class="s">References</a></li>
-      <li class="s"><strong class="s">Contact</strong></li>
-    </ul>
-  </t:putAttribute>
-  <t:putAttribute name="contentcontainer" type="string">
-    <div id="content" class="main pack cf">
-      <div class="p left">
-        <img class="p" src="${base}img/kai-moritz.jpg" alt="Portrait"/>
-      </div>
-      <article class="p right">
-        <header><h1><t:getAsString name="title"/></h1></header>
-        <h2>Address</h2>
-        <p>
-          Kai Moritz<br />
-          Zumsandestr. 29a<br />
-          48145 Münster
-        </p>
-        <h2>Email</h2>
-        <p><a href="mailto:kai@juplo.de">kai@juplo.de</a></p>
-        <h2>Phone</h2>
-        <p>+49 (0) 176 20 50 47 47</p>
-        <h2>Networking</h2>
-        <ul>
-          <li><a href="https://www.google.com/+KaiMoritz" title="Google+">www.google.com/+KaiMoritz</a></li>
-          <li><a href="https://www.xing.com/profile/Kai_Moritz" title="Xing">www.xing.com/profile/Kai_Moritz</a></li>
-        </ul>
-        <!--
-        <h2>About Me</h2>
-        <h2><em>Übersetzung?!?</em> Jobportale</h2>
-        -->
-      </article>
-    </div>
-  </t:putAttribute>
-  <t:putAttribute name="marginalcontent" type="string" value=""/>
-</t:insertDefinition>