2021-08-29 05:23:25 +09:00
|
|
|
<div class="panel panel-left">
|
2021-09-07 23:59:19 +09:00
|
|
|
<input type="checkbox" id="panel-left-toggle" aria-hidden="true" tabindex="-1">
|
|
|
|
<label id="panel-left-icon" for="panel-left-toggle" aria-hidden="true" tabindex="-1">{{ icon('menu', 'icon icon-left') | raw }}</label>
|
2021-07-24 03:28:11 +09:00
|
|
|
|
2021-09-07 23:59:19 +09:00
|
|
|
<a id="anchor-left-panel" class="anchor-hidden" title="{{ 'Press tab to access selected region!' | trans }}"></a>
|
2021-08-29 05:23:25 +09:00
|
|
|
<aside class="panel-content">
|
2021-08-31 05:01:32 +09:00
|
|
|
{% if app.user %}
|
2021-09-08 04:07:46 +09:00
|
|
|
<section tabindex="0" class='profile' title="{{ 'Your profile information.' | trans }}">
|
2021-08-31 05:01:32 +09:00
|
|
|
<a id="user" href="{{ path('settings') }}">
|
2021-09-08 04:07:46 +09:00
|
|
|
<img src='{{ user_avatar }}' title="{{ 'Your account\'s avatar.' | trans }}" class="icon icon-avatar">
|
2021-08-31 05:01:32 +09:00
|
|
|
<div id="user-info">
|
2021-09-08 04:07:46 +09:00
|
|
|
<strong id="user-nickname" title="{{ 'Your account\' nickname.' | trans }}">{{ user_nickname }}</strong>
|
2021-07-27 01:14:24 +09:00
|
|
|
|
2021-08-31 05:01:32 +09:00
|
|
|
<nav id="user-tags">
|
2021-07-24 03:28:11 +09:00
|
|
|
{% if user_tags %}
|
|
|
|
{% for tag in user_tags %}
|
2021-07-27 01:14:24 +09:00
|
|
|
<a href='#'> #{{ tag }}</a>
|
2021-07-24 03:28:11 +09:00
|
|
|
{% endfor %}
|
|
|
|
{% else %}
|
2021-07-27 01:14:24 +09:00
|
|
|
{{ '(No tags)' | trans }}
|
2021-07-24 03:28:11 +09:00
|
|
|
{% endif %}
|
2021-08-31 05:01:32 +09:00
|
|
|
</nav>
|
2021-07-27 01:14:24 +09:00
|
|
|
|
2021-09-08 04:07:46 +09:00
|
|
|
<section tabindex="0" id="user-stats" title="{{ 'Your account statistics.' | trans }}">
|
2021-08-31 05:01:32 +09:00
|
|
|
{% if user_followers %}<h2>{{ 'Followers' | trans }} {{ user_followers }}</h2> {% endif %}
|
|
|
|
{% if user_followed %}<h2>{{ 'Followed' | trans }} {{ user_followed }}</h2> {% endif %}
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</a>
|
2021-07-27 01:14:24 +09:00
|
|
|
|
2021-08-31 05:01:32 +09:00
|
|
|
{# {% for extra in profile_extras %}
|
|
|
|
{% include '/'~ extra.name ~ '/view.html.twig' with {'vars': extra.vars} only %}
|
2021-07-30 04:20:32 +09:00
|
|
|
{% endfor %} #}
|
2021-08-31 05:01:32 +09:00
|
|
|
</section>
|
2021-07-24 03:28:11 +09:00
|
|
|
|
2021-09-08 04:07:46 +09:00
|
|
|
<nav tabindex="0" class="profile-navigation" title="{{ 'Navigate through account related pages.' | trans }}" aria-relevant="all">
|
2021-09-07 23:59:19 +09:00
|
|
|
<a href='#' title="{{ 'Check your messages.' | trans }}">Messages</a>
|
2021-08-31 05:01:32 +09:00
|
|
|
<a href="{{ path("replies", {'nickname' : user_nickname}) }}"
|
2021-09-07 23:59:19 +09:00
|
|
|
class='hover-effect {{ active("replies") }}' title="{{ 'Replies to your notes.' | trans }}">Replies</a>
|
2021-08-31 05:01:32 +09:00
|
|
|
{% for link in handle_event('InsertLeftPanelLink', user_nickname) %}
|
|
|
|
{{ link | raw }}
|
|
|
|
{% endfor %}
|
|
|
|
<a href="{{ path('settings') }}"
|
2021-09-07 23:59:19 +09:00
|
|
|
class='{{ active('settings') }}' title="{{ 'Access your account settings.' | trans }}">Settings</a>
|
|
|
|
<a href='{{ path('logout') }}' title="{{ 'Logout from your account.' | trans }}">Logout</a>
|
2021-08-31 05:01:32 +09:00
|
|
|
</nav>
|
2021-07-24 03:28:11 +09:00
|
|
|
|
2021-08-31 05:01:32 +09:00
|
|
|
{% else %}
|
2021-09-08 04:07:46 +09:00
|
|
|
<nav tabindex="0" class="profile-navigation" title="{{ 'Navigate through account related pages.' | trans }}" aria-relevant="all">
|
|
|
|
<a href="{{ path('login') }}" class='hover-effect {{ active('login') }}' title="{{ 'Login with your existing account.' | trans }}">Login</a>
|
2021-09-07 23:59:19 +09:00
|
|
|
<a href="{{ path('register') }}" title="{{ 'Register a new account!' | trans }}">Register</a>
|
2021-08-31 05:01:32 +09:00
|
|
|
</nav>
|
|
|
|
{% endif %}
|
2021-07-25 02:16:27 +09:00
|
|
|
|
2021-09-08 00:27:23 +09:00
|
|
|
<div class="timeline-nav">
|
2021-09-08 04:07:46 +09:00
|
|
|
<strong id="timeline-nav-header" title="{{ 'Navigate each timeline.' | trans }}" aria-relevant="all">Timeline</strong>
|
2021-07-25 02:16:27 +09:00
|
|
|
|
2021-09-08 04:07:46 +09:00
|
|
|
<nav class='sec-nav'>
|
2021-09-07 23:59:19 +09:00
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href="{{ path('main_public') }}"
|
|
|
|
class='{{ active('main_public') }}'>Public</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
{% if user_nickname is defined %}
|
|
|
|
<a href="{{ path("home_all", {'nickname' : user_nickname}) }}"
|
|
|
|
class='{{ active("home_all") }}'>Home</a>
|
|
|
|
{% endif %}
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="{{ path('main_all') }}" class='hover-effect {{ active('main_all') }}'>Network</a>
|
|
|
|
</li>
|
2021-07-25 02:16:27 +09:00
|
|
|
|
2021-09-07 23:59:19 +09:00
|
|
|
{% if main_nav_tabs is defined %}
|
|
|
|
{% for tab in main_nav_tabs %}
|
|
|
|
<li>
|
|
|
|
<a href="{{ path(tab['route']) }}"
|
|
|
|
class='{{ active(tab['route']) }}'>{{ tab['title'] }}</a>
|
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
{% endif %}
|
|
|
|
</ul>
|
2021-08-31 05:01:32 +09:00
|
|
|
</nav>
|
2021-08-29 05:23:25 +09:00
|
|
|
</div>
|
2021-09-07 23:59:19 +09:00
|
|
|
|
|
|
|
<footer class="footer">
|
|
|
|
<nav>
|
|
|
|
<a href="{{ path('doc_faq') }}" class='hover-effect {{ active('doc_faq') }}'>FAQ</a>
|
|
|
|
<a href="{{ path('doc_tos') }}" class='hover-effect {{ active('doc_tos') }}'>TOS</a>
|
|
|
|
<a href="{{ path('doc_privacy') }}" class='hover-effect {{ active('doc_privacy') }}'>Privacy</a>
|
|
|
|
<a href="{{ path('doc_source') }}" class='hover-effect {{ active('doc_source') }}'>Source</a>
|
|
|
|
<a href="{{ path('doc_version') }}" class='hover-effect {{ active('doc_version') }}'>Version</a>
|
|
|
|
</nav>
|
|
|
|
</footer>
|
2021-08-29 05:23:25 +09:00
|
|
|
</aside>
|
|
|
|
</div>
|