xmlns="http://www.w3.org/1999/xhtml"
th:replace="~{/templates/layout.html :: layout(uri='/potemkin/accelerator.html', json='MERGE:potemkin.json,MERGE:
{
- "_names": {
+ "_titles": {
"/potemkin/accelerator.html": "Overview",
"/potemkin/accelerator.html#read-on": "Read on",
"/potemkin/accelerator.html#read-on-and-on": "Read on and on",
<ol class="b" th:include="~{::#crumbs}?:_">
<li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
<li class="b" th:each="crumb: ${crumbs}">
- <a class="b" href="../projects.html" th:href="@{${crumb}}" th:text="${_names.get(crumb)}">Projects</a>
+ <a class="b" href="../projects.html" th:href="@{${crumb}}" th:text="${_titles.get(crumb)}">Projects</a>
</li>
<!--/*-->
<li class="b"><strong class="b" th:text="${title}">Fix SWF</strong></li>
<h2 class="nav menu">Section-Menu</h2>
<ul id="menu" class="cf">
<li class="m blog" th:each="entry : ${_sections}" th:class="'m ' + ${entry.key}">
- <a href="../blog/" th:href="@{${entry.value}}" class="m" th:class="${entry.value == section} ? 'm selected' : 'm'" th:text="${_names.get(entry.value)}">Blog</a>
+ <a href="../blog/" th:href="@{${entry.value}}" class="m" th:class="${entry.value == section} ? 'm selected' : 'm'" th:text="${_titles.get(entry.value)}">Blog</a>
</li>
<!--/*-->
<li class="m projects"><a href="../projects.html" class="m selected">Projects</a></li>
</ul>
<h2 class="nav submenu">
<span class="s">Submenu for section</span>
- <a class="s selected" href="../projects.html" th:href="@{${section}}" th:text="${_names.get(section)}">Projects</a>
+ <a class="s selected" href="../projects.html" th:href="@{${section}}" th:text="${_titles.get(section)}">Projects</a>
</h2>
<ul th:include="${submenu}?:_"
th:with="
th:href="@{${entry}}"
class="s selected"
th:class="${selected} ? 's selected' : 's'"
- th:text="${_names.get(entry)}"
+ th:text="${_titles.get(entry)}"
>fix-swf</a>
<ul th:if="${selected and childs != null}"
class="s active"