WIP:bulma:neu
[website] / dist / templates / layout.html
index 9ffb638..6e12044 100644 (file)
           <!--*/-->
         </ul>
       </div>
-      <div class="section">
-        <ul th:with="
-              len=${crumbs == null} ? 0 : ${crumbs.size()},
-              parent=${crumbs == null} ? '' : ${crumbs[0]},
-              submenu=${_childs.get(parent)},
-              pos=1"
-            id="navigation"
-            class="s"
-            th:class="'s' + (${len == 1 or (len == 2 and _childs.get(uri) == null)} ? ' selected' : '')">
-          <li th:fragment="submenu(submenu, parent, pos)"
-              th:each="entry : ${submenu}"
-              th:with="
-                  child=${pos == len},
-                  selected=${!child and crumbs.get(pos) == entry},
-                  sibling=${pos + 1 == len and (_childs.get(uri) == null or uri == parent)},
-                  childs=${entry == parent ? null : _childs.get(entry)}
-                  "
-              class="s sub"
-              th:class="'s' + (${childs} ? ' sub' : '') + (${selected or sibling or child} ? '' : ' off')">
-            <a  href="../potemkin/fix-swf/overview.html"
-                th:if="${entry != parent}"
-                th:href="@{${entry}}"
-                class="s selected"
-                th:class="${selected} ? 's selected' : 's'"
-                th:text="${_titles.get(entry)}">fix-swf</a>
-            <ul th:if="${selected and childs != null}"
-                class="s active"
-                th:class="'s' + (${selected &amp;&amp; pos == crumbs.size()-1} ? ' active' : '') + (${entry == uri or (len &gt; 1 and entry == crumbs.get(len-2) and _childs.get(uri) == null)} ? ' selected' : '')">
-              <li th:replace="this :: submenu(submenu=${childs}, parent=${entry}, pos=${pos + 1})"
-                  class="s">
-                <strong class="s">Overview</strong>
-              </li>
-              <!--/*-->
-              <li class="s"><a href="../potemkin/fix-swf/getting-started.html" class="s">Getting Started</a></li>
-              <li class="s"><a href="#" class="s">FAQ</a></li>
-              <li class="s"><a href="#" class="s">Documentation</a></li>
-              <!--*/-->
-            </ul>
-          </li>
-          <!--/*-->
-          <li class="s sub off"><a href="#" class="s">hibernate4-maven-plugin</a></li>
-          <li class="s off"><a href="#" class="s">jquery.openx</a></li>
-          <li class="s sub off"><a href="../potemkin/html-experimente.html" th:href="@{/potemkin/html-experimente.html}" class="s">HTML-Experimente</a></li>
-          <li class="s sub off"><a href="#" class="s">accelerator</a></li>
-          <li class="s off"><a href="../potemkin/typo.html" th:href="@{/potemkin/typo.html}" class="s">Typography</a></li>
-          <!--*/-->
-        </ul>
+      <div class="section columns">
+        <div class="column is-3">
+          <a href="../index.html" th:href="@{/}" title="Home">
+            <img src="/img/logo.svg" alt="juplo" class="logo">
+          </a>
+<span class="icon">
+    <i class="fas fa-home"></i>
+  </span>
+          <ul th:with="
+                len=${crumbs == null} ? 0 : ${crumbs.size()},
+                parent=${crumbs == null} ? '' : ${crumbs[0]},
+                submenu=${_childs.get(parent)},
+                pos=1"
+              id="navigation"
+              class="s"
+              th:class="'s' + (${len == 1 or (len == 2 and _childs.get(uri) == null)} ? ' selected' : '')">
+            <li th:fragment="submenu(submenu, parent, pos)"
+                th:each="entry : ${submenu}"
+                th:with="
+                    child=${pos == len},
+                    selected=${!child and crumbs.get(pos) == entry},
+                    sibling=${pos + 1 == len and (_childs.get(uri) == null or uri == parent)},
+                    childs=${entry == parent ? null : _childs.get(entry)}
+                    "
+                class="s sub"
+                th:class="'s' + (${childs} ? ' sub' : '') + (${selected or sibling or child} ? '' : ' off')">
+              <a  href="../potemkin/fix-swf/overview.html"
+                  th:if="${entry != parent}"
+                  th:href="@{${entry}}"
+                  class="s selected"
+                  th:class="${selected} ? 's selected' : 's'"
+                  th:text="${_titles.get(entry)}">fix-swf</a>
+              <ul th:if="${selected and childs != null}"
+                  class="s active"
+                  th:class="'s' + (${selected &amp;&amp; pos == crumbs.size()-1} ? ' active' : '') + (${entry == uri or (len &gt; 1 and entry == crumbs.get(len-2) and _childs.get(uri) == null)} ? ' selected' : '')">
+                <li th:replace="this :: submenu(submenu=${childs}, parent=${entry}, pos=${pos + 1})"
+                    class="s">
+                  <strong class="s">Overview</strong>
+                </li>
+                <!--/*-->
+                <li class="s"><a href="../potemkin/fix-swf/getting-started.html" class="s">Getting Started</a></li>
+                <li class="s"><a href="#" class="s">FAQ</a></li>
+                <li class="s"><a href="#" class="s">Documentation</a></li>
+                <!--*/-->
+              </ul>
+            </li>
+            <!--/*-->
+            <li class="s sub off"><a href="#" class="s">hibernate4-maven-plugin</a></li>
+            <li class="s off"><a href="#" class="s">jquery.openx</a></li>
+            <li class="s sub off"><a href="../potemkin/html-experimente.html" th:href="@{/potemkin/html-experimente.html}" class="s">HTML-Experimente</a></li>
+            <li class="s sub off"><a href="#" class="s">accelerator</a></li>
+            <li class="s off"><a href="../potemkin/typo.html" th:href="@{/potemkin/typo.html}" class="s">Typography</a></li>
+            <!--*/-->
+          </ul>
+        </div>
       </div>
     </nav>
   </body>