forked from MarseyWorld/MarseyWorld
116 lines
5.3 KiB
HTML
116 lines
5.3 KiB
HTML
{%-
|
||
set VISITORS_HERE_FLAVOR = [
|
||
' incels currently stalking roasties',
|
||
' gooners currently edging to <img src="/e/marseycumjar3.webp" style="height: 1.5em;">',
|
||
' fanboys currently obsessing over Carp',
|
||
' postmodern obscurantists currently whistling for dogs',
|
||
' NEETs currently LDARmaxxing',
|
||
' valid women currently dilating ',
|
||
' stochastic terrorists currently writing manifestos',
|
||
' negholes currently being pozzed',
|
||
' bussies currently on standby',
|
||
' gamers currently harassing women',
|
||
' dramanauts hurtling through Safe Space™',
|
||
' Soros shills currently plotting the mayocide',
|
||
' furries currently yiffing',
|
||
' incels currently harassing women ',
|
||
' chuds currently agendaposting',
|
||
' coomers currently gooning',
|
||
' oopsie woopsie fucko boingos narwhaling bacons',
|
||
' well-behaved rule following goodthinkers',
|
||
' throwing shade right now',
|
||
]
|
||
-%}
|
||
<div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-3 pb-5 bg-white" id="sidebar-content">
|
||
|
||
{% if sub %}
|
||
{% set image=sub.sidebar_url %}
|
||
{% else %}
|
||
{% set path = "assets/images/" + SITE_NAME + "/sidebar" %}
|
||
{% set image = "/" + path + "/" + listdir('files/' + path)|random() + '?v=44' %}
|
||
{% endif %}
|
||
|
||
{% if v and (v.is_banned or v.agendaposter) %}
|
||
<a href="/i/{{SITE_NAME}}/sidebar2.webp">
|
||
<img class="mb-4" alt="sidebar image" role="button" onclick="expandDesktopImage()" loading="lazy" src="/i/{{SITE_NAME}}/sidebar2.webp" width=100%>
|
||
</a>
|
||
{% else %}
|
||
<a href="{{image}}">
|
||
<img class="mb-4" alt="sidebar image" role="button" onclick="expandDesktopImage()" loading="lazy" src="{{image}}" width=100%>
|
||
</a>
|
||
{% endif %}
|
||
|
||
<p class="mt-1 ml-2 mb-4 text-center">
|
||
<img src="/e/marseylowpoly.webp" height=18 width=28>
|
||
{% if g.loggedin_counter %}
|
||
<span id="sidebar--counter--total">{{ g.loggedin_counter + g.loggedout_counter }}</span>
|
||
{% endif %}
|
||
<span id="sidebar--counter--flavor">{{ VISITORS_HERE_FLAVOR|random|safe }}</span>
|
||
<span id="sidebar--counter--loggedin">({{ g.loggedin_counter }} logged in)</span>
|
||
{% if v and v.admin_level >= 2 -%}
|
||
<span id="sidebar--counter--admin">
|
||
<a href="/admin/loggedin">Logged In</a> | <a href="/admin/loggedout">Logged Out</a>
|
||
</span>
|
||
{%- endif %}
|
||
</p>
|
||
|
||
<p class="text-center text-md mb-4">
|
||
<a class="sidebar-link" href="/marseys" data-bs-toggle="tooltip" data-bs-placement="top" title="Marseys"><i class="fas fa-cat"></i></a>
|
||
<a class="sidebar-link" href="/badges" data-bs-toggle="tooltip" data-bs-placement="top" title="Badges"><i class="fas fa-hexagon"></i></a>
|
||
<a class="sidebar-link" href="/admins" data-bs-toggle="tooltip" data-bs-placement="top" title="Admins"><i class="fas fa-crown"></i></a>
|
||
<a class="sidebar-link" href="/log" data-bs-toggle="tooltip" data-bs-placement="top" title="Moderation Log"><i class="fas fa-scroll-old"></i></a>
|
||
<a class="sidebar-link" href="/transfers" data-bs-toggle="tooltip" data-bs-placement="top" title="Transfers"><i class="fas fa-arrow-right-arrow-left"></i></a>
|
||
<a class="sidebar-link" href="/random_post/" data-bs-toggle="tooltip" data-bs-placement="top" title="Random Post"><i class="fas fa-random"></i></a>
|
||
</p>
|
||
|
||
{% if sub %}
|
||
{% if sub.sidebar_html %}
|
||
<div class="mb-4">{{sub.sidebar_html|safe}}</div>
|
||
{% endif %}
|
||
{% if v %}
|
||
<a class="btn btn-primary btn-block mb-3" href="/holes">BROWSE {{HOLE_NAME|upper}}S</a>
|
||
{% if v.can_create_hole -%}
|
||
<a class="btn btn-primary btn-block mb-3" href="/create_hole">CREATE {{HOLE_NAME|upper}}</a>
|
||
{%- endif %}
|
||
{% if v.mods(sub.name) %}
|
||
<a class="btn btn-primary btn-block mb-3" href="/h/{{sub.name}}/settings">{{HOLE_NAME|upper}} SETTINGS</a>
|
||
{% endif %}
|
||
{% endif %}
|
||
<a class="btn btn-primary btn-block mb-3" href="/h/{{sub.name}}/mods">{{HOLE_NAME|upper}} MODS</a>
|
||
<a class="btn btn-primary btn-block mb-3" href="/h/{{sub.name}}/exilees">{{HOLE_NAME|upper}} EXILEES</a>
|
||
<a class="btn btn-primary btn-block mb-3" href="/h/{{sub.name}}/followers">{{HOLE_NAME|upper}} FOLLOWERS</a>
|
||
<a class="btn btn-primary btn-block mb-3" href="/h/{{sub.name}}/blockers">{{HOLE_NAME|upper}} BLOCKERS</a>
|
||
{% else %}
|
||
<a id="sidebar--directory--btn" class="btn btn-primary btn-block mb-3" href="/directory">
|
||
<span id="sidebar--directory--head">DIRECTORY</span>
|
||
<span id="sidebar--directory--subhead">Submit Marseys & Art | Info Megathreads</span>
|
||
</a>
|
||
<a class="btn btn-primary btn-block mb-3" href="/holes">BROWSE {{HOLE_NAME|upper}}S</a>
|
||
{% if v and v.can_create_hole -%}
|
||
<a class="btn btn-primary btn-block mb-3" href="/create_hole">CREATE {{HOLE_NAME|upper}}</a>
|
||
{%- endif %}
|
||
|
||
<div class="rules mt-5">
|
||
<h3>Rules:</h3><br>
|
||
|
||
<a href="/post/19711/a-short-guide-on-how-to" style="color:red;font-weight:bold">- NO RIGHTWING AGENDAPOSTING.</a><br><br>
|
||
|
||
- Don’t post anything illegal.<br><br>
|
||
|
||
- No sexualizing minors even as a “joke”.<br><br>
|
||
|
||
- No doxing.<br><br>
|
||
|
||
- Using alts to game dramacoin will get you banned.<br><br>
|
||
|
||
- Supporting free speech is an immediate ban.<br><br>
|
||
|
||
<b>- Absolutely NO anti-CCP sentiment.</b><br><br>
|
||
|
||
All rules can and likely will be ignored at the discretion of the janitorial staff. Be funny, or at least compelling, and pretty much anything legal is welcome.<br><br>
|
||
|
||
<span style="color:hotpink">𝐜𝐚𝐫𝐩 𝐰𝐨𝐳 𝐞𝐫𝐞</span><br><br>
|
||
</div>
|
||
{% endif %}
|
||
</div>
|