2016-06-13 22:34:39 +02:00
|
|
|
<nav id='top-navigation' class='buttons'><!--
|
|
|
|
--><ul><!--
|
|
|
|
--><% for (let item of ctx.items) { %><!--
|
2016-05-09 20:07:54 +02:00
|
|
|
--><% if (item.available) { %><!--
|
2016-06-23 11:41:52 +02:00
|
|
|
--><li data-name='<%- item.key %>'><!--
|
|
|
|
--><a href='<%- item.url %>' accesskey='<%- item.accessKey %>'><!--
|
2016-05-21 09:45:43 +02:00
|
|
|
--><% if (item.imageUrl) { print(ctx.makeThumbnail(item.imageUrl)); } %><!--
|
2016-06-13 22:34:39 +02:00
|
|
|
--><span class='text'><%= ctx.makeAccessKey(item.title, item.accessKey) %></span><!--
|
2016-04-11 18:36:48 +02:00
|
|
|
--></a><!--
|
2016-03-27 21:10:41 +02:00
|
|
|
--></li><!--
|
2016-05-09 20:07:54 +02:00
|
|
|
--><% } %><!--
|
2016-06-11 09:59:06 +02:00
|
|
|
--><% } %><!--
|
2016-06-13 22:34:39 +02:00
|
|
|
--></ul><!--
|
|
|
|
--></nav>
|