aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/resources/templates/views/partial/homecolumn.html
blob: 3d4ae1c3878545a749b3eeb88e1715504ecd1f63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<ul class="toolbar">
    <li>
        <a href="/" title="Top">
            <i data-icon="ei-heart" data-size="s"></i>Top
        </a>
    </li>
    <li>
        <a href="/?show=all" title="{{ i18n("messages","link.allMessages") }}">
        <i data-icon="ei-search" data-size="s"></i>{{ i18n("messages","link.allMessages") }}
        </a>
    </li>
    <li>
        <a href="/?show=photos" title="{{ i18n("messages","link.withPhotos") }}">
        <i data-icon="ei-camera" data-size="s"></i>{{ i18n("messages","link.withPhotos") }}
        </a>
    </li>
</ul>
<p class="tags">
    {% include "views/partial/tags" %}
    {% if showAdv | default(false) %}
    <a href="http://ru.wix.com/">конструктор сайтов</a>
    {% if links | default ('')  is not empty %}
    <br/>{{ i18n("messages","label.sponsors") }}: {{ links | raw }}
    {% endif %}
    {% endif %}
</p>