rDrama/files/templates/admin/admin_home.html

165 lines
6.1 KiB
HTML
Raw Normal View History

2022-05-04 23:09:46 +00:00
{% extends "default.html" %}
[DO NOT MERGE] titlesssssssssss (#468) * titles * testing * self * Revert "self" This reverts commit d6c12d5a5ba125feb44673f55e1fdac75f151cb5. * Revert "testing" This reverts commit 86d800f9fd552196b31f0e0b3891d4fc072a9bc0. * testing on devrama * rewrite the html head * reference error or smth idk * tempalte debug * template debug redux * default2 * rename default2 -> root, page title * fix settings2 * include the set_variables block * root scope variables 2 * test 3 * remove unnecessary set * add pagetitles to all settings2 pages * add pagetitle to casino * remove bloat * remove duplicate site name thingy * page titles 2 * page titles 3 * remove duplicate imports and add page titles everywhere iirc * ok but actually this time * remove unnecessary newlines * fix title lol * > * fsdfsfsfsfsfs * fsfs * template configurations * fix 500 * reduce login template bloat * move files and add status codes where needful * move authfroms to login * remove 2fa bloat * verification code * sign up fixes * readability * fssfsfsfs * move forgot password to login/ * readability * don't emit comments * add page titles where needful * gsgsgs * modals: move to respective pages * testing on devrama * get home garbage out of title * remove insane amount of icon duplication * sign up text * add votes pagetitle * fix blank lines * Revert "fix blank lines" This reverts commit b2c54339970725d00b6fc82bb458c1757909952c. * Fix blank lines on sign_up.html. * title: votes.html more meaningful identifier. * titles: Lottery, Directory, Notifications * head final in submission.html * fix missing comma * > * test * title: /comments * fsfsfsfsf * titles: user_cards * head: only load video and audio meta attributes if they actually exist * titlessssss: /admin/lottery/participants * titlessssssss: extra quote in search.html * titlessssss: userpage voters. * titties: /h/<sub>/{followers,blockers,exilees[sic]} * test banner * Revert "test banner" This reverts commit c3d875d03f3e60d72a60dab7d28bf108554a5826. * make submit.html inherit from default.html Co-authored-by: TLSM <duolsm@outlook.com>
2022-11-21 08:52:22 +00:00
{% block pagetitle %}Admin Home{% endblock %}
2022-10-23 15:24:38 +00:00
{% block customPadding %}px-3{% endblock %}
2022-05-04 23:09:46 +00:00
{% block content %}
2023-10-29 12:51:00 +00:00
<h3 class="py-2">Admin Tools</h3>
2023-10-29 12:51:00 +00:00
{% if v.admin_level >= PERMS['INSERT_TRANSACTION'] %}
<h4>Transactions</h4>
<ul>
<li><a href="/admin/insert_transaction">Insert Transaction</a></li>
</ul>
{%- endif %}
2023-10-18 18:17:50 +00:00
2023-10-29 12:51:00 +00:00
{% if v.admin_level >= PERMS['ORGIES'] %}
<h4>Orgies</h4>
<ul>
2024-04-08 06:33:47 +00:00
<li><a href="/chat/1/orgies">Schedule/Stop Orgy</a></li>
2023-10-29 12:51:00 +00:00
</ul>
{%- endif %}
2023-09-17 20:58:08 +00:00
{% if v.admin_level >= PERMS['USE_ADMIGGER_THREADS'] and (SITE_NAME == 'rDrama' or BADGE_THREAD or SNAPPY_THREAD) %}
2023-10-29 12:51:00 +00:00
<h4>Add Stuff</h4>
<ul>
{% if v.admin_level >= PERMS['USE_ADMIGGER_THREADS'] %}
{% if BADGE_THREAD %}
<li><a href="/post/{{BADGE_THREAD}}">Add Badges</a></li>
{% endif %}
{% if SNAPPY_THREAD %}
<li><a href="/post/{{SNAPPY_THREAD}}">Add Snappy Quotes</a></li>
{% endif %}
2022-10-06 06:18:08 +00:00
{% endif %}
2023-03-05 10:03:21 +00:00
2023-10-29 12:51:00 +00:00
{% if v.admin_level >= PERMS['MODERATE_PENDING_SUBMITTED_ASSETS'] %}
{% if FEATURES['ART_SUBMISSIONS'] -%}
<li><a href="/submit/sidebar">Approve or Reject Sidebar Images</a></li>
<li><a href="/submit/banners">Approve or Reject Banners</a></li>
{% endif %}
2023-10-29 12:51:00 +00:00
{% if FEATURES['EMOJI_SUBMISSIONS'] -%}
<li><a href="/submit/emojis">Approve or Reject Emojis</a></li>
{% endif %}
{% if FEATURES['HAT_SUBMISSIONS'] -%}
<li><a href="/submit/hats">Approve or Reject Hats</a></li>
{% endif %}
2023-10-24 19:04:40 +00:00
{% endif %}
2023-10-29 12:51:00 +00:00
{% if v.admin_level >= PERMS['UPDATE_ASSETS'] %}
<li><a href="/admin/update/emojis">Update Emojis</a></li>
<li><a href="/admin/update/hats">Update Hats</a></li>
2023-02-18 21:07:37 +00:00
{% endif %}
2023-10-29 12:51:00 +00:00
</ul>
{% endif %}
<h4>Content</h4>
<ul>
{% if v.admin_level >= PERMS['ENABLE_DM_MEDIA'] %}
<li><a href="/admin/dm_media">DM Media</a></li>
{% endif %}
<li><a href="/log">Moderation Log</a></li>
{% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %}
<li><a href="/admin/image_posts">Image Posts</a></li>
<li><a href="/admin/reported/posts">Reported Posts/Comments</a></li>
<li><a href="/admin/removed/posts">Removed Posts/Comments</a></li>
2023-10-24 19:04:40 +00:00
{% endif %}
2023-10-29 12:51:00 +00:00
</ul>
2023-10-29 12:51:00 +00:00
<h4>Users</h4>
<ul>
2024-01-12 07:20:32 +00:00
{% if v.admin_level >= PERMS['USER_SHADOWBAN'] %}
2023-10-29 12:51:00 +00:00
<li><a href="/admin/shadowbanned">Shadowbanned Users</a></li>
{% endif %}
<li><a href="/banned">Banned Users</a></li>
{% if FEATURES['AWARDS'] -%}
<li><a href="/chuds">Chudded Users</a></li>
<li><a href="/grassed">Currently Grassed Users</a></li>
{%- endif %}
{% if FEATURES['MARSEYBUX'] and v.admin_level >= PERMS['VIEW_PATRONS'] -%}
<li><a href="/admin/patrons">Patrons</a></li>
{%- endif %}
{% if v.admin_level >= PERMS['VIEW_ACTIVE_USERS'] %}
<li><a href="/admin/loggedin">Currently Logged-in Users</a></li>
<li><a href="/admin/loggedout">Currently Logged-out Users</a></li>
2022-09-17 15:08:24 +00:00
{% endif %}
</ul>
2023-10-29 12:51:00 +00:00
<h4>Safety</h4>
<ul>
{% if v.admin_level >= PERMS['DELETE_MEDIA'] %}
<li><a href="/admin/delete_media">Delete Media</a></li>
{% endif %}
{% if v.admin_level >= PERMS['DOMAINS_BAN'] %}
<li><a href="/admin/banned_domains">Banned Domains</a></li>
{% endif %}
{% if v.admin_level >= PERMS['USER_LINK'] %}
2024-03-06 22:04:35 +00:00
<li><a href="/admin/alts">View and Link Alts</a></li>
2023-10-29 12:51:00 +00:00
{% endif %}
{% if v.admin_level >= PERMS['VIEW_ALT_VOTES'] %}
<li><a href="/admin/alt_votes">Alt Vote Analysis</a></li>
{% endif %}
2024-01-31 23:28:39 +00:00
{% if v.admin_level >= PERMS['CHANGE_UNDER_SIEGE'] %}
2024-02-01 01:30:06 +00:00
<li><a href="/admin/under_siege">Under Siege Thresholds</a></li>
2024-01-31 23:28:39 +00:00
{% endif %}
2023-10-29 12:51:00 +00:00
</ul>
2023-10-29 12:51:00 +00:00
{% if FEATURES['BADGES'] and v.admin_level >= PERMS['USER_BADGES'] -%}
<h4>Badges</h4>
<ul>
<li><a href="/admin/badge_grant">Grant Badges</a></li>
<li><a href="/admin/badge_remove">Remove Badges</a></li>
</ul>
2022-07-19 23:59:39 +00:00
{%- endif %}
2023-10-29 12:51:00 +00:00
{% if FEATURES['GAMBLING'] and v.admin_level >= PERMS['LOTTERY_VIEW_PARTICIPANTS'] -%}
<h4>Casino</h4>
<ul>
<li><a href="/admin/lottery/participants">Participants</a></li>
</ul>
{%- endif %}
2022-05-04 23:09:46 +00:00
2023-10-29 12:51:00 +00:00
<h4>Statistics</h4>
<ul>
2023-11-25 19:47:38 +00:00
<li><a href="/stats">Statistics</a></li>
2023-10-29 12:51:00 +00:00
</ul>
{% if v.admin_level >= PERMS['EDIT_RULES'] or PERMS['HOLE_CREATE'] and v.admin_level >= PERMS['HOLE_CREATE'] or v.admin_level >= PERMS['APPS_MODERATION'] %}
<h4>Configuration</h4>
<ul class="pb-3">
{% if v.admin_level >= PERMS['EDIT_RULES'] %}
<li><a href="/admin/edit_rules">Edit the Rules</a></li>
{%- endif %}
{% if PERMS['HOLE_CREATE'] and v.admin_level >= PERMS['HOLE_CREATE'] %}
<li><a href="/create_hole">Create Hole</a></li>
{% endif %}
{% if v.admin_level >= PERMS['APPS_MODERATION'] %}
<li><a href="/admin/apps">Apps</a></li>
{% endif %}
</ul>
{% endif %}
2022-05-04 23:09:46 +00:00
2024-02-03 01:10:22 +00:00
{% if POLL_THREAD and v.admin_level >= PERMS['USE_ADMIGGER_THREADS'] %}
<h4>Polls</h4>
<ul class="pb-3">
<li><a href="/post/{{POLL_THREAD}}">Hold Polls</a></li>
</ul>
{%- endif %}
2023-10-29 12:51:00 +00:00
{% if v.admin_level >= PERMS['SITE_SETTINGS'] %}
{% for setting in SITE_SETTINGS.keys() %}
{% if not (setting == "offline_mode" and v.admin_level < PERMS["SITE_OFFLINE_MODE"]) %}
<div class="custom-control custom-switch{% if loop.index > 1 %} mt-1{% endif %}" id="settings-{{setting}}-container">
<input autocomplete="off" type="checkbox" class="custom-control-input" id="settings-{{setting}}-checkbox" {% if SITE_SETTINGS[setting] %}checked{% endif %} data-nonce="{{g.nonce}}" data-onchange="postToastSwitch(this, '/admin/site_settings/{{setting}}')" {% if setting == "under_attack" %}disabled{% endif %}>
<label class="custom-control-label" for="settings-{{setting}}-checkbox">{{setting.replace('_', ' ').title()}}</label>
</div>
{% endif %}
{% endfor %}
{% endif %}
2023-10-29 12:51:00 +00:00
{% if v.admin_level >= PERMS['SITE_CACHE_PURGE_CDN'] %}
<button type="button" class="btn btn-primary" data-nonce="{{g.nonce}}" data-onclick="postToastSwitch(this,'/admin/clear_cloudflare_cache')" style="margin-bottom: 2em">CLEAR CLOUDFLARE CACHE</button>
{% endif %}
2023-10-29 12:51:00 +00:00
{% if v.admin_level >= PERMS['CLAIM_REWARDS_ALL_USERS'] %}
<button type="button" class="btn btn-primary d-block" data-nonce="{{g.nonce}}" data-onclick="postToastSwitch(this,'/admin/claim_rewards_all_users')" style="margin-bottom: 2em">CLAIM {{patron.upper()}} REWARDS FOR ALL USERS</button>
{% endif %}
2022-10-05 21:23:00 +00:00
{% endblock %}