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