rDrama/files/templates/sidebar_Drama.html

82 lines
3.7 KiB
HTML
Raw Normal View History

2022-02-06 13:00:01 +00:00
<div class="col sidebar text-left d-none d-lg-block pt-3 pb-5 bg-white" style="max-width:300px">
2022-01-27 21:53:08 +00:00
2022-02-16 02:15:17 +00:00
{% if sub %}
{% set image=sub.sidebar_url %}
{% else %}
{% set path = "assets/images/" + SITE_NAME + "/sidebar" %}
2022-02-28 02:06:15 +00:00
{% set image = "/static/" + path + "/" + listdir('files/' + path)|random() + '?v=34' %}
2022-02-16 02:15:17 +00:00
{% endif %}
2022-02-21 06:45:01 +00:00
<img class="mb-4" alt="sidebar image" role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('{{image}}')" loading="lazy" src="{{image}}" width=100%>
2022-02-25 17:27:46 +00:00
2022-02-16 02:15:17 +00:00
{% if sub %}
{% if sub.sidebar_html %}
2022-02-25 17:27:46 +00:00
<div class="mb-4">{{sub.sidebar_html|safe}}</div>
2022-02-16 02:15:17 +00:00
{% endif %}
{% if v %}
2022-03-05 23:53:43 +00:00
<a class="btn btn-primary btn-block {% if v.subscribed_to(sub.name) %}d-none{% endif %}" onclick="post_toast(this,'/s/{{sub.name}}/subscribe','subscribe-sub','unsubscribe-sub');this.classList.toggle('d-none');nextElementSibling.classList.toggle('d-none')">SUBSCRIBE</a>
<a class="btn btn-primary btn-block {% if not v.subscribed_to(sub.name) %}d-none{% endif %}" onclick="post_toast(this,'/s/{{sub.name}}/unsubscribe','subscribe-sub','unsubscribe-sub');this.classList.toggle('d-none');previousElementSibling.classList.toggle('d-none')">UNSUBSCRIBE</a>
2022-02-16 02:15:17 +00:00
<a class="btn btn-primary btn-block {% if v.blocks(sub.name) %}d-none{% endif %}" onclick="post_toast(this,'/s/{{sub.name}}/block','block-sub','unblock-sub');this.classList.toggle('d-none');nextElementSibling.classList.toggle('d-none')">BLOCK SUB</a>
<a class="btn btn-primary btn-block {% if not v.blocks(sub.name) %}d-none{% endif %}" onclick="post_toast(this,'/s/{{sub.name}}/unblock','block-sub','unblock-sub');this.classList.toggle('d-none');previousElementSibling.classList.toggle('d-none')">UNBLOCK SUB</a>
2022-03-05 23:53:43 +00:00
{% if v.id in (AEVANN_ID,CARP_ID) %}
<a class="btn btn-primary btn-block" href="/create_sub">CREATE SUB</a>
{% endif %}
{% if v.mods(sub.name) %}
<a class="btn btn-primary btn-block" href="/s/{{sub.name}}/settings">SUB SETTINGS</a>
{% endif %}
2022-02-16 02:15:17 +00:00
{% endif %}
2022-02-21 06:45:01 +00:00
<a class="btn btn-primary btn-block" href="/s/{{sub.name}}/mods">MODS</a>
2022-03-05 23:53:43 +00:00
<a class="btn btn-primary btn-block" href="/s/{{sub.name}}/subscribers">SUBSCRIBERS</a>
2022-02-21 06:45:01 +00:00
<a class="btn btn-primary btn-block" href="/s/{{sub.name}}/exilees">EXILEES</a>
2022-02-24 16:23:17 +00:00
<a class="btn btn-primary btn-block" href="/s/{{sub.name}}/blockers">BLOCKERS</a>
2022-02-16 02:15:17 +00:00
{% else %}
2022-03-02 04:25:05 +00:00
{% if v and v.id in (AEVANN_ID,CARP_ID) %}
2022-03-02 04:24:36 +00:00
<a class="btn btn-primary btn-block" href="/create_sub">CREATE SUB</a>
{% endif %}
2022-02-25 17:27:46 +00:00
<a class="btn btn-primary btn-block" href="/post/16583">EMOJI MEGATHREAD</a>
2022-02-16 02:15:17 +00:00
<a class="btn btn-primary btn-block" href="/post/18459">BUGS/SUGGESTIONS MEGATHREAD</a>
<a class="btn btn-primary btn-block" href="/post/32341">SIDEBAR ARTWORK MEGATHREAD</a>
<a class="btn btn-primary btn-block" href="/post/33652">SNAPPY QUOTES MEGATHREAD</a>
<a class="btn btn-primary btn-block" href="/post/35835">BANNER ARTWORK MEGATHREAD</a>
<a class="btn btn-primary btn-block" href="/post/37677">MARSEY REQUESTS MEGATHREAD</a>
<a class="btn btn-primary btn-block" href="/post/39413">GAMBLING MEGATHREAD</a>
2022-01-27 21:53:08 +00:00
2022-03-05 00:11:44 +00:00
<div class="rules mt-4">
Rulez:<br><br>
2022-03-04 21:49:53 +00:00
2022-03-05 00:11:44 +00:00
- Don't post anything illegal<br><br>
2022-02-16 02:15:17 +00:00
2022-03-05 00:11:44 +00:00
- No sexualizing minors even as a “joke”<br><br>
2022-01-27 21:53:08 +00:00
2022-03-05 00:11:44 +00:00
- No doxxing<br><br>
2022-01-27 21:53:08 +00:00
2022-03-05 00:11:44 +00:00
- Using alts to game dramacoin will get you banned<br><br>
2022-01-27 21:53:08 +00:00
2022-03-05 00:11:44 +00:00
- Supporting free speech is an immediate ban<br><br>
2022-01-27 21:53:08 +00:00
2022-03-05 00:14:58 +00:00
<b>- Absolutely NO anti-CCP sentiment</b><br><br>
2022-01-27 21:53:08 +00:00
2022-03-05 00:11:44 +00:00
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>
2022-01-27 21:53:08 +00:00
2022-02-16 02:15:17 +00:00
<font color="hotpink">𝐜𝐚𝐫𝐩 𝐰𝐨𝐳 𝐞𝐫𝐞</font><BR><BR>
2022-02-25 13:46:51 +00:00
</div>
{% endif %}
<pre>
2022-01-27 21:53:08 +00:00
2022-02-06 13:00:01 +00:00
2022-02-15 18:00:41 +00:00
2022-02-25 13:46:51 +00:00
2022-02-15 18:00:41 +00:00
2022-02-25 13:46:51 +00:00
</pre>
2022-01-24 19:51:54 +00:00
</div>