mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-26 06:48:56 +01:00
PokeTube Player v24.09.22c :3
This commit is contained in:
parent
4927d49aa7
commit
36a762e726
1 changed files with 32 additions and 16 deletions
|
@ -251,7 +251,7 @@
|
||||||
</div> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
|
</div> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
|
||||||
|
|
||||||
<div class="video-title" style="font-family:'Ginto Nord';font-weight:900;white-space:yes;">Encryption Information!</div><br>
|
<div class="video-title" style="font-family:'Ginto Nord';font-weight:900;white-space:yes;">Encryption Information!</div><br>
|
||||||
<i class="fas fa-shield-alt"></i> The Connection is secured with ECDSA with SHA-384 Signature Algorithm :3 (<a href="https://en.wikipedia.org/wiki/Encryption">WHAT THE HELL IS ENCRYPTION ?! (ME DUM)</a>) <br><br>
|
<i class="fas fa-shield-alt"></i> The Connection is secured with ECDSA with SHA-384 Signature Algorithm :3 (<a href="https://en.wikipedia.org/wiki/Encryption">WHAT THE HELL IS ENCRYPTION ?! (ME DUM) </a>) <br><br>
|
||||||
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
@ -269,7 +269,7 @@
|
||||||
|
|
||||||
<p style="font-family:MonoSpace">
|
<p style="font-family:MonoSpace">
|
||||||
<b>
|
<b>
|
||||||
PokeTube Player v22.09.22a - Node <%=process.version%> - V8 v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
|
PokeTube Player v24.09.22a - Node <%=process.version%> - V8 v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
|
||||||
</b>
|
</b>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
@ -910,6 +910,7 @@ line-height: 18px;
|
||||||
<nav >
|
<nav >
|
||||||
<div class=left><a class="class" href="/" style=font-family:Inter,sans-serif;color:#fff> <img style="width: 8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo-mobile.svg"> </a>
|
<div class=left><a class="class" href="/" style=font-family:Inter,sans-serif;color:#fff> <img style="width: 8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo-mobile.svg"> </a>
|
||||||
</div>
|
</div>
|
||||||
|
<a name="top"></a>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="mobile-page">
|
<div class="mobile-page">
|
||||||
<div class="primary">
|
<div class="primary">
|
||||||
|
@ -938,7 +939,6 @@ line-height: 18px;
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="video-info">
|
<div class="video-info">
|
||||||
|
|
||||||
<div class="video-title" style="font-family:'Inter';font-weight:900;white-space:yes;"><%=video.Title%> </div>
|
<div class="video-title" style="font-family:'Inter';font-weight:900;white-space:yes;"><%=video.Title%> </div>
|
||||||
<div class="video-info-bar" style="font-family:'Inter';">
|
<div class="video-info-bar" style="font-family:'Inter';">
|
||||||
<div class="divider"></div>
|
<div class="divider"></div>
|
||||||
|
@ -999,10 +999,10 @@ line-height: 18px;
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div style="justify-content: center;display: flex;padding: 11px;font-family: Ginto nord;gap: 3px;background: #1c1c1c;border-top-left-radius: 10px;border-top-right-radius: 10px;">
|
<div style="justify-content: center;display: flex;padding: 11px;font-family: Ginto nord;gap: 3px;background: #1f1f1f;border-top-left-radius: 10px;border-top-right-radius: 10px;">
|
||||||
More from <%=video.Channel.Name%>
|
More from <%=video.Channel.Name%>
|
||||||
</div>
|
</div>
|
||||||
<div style="justify-content: center;display: flex;padding: 11px;font-family: Ginto nord;gap: 3px;background: #1c1c1c;">
|
<div style="justify-content: center;display: flex;padding: 11px;font-family: Ginto nord;gap: 3px;background: #1f1f1f;">
|
||||||
|
|
||||||
<div style="border-radius: 5px;background: #333;width: fit-content;padding: 18px;">
|
<div style="border-radius: 5px;background: #333;width: fit-content;padding: 18px;">
|
||||||
<a style="color:#fff" href="/channel?id=<%=video.Channel.id%>&tab=about" >
|
<a style="color:#fff" href="/channel?id=<%=video.Channel.id%>&tab=about" >
|
||||||
|
@ -1019,7 +1019,7 @@ More from <%=video.Channel.Name%>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div style="background:#130f0f;" class="fromtheweb-outer">
|
<div style="background:#181818;" class="fromtheweb-outer">
|
||||||
<div class="fromtheweb-inner">
|
<div class="fromtheweb-inner">
|
||||||
|
|
||||||
<% if (wiki.extract_html) { %>
|
<% if (wiki.extract_html) { %>
|
||||||
|
@ -1027,17 +1027,28 @@ More from <%=video.Channel.Name%>
|
||||||
|
|
||||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
|
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
|
||||||
|
|
||||||
<%-wiki.extract_html%>
|
<b><%-wiki.extract_html%>
|
||||||
|
|
||||||
<p style="margin-bottom: 10px;">
|
<p style="margin-bottom: 10px;">
|
||||||
|
|
||||||
<a href=" <%-wiki.content_urls.desktop.page%>
|
<a href=" <%-wiki.content_urls.desktop.page%>
|
||||||
">From wikipedia </a> under CC-BY-SA 3.0
|
">From wikipedia </a> under CC-BY-SA 3.0
|
||||||
</p>
|
</p></b>
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
<% if (!wiki.extract_html) { %>
|
||||||
|
<% if (desc) { %>
|
||||||
|
|
||||||
|
<div class="video-title" style="color:#fff;font-family:Ginto Nord,sans-serif;font-weight:700;margin-top: 10px;margin-bottom: 10px;text-aligin:left;">About This Channel</div>
|
||||||
|
|
||||||
|
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
|
||||||
|
|
||||||
|
<p><b><%-desc%></b></p>
|
||||||
|
|
||||||
|
|
||||||
|
<% } %> <% } %>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1187,14 +1198,19 @@ From <%=video.Channel.Name%> </span></a>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
<p><i class="fa-light fa-shield"></i> The Connection is secured with ECDSA with SHA-384 Signature Algorithm :3 </p> </div>
|
<p><i class="fa-light fa-shield"></i> The Connection is secured with ECDSA with SHA-384 Signature Algorithm :3 </p>
|
||||||
|
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="/encryption?v=<%=video.id%>">Click here for encryption info</a><br>
|
<a href="/encryption?v=<%=video.id%>">Click here for encryption info</a><br>
|
||||||
|
|
||||||
|
</div><br>
|
||||||
|
<a href="#top">Go To Top</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<% if (lyrics) { %>
|
<% if (lyrics) { %>
|
||||||
<% if (r === "f") { %>
|
<% if (r === "f") { %>
|
||||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
|
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
|
||||||
|
|
Loading…
Reference in a new issue