|
@@ -51,8 +51,14 @@
|
|
|
</svg>
|
|
</svg>
|
|
|
` %>
|
|
` %>
|
|
|
|
|
|
|
|
|
|
+<% const logoutIcon = `
|
|
|
|
|
+ <svg class="icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
|
|
|
+ <path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16 17l5-5l-5-5m5 5H9m0 9H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" />
|
|
|
|
|
+ </svg>
|
|
|
|
|
+` %>
|
|
|
|
|
+
|
|
|
<header>
|
|
<header>
|
|
|
- <div class="links languageSwitcher">
|
|
|
|
|
|
|
+ <div class="links">
|
|
|
<a role="button" href="/panel"><%~ skFlag %></a>
|
|
<a role="button" href="/panel"><%~ skFlag %></a>
|
|
|
<a role="button" href="/en"><%~ homeIcon %></a>
|
|
<a role="button" href="/en"><%~ homeIcon %></a>
|
|
|
</div>
|
|
</div>
|
|
@@ -63,5 +69,6 @@
|
|
|
<a role="button" href="/en/panel"><%~ dashboardIcon %> dashboard</a>
|
|
<a role="button" href="/en/panel"><%~ dashboardIcon %> dashboard</a>
|
|
|
<a role="button" href="/en/panel/stations"><%~ stationsIcon %> stations</a>
|
|
<a role="button" href="/en/panel/stations"><%~ stationsIcon %> stations</a>
|
|
|
<a role="button" href="/en/panel/settings"><%~ settingsIcon %> settings</a>
|
|
<a role="button" href="/en/panel/settings"><%~ settingsIcon %> settings</a>
|
|
|
|
|
+ <a role="button" href="/en/auth/logout"><%~ logoutIcon %> logout</a>
|
|
|
</div>
|
|
</div>
|
|
|
</header>
|
|
</header>
|