mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
new tabs
This commit is contained in:
parent
4227fd72b7
commit
0f2a54bb50
@ -400,6 +400,25 @@
|
|||||||
|
|
||||||
<button class="subscribe-button"><%=subs%></button>
|
<button class="subscribe-button"><%=subs%></button>
|
||||||
</div>
|
</div>
|
||||||
|
<% if (!isMobile) { %>
|
||||||
|
|
||||||
|
<div class="tabs tabs-center">
|
||||||
|
<% if (!tab) { %>
|
||||||
|
|
||||||
|
<a href="/channel?id=<%=ID%>" class="tab active">Uploads</a>
|
||||||
|
<a href="/channel?id=<%=ID%>&tab=about" class="tab">About</a>
|
||||||
|
<% } %>
|
||||||
|
<% if (tab) { %>
|
||||||
|
|
||||||
|
<a href="/channel?id=<%=ID%>" class="tab">Uploads</a>
|
||||||
|
<a href="/channel?id=<%=ID%>&tab=about" class="tab active">About</a>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (isMobile) { %>
|
<% if (isMobile) { %>
|
||||||
@ -430,28 +449,12 @@
|
|||||||
<% } %> <% } %>
|
<% } %> <% } %>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<% } %>
|
|
||||||
<% if (!isMobile) { %>
|
|
||||||
|
|
||||||
<div class="tabs tabs-center">
|
|
||||||
<% if (!tab) { %>
|
|
||||||
|
|
||||||
<a href="/channel?id=<%=ID%>" class="tab active">Uploads</a>
|
|
||||||
<a href="/channel?id=<%=ID%>&tab=about" class="tab">About</a>
|
|
||||||
<% } %>
|
|
||||||
<% if (tab) { %>
|
|
||||||
|
|
||||||
<a href="/channel?id=<%=ID%>" class="tab">Uploads</a>
|
|
||||||
<a href="/channel?id=<%=ID%>&tab=about" class="tab active">About</a>
|
|
||||||
<% } %>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
|
||||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;"> <% if (!tab) { %>
|
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;"> <% if (!tab) { %>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
Loading…
Reference in New Issue
Block a user