2021-10-15 14:08:27 +00:00
{% extends "default.html" %}
2021-12-14 22:48:37 +00:00
2021-10-15 14:08:27 +00:00
{% set ups=p.upvotes %}
{% set downs=p.downvotes %}
{% set score=ups-downs %}
{% if v %}
2021-12-14 22:48:37 +00:00
{% set voted=p.voted if p.voted else 0 %}
2021-10-15 14:08:27 +00:00
{% else %}
2021-12-14 22:48:37 +00:00
{% set voted=-2 %}
2021-10-15 14:08:27 +00:00
{% endif %}
{% block title %}
2022-01-13 21:15:36 +00:00
{% if success %}
2022-01-19 10:12:37 +00:00
< script >
2022-01-28 20:55:59 +00:00
history.pushState(null, null, '{{p.permalink}}');
2022-01-21 22:48:06 +00:00
localStorage.setItem("post_title", "")
localStorage.setItem("post_text", "")
2022-02-24 08:28:13 +00:00
localStorage.setItem("post_url", "")
localStorage.setItem("sub", "")
2022-01-13 21:15:36 +00:00
< / script >
{% endif %}
2022-01-22 15:55:34 +00:00
2022-02-17 03:26:18 +00:00
{% if p.award_count("crab") %}
2022-02-17 03:46:18 +00:00
< script >
let audio = new Audio('/assets/crab.mp3');
audio.loop=true;
function toggle() {
if (audio.paused) audio.play()
else audio.pause()
}
audio.play();
window.addEventListener('click', () => {
if (audio.paused) audio.play();
}, {once : true});
< / script >
2022-02-17 03:26:18 +00:00
{% endif %}
2022-02-17 03:03:03 +00:00
{% if g.inferior_browser %}
2022-01-22 15:55:34 +00:00
{% if p.award_count("wholesome") %}
< style >
2022-01-10 23:50:31 +00:00
.sealimg {
2022-01-22 15:55:34 +00:00
width: 100px;
height: 89.5px;
}
@media (max-width: 992px) {
.sealimg {
width: 30px;
height: 27px;
}
}
.seal {
position:fixed;
z-index:9999;
pointer-events: none;
width: 100% !important;
height: 100% !important;
}
@keyframes moveX {
from { left: 0; } to { left: 98%; }
2022-01-10 23:50:31 +00:00
}
2021-12-31 23:45:27 +00:00
2022-01-22 15:55:34 +00:00
@keyframes moveY {
2022-02-16 02:15:17 +00:00
from { top: 0; } to { top: 98%; }
2022-01-22 15:55:34 +00:00
}
.seal1 {
animation: moveX 4s linear 0s infinite alternate, moveY 6.8s linear 0s infinite alternate !important;
animation-delay:0s;
}
< / style >
< div class = "seal seal1" height = "100%" width = "100%" >
2022-02-25 12:43:25 +00:00
< img alt = ":#marseywholesome:" class = "sealimg" src = "/e/marseywholesome.webp?a=1008" >
2022-01-22 15:55:34 +00:00
< / div >
2021-12-31 23:45:27 +00:00
2022-02-22 10:09:34 +00:00
{% if p.award_count("wholesome") > 1 %}
< style >
.seal2 {
animation: moveX 5s linear 0s infinite alternate, moveY 8s linear 0s infinite alternate !important;
animation-delay:1s;
}
< / style >
< div class = "seal seal2" height = "100%" width = "100%" >
2022-02-25 12:43:25 +00:00
< img alt = ":#marseywholesome:" class = "sealimg" src = "/e/marseywholesome.webp?a=1008" >
2022-02-22 10:09:34 +00:00
< / div >
{% endif %}
{% if p.award_count("wholesome") > 2 %}
< style >
.seal3 {
animation: moveX 4s linear 0s infinite alternate, moveY 5s linear 0s infinite alternate !important;
animation-delay:2s;
}
< / style >
< div class = "seal seal3" height = "100%" width = "100%" >
2022-02-25 12:43:25 +00:00
< img alt = ":#marseywholesome:" class = "sealimg" src = "/e/marseywholesome.webp?a=1008" >
2022-02-22 10:09:34 +00:00
< / div >
{% endif %}
{% if p.award_count("wholesome") > 3 %}
< style >
.seal4 {
animation: moveX 5s linear 0s infinite alternate, moveY 6.8s linear 0s infinite alternate !important;
animation-delay:3s;
}
< / style >
< div class = "seal seal4" height = "100%" width = "100%" >
2022-02-25 12:43:25 +00:00
< img alt = ":#marseywholesome:" class = "sealimg" src = "/e/marseywholesome.webp?a=1008" >
2022-02-22 10:09:34 +00:00
< / div >
{% endif %}
2022-01-22 15:55:34 +00:00
{% endif %}
2022-02-22 10:09:34 +00:00
{% if SITE_NAME == 'PCM' and p.award_count("toe") %}
2022-01-22 15:55:34 +00:00
< style >
2022-02-22 10:09:34 +00:00
.toeimg {
width: 100px;
height: auto;
2022-01-22 15:55:34 +00:00
}
2022-02-22 10:09:34 +00:00
@media (max-width: 992px) {
.toeimg {
width: 30px;
height: auto;
}
}
.toe {
position:fixed;
z-index:9999;
pointer-events: none;
width: 100% !important;
height: 100% !important;
}
@keyframes moveX {
from { left: 0; } to { left: 98%; }
}
@keyframes moveY {
from { top: 0; } to { top: 98%; }
}
.toe1 {
animation: moveX 4s linear 0s infinite alternate, moveY 6.8s linear 0s infinite alternate !important;
animation-delay:0s;
2022-01-22 15:55:34 +00:00
}
< / style >
2022-02-22 10:09:34 +00:00
< div class = "toe toe1" height = "100%" width = "100%" >
< img alt = "Blade's toe" class = "toeimg" src = "/static/assets/images/PCM/toe.webp?a=1" >
2022-01-22 15:55:34 +00:00
< / div >
2022-02-17 03:03:03 +00:00
2022-02-22 10:09:34 +00:00
{% if p.award_count("toe") > 1 %}
< style >
.toe2 {
animation: moveX 5s linear 0s infinite alternate, moveY 8s linear 0s infinite alternate !important;
animation-delay:1s;
}
< / style >
< div class = "toe toe2" height = "100%" width = "100%" >
< img alt = "Blade's toe" class = "toeimg" src = "/static/assets/images/PCM/toe.webp?a=1" >
< / div >
{% endif %}
2022-02-17 03:03:03 +00:00
2022-02-22 10:09:34 +00:00
{% if p.award_count("toe") > 2 %}
< style >
.toe3 {
animation: moveX 4s linear 0s infinite alternate, moveY 5s linear 0s infinite alternate !important;
animation-delay:2s;
}
< / style >
< div class = "toe toe3" height = "100%" width = "100%" >
< img alt = "Blade's toe" class = "toeimg" src = "/static/assets/images/PCM/toe.webp?a=1" >
< / div >
{% endif %}
{% if p.award_count("toe") > 3 %}
< style >
.toe4 {
animation: moveX 5s linear 0s infinite alternate, moveY 6.8s linear 0s infinite alternate !important;
animation-delay:3s;
}
< / style >
< div class = "toe toe4" height = "100%" width = "100%" >
< img alt = "Blade's toe" class = "toeimg" src = "/static/assets/images/PCM/toe.webp?a=1" >
< / div >
{% endif %}
2022-02-17 03:03:03 +00:00
{% endif %}
2022-01-22 15:55:34 +00:00
{% else %}
{% if p.award_count("wholesome") %}
< style >
.seal {
position:fixed;
z-index:9999;
pointer-events: none;
width: 100% !important;
height: 100% !important;
}
.sealimg {
width: 100px;
height: 89.5px;
}
@media (max-width: 992px) {
.sealimg {
width: 30px;
height: 27px;
}
}
< / style >
< div class = "seal" height = "100%" width = "100%" >
< marquee class = "seal" scrollamount = 10 behavior = "alternate" direction = "up" height = "100%" width = "100%" >
< marquee direction = "right" scrollamount = 10 behavior = "alternate" height = "100%" width = "100%" >
2022-02-25 12:43:25 +00:00
< img alt = ":#marseywholesome:" class = "sealimg" src = "/e/marseywholesome.webp?a=1008" >
2022-01-22 15:55:34 +00:00
< / marquee >
< / marquee >
< / div >
2022-02-22 10:09:34 +00:00
{% if p.award_count("wholesome") > 1 %}
< marquee class = "seal" scrollamount = 10 behavior = "alternate" direction = "down" height = "100%" >
< marquee direction = "right" scrollamount = 10 behavior = "alternate" width = "100%" >
2022-02-25 12:43:25 +00:00
< img alt = ":#marseywholesome:" class = "sealimg" src = "/e/marseywholesome.webp?a=1008" >
2022-02-22 10:09:34 +00:00
< / marquee >
2022-01-22 15:55:34 +00:00
< / marquee >
2022-02-22 10:09:34 +00:00
{% endif %}
2022-01-22 15:55:34 +00:00
2022-02-22 10:09:34 +00:00
{% if p.award_count("wholesome") > 2 %}
< marquee class = "seal" scrollamount = 10 behavior = "alternate" direction = "up" height = "100%" >
< marquee direction = "left" scrollamount = 10 behavior = "alternate" width = "100%" >
2022-02-25 12:43:25 +00:00
< img alt = ":#marseywholesome:" class = "sealimg" src = "/e/marseywholesome.webp?a=1008" >
2022-02-22 10:09:34 +00:00
< / marquee >
2022-01-22 15:55:34 +00:00
< / marquee >
2022-02-22 10:09:34 +00:00
{% endif %}
2022-01-22 15:55:34 +00:00
2022-02-22 10:09:34 +00:00
{% if p.award_count("wholesome") > 3 %}
< marquee class = "seal" scrollamount = 10 behavior = "alternate" direction = "down" height = "100%" >
< marquee direction = "left" scrollamount = 10 behavior = "alternate" width = "100%" >
2022-02-25 12:43:25 +00:00
< img alt = ":#marseywholesome:" class = "sealimg" src = "/e/marseywholesome.webp?a=1008" >
2022-02-22 10:09:34 +00:00
< / marquee >
2022-01-22 15:55:34 +00:00
< / marquee >
2022-02-22 10:09:34 +00:00
{% endif %}
2022-01-22 15:55:34 +00:00
{% endif %}
2022-02-17 03:03:03 +00:00
2022-02-22 10:09:34 +00:00
{% if SITE_NAME == 'PCM' and p.award_count("toe") %}
2022-02-17 03:03:03 +00:00
< style >
.toe {
position:fixed;
z-index:9999;
pointer-events: none;
width: 100% !important;
height: 100% !important;
}
.toeimg {
width: 100px;
height: auto;
}
@media (max-width: 992px) {
.toeimg {
width: 30px;
height: auto;
}
}
< / style >
< div class = "toe" height = "100%" width = "100%" >
< marquee class = "toe" scrollamount = 10 behavior = "alternate" direction = "up" height = "100%" width = "100%" >
< marquee direction = "right" scrollamount = 10 behavior = "alternate" height = "100%" width = "100%" >
< img alt = "Blade's toe" class = "toeimg" src = "/static/assets/images/PCM/toe.webp?a=1" >
< / marquee >
< / marquee >
< / div >
2022-02-22 10:09:34 +00:00
{% if p.award_count("toe") > 1 %}
< marquee class = "toe" scrollamount = 10 behavior = "alternate" direction = "down" height = "100%" >
< marquee direction = "right" scrollamount = 10 behavior = "alternate" width = "100%" >
< img alt = "Blade's toe" class = "toeimg" src = "/static/assets/images/PCM/toe.webp?a=1" >
< / marquee >
2022-02-17 03:03:03 +00:00
< / marquee >
2022-02-22 10:09:34 +00:00
{% endif %}
2022-02-17 03:03:03 +00:00
2022-02-22 10:09:34 +00:00
{% if p.award_count("toe") > 2 %}
< marquee class = "toe" scrollamount = 10 behavior = "alternate" direction = "up" height = "100%" >
< marquee direction = "left" scrollamount = 10 behavior = "alternate" width = "100%" >
< img alt = "Blade's toe" class = "toeimg" src = "/static/assets/images/PCM/toe.webp?a=1" >
< / marquee >
2022-02-17 03:03:03 +00:00
< / marquee >
2022-02-22 10:09:34 +00:00
{% endif %}
2022-02-17 03:03:03 +00:00
2022-02-22 10:09:34 +00:00
{% if p.award_count("toe") > 3 %}
< marquee class = "toe" scrollamount = 10 behavior = "alternate" direction = "down" height = "100%" >
< marquee direction = "left" scrollamount = 10 behavior = "alternate" width = "100%" >
< img alt = "Blade's toe" class = "toeimg" src = "/static/assets/images/PCM/toe.webp?a=1" >
< / marquee >
2022-02-17 03:03:03 +00:00
< / marquee >
2022-02-22 10:09:34 +00:00
{% endif %}
2022-02-17 03:03:03 +00:00
{% endif %}
2021-12-31 23:45:27 +00:00
{% endif %}
2022-02-17 03:03:03 +00:00
2022-02-11 23:32:14 +00:00
{% if p.award_count("train") or p.award_count("scooter") %}
2021-12-14 22:48:37 +00:00
< style >
2022-01-02 14:04:43 +00:00
.train {
position:fixed;
z-index:9999;
pointer-events: none;
2021-12-14 22:48:37 +00:00
}
2022-01-02 14:04:43 +00:00
.train1 {
top: 10%
}
.train2 {
top: 35%
}
.train3 {
top: 60%
}
.train4 {
top: 85%
2021-12-14 22:48:37 +00:00
}
< / style >
2022-02-11 23:32:14 +00:00
{% endif %}
{% if p.award_count("train") %}
< style >
.trainimg {
width: 100px;
height: 51px;
}
@media (max-width: 992px) {
.trainimg {
width: 40px;
height: 20px;
}
}
< / style >
2021-12-14 22:48:37 +00:00
2022-01-02 14:04:43 +00:00
< marquee class = "train train1" direction = "left" scrollamount = 10 width = "100%" >
2022-02-25 12:43:25 +00:00
< img alt = ":#marseytrain:" class = "trainimg mirrored" src = "/e/marseytrain.webp?a=1008" >
2022-01-02 14:04:43 +00:00
< / marquee >
2021-12-11 00:53:01 +00:00
2022-02-22 10:09:34 +00:00
{% if p.award_count("train") > 1 %}
< marquee class = "train train2" direction = "right" scrollamount = 10 width = "100%" >
2022-02-25 12:43:25 +00:00
< img alt = ":#marseytrain:" class = "trainimg" src = "/e/marseytrain.webp?a=1008" >
2022-02-22 10:09:34 +00:00
< / marquee >
{% endif %}
2021-12-14 22:48:37 +00:00
2022-02-22 10:09:34 +00:00
{% if p.award_count("train") > 2 %}
< marquee class = "train train3" direction = "left" scrollamount = 10 width = "100%" >
2022-02-25 12:43:25 +00:00
< img alt = ":#marseytrain:" class = "trainimg mirrored" src = "/e/marseytrain.webp?a=1008" >
2022-02-22 10:09:34 +00:00
< / marquee >
{% endif %}
2021-12-11 00:53:01 +00:00
2022-02-22 10:09:34 +00:00
{% if p.award_count("train") > 3 %}
< marquee class = "train train4" direction = "right" scrollamount = 10 width = "100%" >
2022-02-25 12:43:25 +00:00
< img alt = ":#marseytrain:" class = "trainimg" src = "/e/marseytrain.webp?a=1008" >
2022-02-22 10:09:34 +00:00
< / marquee >
{% endif %}
2021-12-11 00:53:01 +00:00
{% endif %}
2021-12-14 22:48:37 +00:00
2022-02-22 10:09:34 +00:00
{% if SITE_NAME == 'PCM' and p.award_count("croag") %}
2022-02-17 03:03:03 +00:00
< style >
.croag {
position:fixed;
z-index:9999;
pointer-events: none;
}
.croag1 {
top: 15%
}
.croag2 {
top: 40%
}
.croag3 {
top: 65%
}
.croag4 {
top: 90%
}
.croagimg {
width: 169px;
height: 68px;
}
@media (max-width: 992px) {
.croagimg {
width: 100px;
height: 40px;
}
}
< / style >
< marquee class = "croag croag1" direction = "left" scrollamount = 10 width = "100%" >
< img alt = "croag" class = "croagimg mirrored" src = "/static/assets/images/PCM/croag.webp?a=1" >
< / marquee >
2022-02-22 10:09:34 +00:00
{% if p.award_count("croag") > 1 %}
< marquee class = "croag croag2" direction = "right" scrollamount = 10 width = "100%" >
< img alt = "croag" class = "croagimg" src = "/static/assets/images/PCM/croag.webp?a=1" >
< / marquee >
{% endif %}
2022-02-17 03:03:03 +00:00
2022-02-22 10:09:34 +00:00
{% if p.award_count("croag") > 2 %}
< marquee class = "croag croag3" direction = "left" scrollamount = 10 width = "100%" >
< img alt = "croag" class = "croagimg mirrored" src = "/static/assets/images/PCM/croag.webp?a=1" >
< / marquee >
{% endif %}
2022-02-17 03:03:03 +00:00
2022-02-22 10:09:34 +00:00
{% if p.award_count("croag") > 3 %}
< marquee class = "croag croag4" direction = "right" scrollamount = 10 width = "100%" >
< img alt = "croag" class = "croagimg" src = "/static/assets/images/PCM/croag.webp?a=1" >
< / marquee >
{% endif %}
2022-02-17 03:03:03 +00:00
{% endif %}
2022-02-11 23:32:14 +00:00
{% if p.award_count("scooter") %}
< style >
.scooterimg {
width: 100px;
height: 135px;
}
@media (max-width: 992px) {
.scooterimg {
width: 40px;
height: 54px;
}
}
< / style >
2022-02-13 02:10:47 +00:00
< marquee class = "train train3" direction = "right" scrollamount = 10 width = "100%" >
2022-02-25 12:43:25 +00:00
< img alt = ":#marseyscooter:" class = "scooterimg" src = "/e/marseyscooter.webp?a=1008" >
2022-02-11 23:32:14 +00:00
< / marquee >
2022-02-22 10:09:34 +00:00
{% if p.award_count("scooter") > 1 %}
< marquee class = "train train4" direction = "left" scrollamount = 10 width = "100%" >
2022-02-25 12:43:25 +00:00
< img alt = ":#marseyscooter:" class = "scooterimg mirrored" src = "/e/marseyscooter.webp?a=1008" >
2022-02-22 10:09:34 +00:00
< / marquee >
{% endif %}
2022-02-11 23:32:14 +00:00
2022-02-22 10:09:34 +00:00
{% if p.award_count("scooter") > 2 %}
< marquee class = "train train1" direction = "right" scrollamount = 10 width = "100%" >
2022-02-25 12:43:25 +00:00
< img alt = ":#marseyscooter:" class = "scooterimg" src = "/e/marseyscooter.webp?a=1008" >
2022-02-22 10:09:34 +00:00
< / marquee >
{% endif %}
2022-02-11 23:32:14 +00:00
2022-02-22 10:09:34 +00:00
{% if p.award_count("scooter") > 3 %}
< marquee class = "train train2" direction = "left" scrollamount = 10 width = "100%" >
2022-02-25 12:43:25 +00:00
< img alt = ":#marseyscooter:" class = "scooterimg mirrored" src = "/e/marseyscooter.webp?a=1008" >
2022-02-22 10:09:34 +00:00
< / marquee >
{% endif %}
2022-02-11 23:32:14 +00:00
{% endif %}
{% if p.award_count("tilt") %}
< style >
2022-02-12 15:49:04 +00:00
@keyframes post-tilt {
2022-02-12 15:50:21 +00:00
from {transform: rotate(0.5deg);}
to {transform: rotate({{p.award_count("tilt")}}deg);}
2022-02-12 15:49:04 +00:00
}
#post-root {
animation-name: post-tilt !important;
2022-02-12 18:09:23 +00:00
animation-duration: 30s !important;
2022-02-12 15:49:04 +00:00
animation-iteration-count: infinite !important;
animation-direction: alternate !important;
animation-timing-function: linear !important;
2022-02-11 23:32:14 +00:00
}
< / style >
{% endif %}
2021-10-26 21:11:14 +00:00
< meta charset = "utf-8" >
< meta property = "og:type" content = "article" >
2021-10-15 14:08:27 +00:00
2022-01-17 21:26:03 +00:00
{% if comment_info and not comment_info.is_banned and not comment_info.deleted_utc %}
< title > {{'@'+comment_info.author_name}} comments on "{{p.plaintitle(v)}} - {{SITE_NAME}}"< / title >
2021-10-15 14:08:27 +00:00
2022-01-17 21:26:03 +00:00
< meta property = "og:article:author" content = "{{'@'+comment_info.author_name}}" >
2021-10-26 21:11:14 +00:00
< meta property = "article:published_time" content = "{{comment_info.created_datetime}}" >
{% if comment_info.edited_utc %}< meta property = "article:modified_time" content = "{{comment_info.edited_string}}" > {% endif %}
< meta property = "og:description" name = "description" content = "{{comment_info.plainbody(v)}}" >
2022-01-17 21:26:03 +00:00
< meta property = "og:author" name = "author" content = "{{'@'+comment_info.author_name}}" >
< meta property = "og:title" content = "{{'@'+comment_info.author_name}} comments on {{p.plaintitle(v)}} - {{SITE_NAME}}" >
2022-02-13 22:35:55 +00:00
< meta property = "og:image" content = "{% if p.is_image %}{{p.realurl(v)}}{% elif p.has_thumb%}{{p.thumb_url}}{% else %}{{SITE_NAME}}/static/assets/images/{{SITE_NAME}}/site_preview.webp?a=1013{% endif %}" >
2022-01-14 04:15:41 +00:00
{% if p.is_video %}
2022-01-14 10:22:37 +00:00
< meta property = "og:video" content = "{{p.realurl(v)}}" >
2021-10-15 14:08:27 +00:00
{% endif %}
2022-01-28 20:55:59 +00:00
< meta property = "og:url" content = "{{comment_info.permalink}}" >
2021-10-26 21:11:14 +00:00
< meta property = "og:site_name" content = "{{request.host}}" >
2021-10-15 14:08:27 +00:00
2021-10-26 21:11:14 +00:00
< meta name = "twitter:card" content = "summary" >
2022-01-24 17:37:37 +00:00
< meta name = "twitter:site" content = "{{SITE_FULL}}/" >
2022-01-17 21:26:03 +00:00
< meta name = "twitter:title" content = "{{'@'+comment_info.author_name}} comments on {{p.plaintitle(v)}} - {{SITE_NAME}}" >
< meta name = "twitter:creator" content = "{{'@'+comment_info.author_name}}" >
2021-10-26 21:11:14 +00:00
< meta name = "twitter:description" content = "{{comment_info.plainbody(v)}}" >
2022-02-13 22:35:55 +00:00
< meta name = "twitter:image" content = "{% if p.is_image %}{{p.realurl(v)}}{% elif p.has_thumb%}{{p.thumb_url}}{% else %}{{SITE_NAME}}/static/assets/images/{{SITE_NAME}}/site_preview.webp?a=1013{% endif %}" >
2022-01-28 20:55:59 +00:00
< meta name = "twitter:url" content = "{{p.permalink}}" >
2021-10-15 14:08:27 +00:00
{% else %}
2022-01-13 23:39:39 +00:00
< title > {{p.plaintitle(v)}} - {{SITE_NAME}}< / title >
2021-10-15 14:08:27 +00:00
2022-01-21 20:56:56 +00:00
{% if p.author %}< meta property = "og:article:author" content = "{{'@'+p.author_name}}" > {% endif %}
2021-10-26 21:11:14 +00:00
< meta property = "article:published_time" content = "{{p.created_datetime}}" >
{% if p.edited_utc %}< meta property = "article:modified_time" content = "{{p.edited_string}}" > {% endif %}
< meta property = "og:description" name = "description" content = "{{p.plainbody(v)}}" >
2022-01-21 20:56:56 +00:00
{% if p.author %}< meta property = "og:author" name = "author" content = "{{'@'+p.author_name}}" > {% endif %}
2022-01-13 23:39:39 +00:00
< meta property = "og:title" content = "{{p.plaintitle(v)}} - {{SITE_NAME}}" >
2022-02-13 22:35:55 +00:00
< meta property = "og:image" content = "{% if p.is_image %}{{p.realurl(v)}}{% elif p.has_thumb%}{{p.thumb_url}}{% else %}{{SITE_NAME}}/static/assets/images/{{SITE_NAME}}/site_preview.webp?a=1013{% endif %}" >
2022-01-14 04:15:41 +00:00
{% if p.url and p.is_video %}
2022-01-14 10:22:37 +00:00
< meta property = "og:video" content = "{{p.realurl(v)}}" >
2021-10-15 14:08:27 +00:00
{% endif %}
2022-01-28 20:55:59 +00:00
< meta property = "og:url" content = "{{p.permalink}}" >
2021-10-26 21:11:14 +00:00
< meta property = "og:site_name" content = "{{request.host}}" >
2021-10-15 14:08:27 +00:00
2021-10-26 21:11:14 +00:00
< meta name = "twitter:card" content = "summary_large_image" >
2022-01-24 17:37:37 +00:00
< meta name = "twitter:site" content = "{{SITE_FULL}}/" >
2022-01-13 23:39:39 +00:00
< meta name = "twitter:title" content = "{{p.plaintitle(v)}} - {{SITE_NAME}}" >
2022-01-21 20:56:56 +00:00
{% if p.author %}< meta name = "twitter:creator" content = "{{'@'+p.author_name}}" > {% endif %}
2021-10-26 21:11:14 +00:00
< meta name = "twitter:description" content = "{{p.plainbody(v)}}" >
2022-02-13 22:35:55 +00:00
< meta name = "twitter:image" content = "{% if p.is_image %}{{p.realurl(v)}}{% elif p.has_thumb %}{{p.thumb_url}}{% else %}{{SITE_NAME}}/static/assets/images/{{SITE_NAME}}/site_preview.webp?a=1013{% endif %}" >
2022-01-28 20:55:59 +00:00
< meta name = "twitter:url" content = "{{p.permalink}}" >
2021-10-15 14:08:27 +00:00
{% endif %}
{% endblock %}
{% block pagetype %}thread{% endblock %}
2021-12-14 22:48:37 +00:00
{% block actionsModal %}
2021-12-17 19:51:39 +00:00
{% if v %}
2021-12-17 21:01:47 +00:00
< div class = "modal fade d-md-none" id = "actionsModal" tabindex = "-1" role = "dialog" aria-labelledby = "actionsModalTitle" aria-hidden = "true" >
2021-12-17 19:51:39 +00:00
< div class = "modal-dialog modal-dialog-centered" role = "document" >
< div class = "modal-content" >
< div class = "modal-header p-3" >
< h5 class = "col modal-title text-center h6" > More options< / h5 >
2022-02-24 12:03:28 +00:00
< button class = "close position-absolute py-3" style = "right: 1rem" data-bs-dismiss = "modal" aria-label = "Close" >
2021-12-17 19:51:39 +00:00
< span aria-hidden = "true" > < i class = "fas fa-times-circle text-gray-500" > < / i > < / span >
< / button >
< / div >
< div class = "modal-body" >
< ul class = "list-group post-actions" >
2022-01-22 10:14:15 +00:00
{% if not p.ghost %}< a class = "btn-block" href = "/votes?link={{p.fullname}}" > < button class = "nobackground btn btn-link btn-block btn-lg text-left text-muted" > < i class = "fas fa-arrows-v text-center text-muted mr-3" > < / i > Votes< / button > < / a > {% endif %}
2021-12-14 22:48:37 +00:00
2022-02-24 12:50:02 +00:00
< button data-bs-dismiss = "modal" class = "copy-link nobackground btn btn-link btn-block btn-lg text-left text-muted" data-clipboard-text = "{% if request.host == 'rdrama.net' %}https://rdrama.gay{{p.shortlink}}{% else %}{{p.permalink}}{% endif %}" > < i class = "far fa-copy text-center text-muted mr-3" > < / i > Copy link< / button >
2022-02-18 13:47:17 +00:00
2021-12-17 19:51:39 +00:00
< button class = "nobackground btn btn-link btn-block btn-lg text-left text-muted" data-bs-toggle = "modal" data-bs-dismiss = "modal" data-bs-target = "#reportPostModal" onclick = "report_postModal('{{p.id}}')" > < i class = "far fa-flag text-center text-muted mr-3" > < / i > Report< / button >
2021-12-14 22:48:37 +00:00
2022-02-18 08:01:21 +00:00
< button class = "nobackground btn btn-link btn-block btn-lg text-left text-muted" data-bs-toggle = "modal" data-bs-dismiss = "modal" data-bs-target = "#awardModal" onclick = "awardModal('/award_post/{{p.id}}')" > < i class = "fas fa-gift text-center text-muted mr-3" > < / i > Give Award< / button >
2021-12-14 22:48:37 +00:00
2022-02-13 01:08:12 +00:00
< button id = "subscribe2-{{p.id}}" class = "{% if p.id in v.subscribed_idlist() %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left text-muted" role = "button" onclick = "post_toast2(this,'/subscribe/{{p.id}}','subscribe2-{{p.id}}','unsubscribe2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-eye text-center text-muted mr-3" > < / i > Subscribe< / button >
< button id = "unsubscribe2-{{p.id}}" class = "{% if not p.id in v.subscribed_idlist() %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left text-muted" role = "button" onclick = "post_toast2(this,'/unsubscribe/{{p.id}}','subscribe2-{{p.id}}','unsubscribe2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-eye-slash text-center text-muted mr-3" > < / i > Unsubscribe< / button >
2021-12-14 22:48:37 +00:00
2022-02-13 01:08:12 +00:00
< button id = "save2-{{p.id}}" class = "{% if p.id in v.saved_idlist() %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left text-muted" role = "button" onclick = "post_toast2(this,'/save_post/{{p.id}}','save2-{{p.id}}','unsave2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-save text-center text-muted mr-3" > < / i > Save< / button >
< button id = "unsave2-{{p.id}}" class = "{% if not p.id in v.saved_idlist() %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left text-muted" role = "button" onclick = "post_toast2(this,'/unsave_post/{{p.id}}','save2-{{p.id}}','unsave2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-save text-center text-muted mr-3" > < / i > Unsave< / button >
2021-12-14 22:48:37 +00:00
2021-12-17 19:51:39 +00:00
{% if v.id==p.author_id %}
< button class = "nobackground btn btn-link btn-block btn-lg text-left text-muted" data-bs-dismiss = "modal" onclick = "togglePostEdit('{{p.id}}')" > < i class = "far fa-edit text-center text-muted mr-3" > < / i > Edit< / button >
2021-12-14 22:48:37 +00:00
2022-01-17 16:31:29 +00:00
{% if v.admin_level == 1 %}
2022-02-13 01:08:12 +00:00
< button id = "distinguish2-{{p.id}}" class = "{% if p.distinguish_level %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left" role = "button" onclick = "post_toast2(this,'/distinguish/{{p.id}}','distinguish2-{{p.id}}','undistinguish2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-crown text-center mr-3" > < / i > Distinguish< / button >
< button id = "undistinguish2-{{p.id}}" class = "{% if not p.distinguish_level %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left" role = "button" onclick = "post_toast2(this,'/distinguish/{{p.id}}','distinguish2-{{p.id}}','undistinguish2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-crown text-center mr-3" > < / i > Undistinguish< / button >
2022-01-12 01:19:13 +00:00
{% endif %}
2021-12-17 19:51:39 +00:00
{% if p.private %}
2022-02-13 01:08:12 +00:00
< button class = "nobackground btn btn-link btn-block btn-lg text-left text-muted" role = "button" onclick = "post_toast(this,'/publish/{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-globe text-center text-muted mr-3" > < / i > Publish< / button >
2021-12-14 22:48:37 +00:00
{% endif %}
2021-12-28 06:28:18 +00:00
{% if request.path.startswith('/@') %}
2022-02-13 01:08:12 +00:00
< button id = "pin-profile2-{{p.id}}" class = "{% if p.is_pinned %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-muted text-left" role = "button" onclick = "post_toast2(this,'/pin/{{p.id}}','pin-profile2-{{p.id}}','unpin-profile2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-thumbtack fa-rotate--45 text-center mr-3" > < / i > Pin to profile< / button >
< button id = "unpin-profile2-{{p.id}}" class = "{% if not p.is_pinned %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-muted text-left" role = "button" onclick = "post_toast2(this,'/pin/{{p.id}}','pin-profile2-{{p.id}}','unpin-profile2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-thumbtack fa-rotate--45 text-center mr-3" > < / i > Unpin from profile< / button >
2021-12-28 06:28:18 +00:00
{% endif %}
2021-12-17 19:51:39 +00:00
2022-02-01 02:20:25 +00:00
2022-02-13 01:08:12 +00:00
< button id = "undelete-{{p.id}}" class = "{% if not p.deleted_utc %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left text-success" role = "button" onclick = "post_toast2(this,'/undelete_post/{{p.id}}', 'delete-{{p.id}}', 'undelete-{{p.id}}');document.getElementById('post-{{p.id}}').classList.remove('deleted')" data-bs-dismiss = "modal" > < i class = "far fa-trash-alt text-center mr-3" > < / i > Undelete< / button >
2022-02-01 02:20:25 +00:00
< button id = "delete-{{p.id}}" class = "{% if p.deleted_utc %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left text-danger" data-bs-toggle = "modal" data-bs-dismiss = "modal" data-bs-target = "#deletePostModal" onclick = "delete_postModal('{{p.id}}')" > < i class = "far fa-trash-alt mr-3" > < / i > Delete< / button >
2021-12-14 22:48:37 +00:00
2021-12-17 19:51:39 +00:00
2021-12-21 15:07:28 +00:00
{% if v.club_allowed != False %}
2022-02-13 01:08:12 +00:00
< button id = "club3-{{p.id}}" class = "{% if p.club %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-danger text-left" role = "button" onclick = "post_toast2(this,'/toggle_club/{{p.id}}','club3-{{p.id}}','unclub3-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-eye-slash mr-3" > < / i > Mark club< / button >
< button id = "unclub3-{{p.id}}" class = "{% if not p.club %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-success text-left" role = "button" onclick = "post_toast2(this,'/toggle_club/{{p.id}}','club3-{{p.id}}','unclub3-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-eye mr-3" > < / i > Unmark club< / button >
2021-12-17 19:51:39 +00:00
{% endif %}
2022-02-13 01:08:12 +00:00
< button id = "mark3-{{p.id}}" class = "{% if p.over_18 %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left text-danger" onclick = "post_toast2(this,'/toggle_post_nsfw/{{p.id}}','mark3-{{p.id}}','unmark3-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "far fa-eye-evil text-center mr-3" > < / i > Mark +18< / button >
< button id = "unmark3-{{p.id}}" class = "{% if not p.over_18 %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left text-success" onclick = "post_toast2(this,'/toggle_post_nsfw/{{p.id}}','mark3-{{p.id}}','unmark3-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "far fa-eye-evil text-center mr-3" > < / i > Unmark +18< / button >
2022-01-29 04:47:42 +00:00
{% else %}
{% if p.body %}
2022-02-24 17:48:14 +00:00
< button class = "nobackground btn btn-link btn-block btn-lg text-left text-muted" data-bs-dismiss = "modal" onclick = "expandMarkdown(this,'{{p.id}}')" > < i class = "fas text-expand-icon-{{p.id}} fa-expand-alt text-center mr-3" > < / i > < span > View source< / span > < / button >
2022-01-29 04:47:42 +00:00
{% endif %}
{% if not p.ghost %}
2022-02-13 01:08:12 +00:00
< button id = "unblock2-{{p.id}}" class = "nobackground btn btn-link btn-block btn-lg text-success text-left{% if not p.is_blocking %} d-none{% endif %}" data-bs-dismiss = "modal" onclick = "post_toast2(this,'/settings/unblock?username={{p.author_name}}','block2-{{p.id}}','unblock2-{{p.id}}')" > < i class = "fas fa-eye mr-3 text-success" > < / i > Unblock user< / button >
< button id = "prompt2-{{p.id}}" class = "blockuser nobackground btn btn-link btn-block btn-lg text-danger text-left d-none" data-bs-dismiss = "modal" onclick = "post_toast2(this,'/settings/block?username={{p.author_name}}','prompt2-{{p.id}}','unblock2-{{p.id}}')" > < i class = "fas fa-eye-slash mr-3 text-danger" > < / i > Are you sure?< / button >
2022-01-29 04:47:42 +00:00
< button id = "block2-{{p.id}}" class = "blockuser nobackground btn btn-link btn-block btn-lg text-danger text-left{% if p.is_blocking %} d-none{% endif %}" onclick = "document.getElementById('block2-{{p.id}}').classList.toggle('d-none');document.getElementById('prompt2-{{p.id}}').classList.toggle('d-none');" > < i class = "fas fa-eye-slash mr-3 text-danger" > < / i > Block user< / button >
{% endif %}
2021-12-14 22:48:37 +00:00
{% endif %}
2022-02-10 20:35:16 +00:00
{% if p.sub and v.mods(p.sub) %}
2022-02-16 04:33:13 +00:00
< button data-bs-dismiss = "modal" class = "nobackground btn btn-link btn-block btn-lg text-left text-danger" onclick = "post_toast(this,'/kick/{{p.id}}')" > < i class = "fas fa-sign-out text-danger text-center mr-3" > < / i > Kick< / button >
< button data-bs-dismiss = "modal" id = "exile2" class = "{% if p.author.exiled_from(p.sub) %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left text-danger" onclick = "post_toast2(this,'/exile/post/{{p.id}}','exile2','unexile2')" > < i class = "fas fa-campfire mr-3 text-danger" > < / i > Exile user< / button >
< button data-bs-dismiss = "modal" id = "unexile2" class = "{% if not p.author.exiled_from(p.sub) %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left text-success" onclick = "post_toast2(this,'/unexile/post/{{p.id}}','exile2','unexile2')" > < i class = "fas fa-campfire mr-3 text-success" > < / i > Unexile user< / button >
2022-02-10 20:35:16 +00:00
{% endif %}
2021-12-17 19:51:39 +00:00
< / ul >
< / div >
< / div >
< / div >
< / div >
{% endif %}
2021-12-14 22:48:37 +00:00
2021-12-17 21:01:47 +00:00
{% if v and v.admin_level > 1 %}
< div class = "modal fade d-md-none" id = "adminModal" tabindex = "-1" role = "dialog" aria-labelledby = "actionsModalTitle" aria-hidden = "true" >
2021-12-17 19:51:39 +00:00
< div class = "modal-dialog modal-dialog-centered" role = "document" >
< div class = "modal-content" >
< div class = "modal-header p-3" >
< h5 class = "col modal-title text-center h6" > Admin options< / h5 >
2022-02-24 12:03:28 +00:00
< button class = "close position-absolute py-3" style = "right: 1rem" data-bs-dismiss = "modal" aria-label = "Close" >
2021-12-17 19:51:39 +00:00
< span aria-hidden = "true" > < i class = "fas fa-times-circle text-gray-500" > < / i > < / span >
< / button >
< / div >
< div class = "modal-body" >
< ul class = "list-group post-actions" >
2021-12-17 21:01:47 +00:00
{% if v.admin_level > 2 %}
< button class = "nobackground btn btn-link btn-block btn-lg text-left text-muted" data-bs-dismiss = "modal" onclick = "togglePostEdit('{{p.id}}')" > < i class = "far fa-edit text-center text-muted mr-3" > < / i > Edit< / button >
{% endif %}
2022-02-13 01:08:12 +00:00
< button id = "club2-{{p.id}}" class = "{% if p.club %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-info text-left" role = "button" onclick = "post_toast2(this,'/toggle_club/{{p.id}}','club2-{{p.id}}','unclub2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-eye-slash mr-3" > < / i > Mark club< / button >
< button id = "unclub2-{{p.id}}" class = "{% if not p.club %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-info text-left" role = "button" onclick = "post_toast2(this,'/toggle_club/{{p.id}}','club2-{{p.id}}','unclub2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-eye mr-3" > < / i > Unmark club< / button >
2021-12-14 22:48:37 +00:00
2022-02-13 01:08:12 +00:00
< button id = "distinguish2-{{p.id}}" class = "{% if p.distinguish_level %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left" role = "button" onclick = "post_toast2(this,'/distinguish/{{p.id}}','distinguish2-{{p.id}}','undistinguish2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-crown text-center mr-3" > < / i > Distinguish< / button >
< button id = "undistinguish2-{{p.id}}" class = "{% if not p.distinguish_level %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left" role = "button" onclick = "post_toast2(this,'/distinguish/{{p.id}}','distinguish2-{{p.id}}','undistinguish2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-crown text-center mr-3" > < / i > Undistinguish< / button >
2022-01-17 16:31:29 +00:00
2022-02-13 01:08:12 +00:00
< button id = "pin2-{{p.id}}" class = "{% if p.stickied %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left" role = "button" onclick = "post_toast2(this,'/sticky/{{p.id}}','pin2-{{p.id}}','unpin2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-thumbtack fa-rotate--45 text-center mr-3" > < / i > Pin< / button >
< button id = "unpin2-{{p.id}}" class = "{% if not p.stickied %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left" role = "button" onclick = "post_toast2(this,'/unsticky/{{p.id}}','pin2-{{p.id}}','unpin2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-thumbtack fa-rotate--45 text-center mr-3" > < / i > Unpin< / button >
2021-12-14 22:48:37 +00:00
2021-12-17 19:51:39 +00:00
{% if "/reported/" in request.path %}
2022-02-13 01:08:12 +00:00
< button class = "nobackground btn btn-link btn-block btn-lg text-danger text-left" role = "button" onclick = "post_toast(this,'/ban_post/{{p.id}}')" data-bs-dismiss = "modal" > < i class = "far fa-ban text-center mr-3" > < / i > Remove< / button >
< button class = "nobackground btn btn-link btn-block btn-lg text-success text-left" role = "button" onclick = "post_toast(this,'/unban_post/{{p.id}}')" data-bs-dismiss = "modal" > < i class = "far fa-check text-center mr-3" > < / i > Approve< / button >
2021-12-17 19:51:39 +00:00
{% else %}
2022-02-13 01:08:12 +00:00
< button id = "remove2-{{p.id}}" class = "{% if p.is_banned %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-danger text-left" role = "button" onclick = "post_toast2(this,'/ban_post/{{p.id}}','remove2-{{p.id}}','approve2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "far fa-ban text-center mr-3" > < / i > Remove< / button >
< button id = "approve2-{{p.id}}" class = "{% if not p.is_banned %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-success text-left" role = "button" onclick = "post_toast2(this,'/unban_post/{{p.id}}','remove2-{{p.id}}','approve2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "far fa-check text-center mr-3" > < / i > Approve< / button >
2021-12-17 19:51:39 +00:00
{% endif %}
{% if p.oauth_app %}
< a href = "{{p.oauth_app.permalink}}" > < button class = "nobackground btn btn-link btn-block btn-lg text-muted text-left" > < i class = "far fa-code text-center text-info mr-3" > < / i > API App< / button > < / a >
{% endif %}
2021-12-14 22:48:37 +00:00
2022-02-13 01:08:12 +00:00
< button id = "mark2-{{p.id}}" class = "{% if p.over_18 %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left text-danger" onclick = "post_toast2(this,'/toggle_post_nsfw/{{p.id}}','mark2-{{p.id}}','unmark2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "far fa-eye-evil text-center text-danger mr-3" > < / i > Mark +18< / button >
< button id = "unmark2-{{p.id}}" class = "{% if not p.over_18 %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-left text-danger" onclick = "post_toast2(this,'/toggle_post_nsfw/{{p.id}}','mark2-{{p.id}}','unmark2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "far fa-eye-evil text-center text-danger mr-3" > < / i > Unmark +18< / button >
2021-12-14 22:48:37 +00:00
2022-01-17 16:31:29 +00:00
{% if v.id != p.author_id %}
2022-01-21 20:56:56 +00:00
< button id = "ban2-{{p.id}}" data-bs-dismiss = "modal" data-bs-toggle = "modal" data-bs-target = "#banModal" onclick = "banModal('/post/{{p.id}}', '{{p.author.id}}', '{{p.author_name}}')" class = "{% if p.author.is_suspended %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-danger text-left" role = "button" > < i class = "fas fa-user-minus mr-3" > < / i > Ban user< / button >
2022-02-13 01:08:12 +00:00
< button id = "unban2-{{p.id}}" class = "{% if not p.author.is_suspended %}d-none{% endif %} nobackground btn btn-link btn-block btn-lg text-success text-left" role = "button" onclick = "post_toast2(this,'/unban_user/{{p.author_id}}','ban2-{{p.id}}','unban2-{{p.id}}')" data-bs-dismiss = "modal" > < i class = "fas fa-user-minus mr-3" > < / i > Unban user< / button >
2021-12-17 19:51:39 +00:00
{% endif %}
< / ul >
< / div >
2021-10-15 14:08:27 +00:00
< / div >
2021-12-06 19:30:56 +00:00
< / div >
< / div >
2021-12-17 19:51:39 +00:00
{% endif %}
2021-12-06 19:30:56 +00:00
{% endblock %}
2021-10-15 14:08:27 +00:00
2021-12-06 19:30:56 +00:00
{% block content %}
2021-10-15 14:08:27 +00:00
2021-12-14 22:48:37 +00:00
{% if request.host == 'pcmemes.net' %}
{% set cc='SPLASH MOUNTAIN' %}
{% else %}
{% set cc='COUNTRY CLUB' %}
2021-12-06 19:46:13 +00:00
{% endif %}
2021-12-06 19:44:15 +00:00
2021-12-14 22:48:37 +00:00
< div class = "row mb-3" >
2021-12-11 00:56:37 +00:00
2021-12-14 22:48:37 +00:00
< div id = "post-root" class = "col-12" >
2021-12-11 00:56:37 +00:00
2022-02-01 02:20:25 +00:00
< div class = "card border-0 mt-3{% if p.is_banned %} banned{% endif %}{% if p.stickied %} stickied{% endif %}{% if voted==1 %} upvoted{% elif voted==-1 %} downvoted{% endif %}" >
< div id = "post-{{p.id}}" class = "{% if p.deleted_utc %}deleted {% endif %}d-flex flex-row-reverse flex-nowrap justify-content-end" >
2021-12-14 22:48:37 +00:00
{% if not p.is_image and p.thumb_url and not p.embed_url %}
< div class = "card-header bg-transparent border-0 d-none d-md-flex flex-row flex-nowrap pl-3 p-0" >
2022-02-24 12:03:28 +00:00
< a rel = "nofollow noopener noreferrer" href = "{{p.realurl(v)}}" style = "height: fit-content" { % if not v or v . newtabexternal % } target = "_blank" { % endif % } > < img loading = "lazy" src = "{{p.thumb_url}}" class = "post-img d-none d-md-block" alt = "Unable to load image" > < / a >
2021-12-14 22:48:37 +00:00
< / div >
{% endif %}
2021-12-11 00:56:37 +00:00
2022-01-12 01:19:13 +00:00
< div id = "post-content" class = "{% if p.deleted_utc %}deleted {% endif %}card-block w-100 my-md-auto" >
2021-12-14 22:48:37 +00:00
< div class = "post-meta text-left mb-2" >
2022-02-06 12:13:48 +00:00
{% if p.sub %}
< a href = '/s/{{p.sub}}' > /s/{{p.sub}}< / a >
{% endif %}
2022-02-16 04:33:13 +00:00
{% if p.sub and p.author.exiled_from(p.sub) %}
2022-02-24 18:07:53 +00:00
< a role = "button" > < i class = "fas fa-campfire text-danger" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "User has been exiled from /s/{{p.sub}}" > < / i > < / a >
2022-02-16 04:33:13 +00:00
{% endif %}
2022-01-06 22:43:32 +00:00
{% if p.bannedfor %}
2022-02-24 18:07:53 +00:00
< a role = "button" > < i class = "fas fa-gavel text-danger" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "User was banned for this post{% if p.author.banned_by %} by @{{p.author.banned_by.username}}{% endif %}" > < / i > < / a >
2021-12-14 22:48:37 +00:00
{% endif %}
{% if p.awards %}
{% for a in p.awards %}
2022-02-24 18:07:53 +00:00
< i class = "{{a.class_list}} px-1" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "{{a.title}} Award{% if a.kind != 'ghost' %} given by @{{a.user.username}}{% endif %}" > < / i >
2021-12-14 22:48:37 +00:00
{% endfor %}
{% endif %}
2022-02-24 18:07:53 +00:00
{% if v and v.admin_level > 1 and p.author.shadowbanned %}< i class = "fas fa-user-times text-admin" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "Shadowbanned by @{{p.author.shadowbanned}}" > < / i > {% endif %}
2021-12-11 00:56:37 +00:00
2021-12-26 01:03:21 +00:00
{% if p.stickied %}
2022-02-24 18:07:53 +00:00
< i id = 'pinned-{{p.id}}' class = "fas fa-thumbtack fa-rotate--45 text-admin" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "Pinned by @{{p.stickied}}" { % if p . stickied_utc % } onmouseover = "pinned_timestamp('pinned-{{p.id}}')" data-timestamp = {{p.stickied_utc}} { % endif % } > < / i >
2021-12-14 22:48:37 +00:00
{% endif %}
2022-02-24 18:07:53 +00:00
{% if p.is_pinned %}< i class = "fas fa-thumbtack fa-rotate--45 fa-fw text-admin" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "Pinned to profile" > < / i > {% endif %}
{% if p.distinguish_level %} < i class = "fas fa-broom text-admin" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "{{SITE_NAME}} Admin, speaking officially" > < / i > {% endif %}
{% if p.is_bot %} < i class = "fas fa-robot text-info" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "Bot" > < / i > {% endif %}
2021-12-14 22:48:37 +00:00
{% if p.over_18 %}< span class = "badge badge-danger text-small-extra mr-1" > +18< / span > {% endif %}
{% if p.private %}< span class = "badge border-warning border-1 text-small-extra" > Draft< / span > {% endif %}
2022-02-24 12:03:28 +00:00
{% if p.active_flags %}< a class = "btn btn-primary" role = "button" style = "padding:1px 5px; font-size:10px" onclick = "document.getElementById('flaggers').classList.toggle('d-none')" > {{p.active_flags}} Reports< / a > {% endif %}
2022-02-10 20:35:16 +00:00
{% if not p.author %}
{{p.print()}}
{% endif %}
2022-01-22 10:14:15 +00:00
{% if p.ghost %}
2022-01-21 20:56:56 +00:00
👻
2022-01-21 22:27:10 +00:00
{% else %}
2022-02-08 19:01:23 +00:00
{% if SITE_NAME=='Drama' and p.author.house %}
2022-02-24 18:07:53 +00:00
< img src = "/assets/images/{{SITE_NAME}}/houses/{{p.author.house}}.webp?a=7" height = "20" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "House {{p.author.house}}" alt = "House {{p.author.house}}" >
2022-02-04 11:13:59 +00:00
{% endif %}
2022-02-24 18:07:53 +00:00
{% if p.author.verified %}< i class = "fas fa-badge-check align-middle ml-1" style = "color:{% if p.author.verifiedcolor %}#{{p.author.verifiedcolor}}{% else %}#1DA1F2{% endif %}" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "{{p.author.verified}}" > < / i >
2022-01-21 22:27:10 +00:00
{% endif %}
2022-02-24 12:03:28 +00:00
< a class = "user-name text-decoration-none" onclick = 'popclick({{p.author.json_popover(v) | tojson}})' data-bs-placement = "bottom" data-bs-toggle = "popover" data-bs-trigger = "click" data-content-id = "popover" role = "button" tabindex = "0" style = "color: #{{p.author.namecolor}}; font-weight: bold" class = "user-name" > < img loading = "lazy" src = "{{p.author.profile_url}}" class = "profile-pic-25 mr-2" > < span { % if p . author . patron and not p . distinguish_level % } class = "patron" style = "background-color:#{{p.author.namecolor}};" { % elif p . distinguish_level and SITE_NAME = = ' Drama ' % } class = "mod" { % endif % } > {{p.author_name}}< / span > < / a > {% if p.author.customtitle %} < bdi style = "color: #{{p.author.titlecolor}}" > {% if p.author.quadrant %}< img alt = "{{p.author.quadrant}} quadrant" loading = "lazy" height = "20" src = "/static/assets/images/quadrants/{{p.author.quadrant}}.webp?a=1008" > {% endif %}{{p.author.customtitle | safe}}< / bdi > {% endif %}
2022-01-21 20:56:56 +00:00
{% endif %}
2021-12-14 22:48:37 +00:00
< span data-bs-toggle = "tooltip" data-bs-placement = "bottom" id = "timestamp" onmouseover = "timestamp('timestamp','{{p.created_utc}}')" > {{p.age_string}}< / span >
2022-02-25 18:19:51 +00:00
({% if p.is_image %}image post{% elif p.is_video %}video post{% elif p.domain %}< a href = "/search/posts/?q=domain%3A{{p.domain}}&sort=new&t=all" { % if not v or v . newtabexternal % } target = "_blank" { % endif % } > {{p.domain}}< / a > {% else %}text post{% endif %})
2021-12-14 22:48:37 +00:00
{% if p.edited_utc %}
Edited < span data-bs-toggle = "tooltip" data-bs-placement = "bottom" onmouseover = "timestamp('edited_timestamp','{{p.edited_utc}}')" id = "edited_timestamp" > {{p.edited_string}}< / span >
{% endif %}
2022-02-27 23:28:10 +00:00
{{p.views}} clicks
2021-12-14 22:48:37 +00:00
< / div >
2021-12-11 00:56:37 +00:00
{% if p.active_flags %}
2021-12-14 22:48:37 +00:00
< div id = "flaggers" class = "flaggers d-none" >
2021-12-11 00:56:37 +00:00
< strong > < i class = "far fa-fw fa-flag" > < / i > Reported by:< / strong >
< pre > < / pre >
< ul style = "padding-left:20px; margin-bottom: 0;" >
2022-01-06 19:05:13 +00:00
{% for f in p.flags %}
2022-02-18 09:39:12 +00:00
< li > < a style = "font-weight:bold" href = "{{f.user.url}}" > {{f.user.username}}< / a > {% if f.reason %}: {{f.realreason(v) | safe}}{% endif %} {% if v and v.admin_level > 1 %}< a role = "button" onclick = "post_toast(this,'/del_report/post/{{f.post_id}}/{{f.user_id}}')" > [remove]< / a > {% endif %}< / li >
2021-12-11 00:56:37 +00:00
{% endfor %}
< / ul >
< / div >
{% endif %}
2021-12-14 22:48:37 +00:00
{% if p.realurl(v) %}
2021-12-27 03:53:53 +00:00
< h1 id = "post-title" class = "card-title post-title text-left mb-md-3 {% if p.author.agendaposter %}agendaposter{% endif %}" > < a { % if not v or v . newtabexternal % } target = "_blank" { % endif % } rel = "nofollow noopener noreferrer" href = "{{p.realurl(v)}}" >
2022-01-19 09:07:16 +00:00
{% if p.club %}< span class = "patron font-weight-bolder mr-1" style = "background-color:red; font-size:12px; line-height:2;" > {{CC}}< / span > {% endif %}
2021-12-14 22:48:37 +00:00
{% if p.flair %}< span class = "patron font-weight-bolder mr-1" style = "background-color:var(--primary); font-size:12px; line-height:2;" > {{p.flair | safe}}< / span > {% endif %}
{{p.realtitle(v) | safe}}
< / a > < / h1 >
{% else %}
2021-12-27 03:53:53 +00:00
< h1 id = "post-title" class = "card-title post-title text-left mb-md-3 {% if p.author.agendaposter %}agendaposter{% endif %}" >
2022-01-19 09:07:16 +00:00
{% if p.club %}< span class = "patron font-weight-bolder mr-1" style = "background-color:red; font-size:12px; line-height:2;" > {{CC}}< / span > {% endif %}
2021-12-14 22:48:37 +00:00
{% if p.flair %}< span class = "patron font-weight-bolder mr-1" style = "background-color:var(--primary); font-size:12px; line-height:2;" > {{p.flair | safe}}< / span > {% endif %}
{{p.realtitle(v) | safe}}
< / h1 >
{% endif %}
2021-12-11 00:56:37 +00:00
2021-12-14 22:48:37 +00:00
< div id = "post-body" class = "post-body mt-3" >
2021-12-11 00:56:37 +00:00
{% if p.realurl(v) %}
2022-01-14 04:15:41 +00:00
{% if not p.embed_url and not p.is_image and not p.is_video %}
2021-12-14 22:48:37 +00:00
< a rel = "nofollow noopener noreferrer" href = "{{p.realurl(v)}}" { % if not v or v . newtabexternal % } target = "_blank" { % endif % } >
< div class = "d-flex d-md-none justify-content-between align-items-center border rounded p-2{% if p.realbody(v) %} mb-3{% endif %}" >
< span > {{p.domain|truncate(30, True)}}< / span >
< i class = "fas fa-external-link-alt text-small" > < / i >
< / div >
< / a >
{% endif %}
2021-12-11 00:56:37 +00:00
{% endif %}
2021-12-14 22:48:37 +00:00
{% if p.embed_url %}
{% if p.domain == "twitter.com" %}
{{p.embed_url | safe}}
{% if v and v.theme.split("_")[0] in ["light", "coffee", "4chan"] %}
2022-02-04 13:11:11 +00:00
< script src = "/static/assets/js/twitterlight.js?a=242" > < / script >
2021-12-14 22:48:37 +00:00
{% else %}
2022-02-04 13:11:11 +00:00
< script src = "/static/assets/js/twitter.js?a=242" > < / script >
2021-12-14 22:48:37 +00:00
{% endif %}
{% elif p.domain in ['youtu.be','youtube.com'] and p.embed_url and p.embed_url.startswith('< lite-youtube ' ) % }
{{p.embed_url | safe}}
{% endif %}
2021-12-11 00:56:37 +00:00
{% endif %}
2021-12-14 22:48:37 +00:00
2021-12-27 03:53:53 +00:00
< div id = "post-text" { % if p . author . agendaposter % } class = "agendaposter" { % endif % } >
2021-12-11 00:56:37 +00:00
{% if p.is_image %}
2021-12-14 22:48:37 +00:00
< div class = "row no-gutters" >
< div class = "col" >
< a { % if not v or v . newtabexternal % } target = "_blank" { % endif % } rel = "nofollow noopener noreferrer" href = "{{p.realurl(v)}}" >
2022-02-24 12:03:28 +00:00
< img src = "{{p.realurl(v)}}" class = "img-fluid" style = "max-height:500px" alt = "Unable to load image" >
2021-12-14 22:48:37 +00:00
< / a >
< / div >
< / div >
< pre > < / pre >
2021-12-18 03:13:46 +00:00
{% elif p.is_video %}
2021-12-14 22:48:37 +00:00
< div class = "row no-gutters" >
< div class = "col" >
2022-01-14 04:38:27 +00:00
< video controls preload = "none" class = "embedvid" >
2021-12-14 22:48:37 +00:00
< source src = "{{p.realurl(v)}}" type = "video/mp4" >
< / video >
< / div >
< / div >
< pre > < / pre >
2021-12-11 00:56:37 +00:00
{% endif %}
{{p.realbody(v) | safe}}
2021-12-14 22:48:37 +00:00
{% if p.is_banned and p.ban_reason %}
< div class = "text-removed mb-0" > removed by @{{p.ban_reason}}< / div >
2021-12-11 03:08:23 +00:00
{% endif %}
2021-12-11 00:56:37 +00:00
< / div >
< / div >
2021-12-14 22:48:37 +00:00
{% if v and (v.id==p.author_id or v.admin_level > 2) and not v.is_suspended %}
< div id = "edit-post-body-{{p.id}}" class = "d-none comment-write collapsed child" >
< form id = "post-edit-form-{{p.id}}" action = "/edit_post/{{p.id}}" method = "post" enctype = "multipart/form-data" >
< div class = "d-flex flex-column" >
2021-12-28 12:41:26 +00:00
< input autocomplete = "off" type = "hidden" name = "formkey" value = "{{v.formkey}}" >
< input autocomplete = "off" type = "hidden" name = "current_page" value = "{{request.path}}" >
2021-12-30 22:08:11 +00:00
< textarea autocomplete = "off" max-length = "500" name = "title" class = "comment-box form-control rounded" required placeholder = "title" > {{p.title}}< / textarea >
2022-01-19 09:19:38 +00:00
< textarea autocomplete = "off" name = "body" { % if v . longpost % } minlength = "280" { % endif % } maxlength = "{% if v.bird %}140{% else %}20000{% endif %}" oninput = "markdown('post-edit-box-{{p.id}}', 'post-edit-{{p.id}}');charLimit('post-edit-box-{{p.id}}','charcount-post-edit')" id = "post-edit-box-{{p.id}}" form = "post-edit-form-{{p.id}}" class = "comment-box form-control rounded" aria-label = "With textarea" placeholder = "Add text to your post..." rows = "10" data-id = "{{p.id}}" > {{p.body}}< / textarea >
2021-12-14 22:48:37 +00:00
< div class = "text-small font-weight-bold mt-1" id = "charcount-post-edit" style = "right: 1rem; bottom: 0.5rem; z-index: 3;" > < / div >
< div class = "comment-format" >
2022-02-24 18:07:53 +00:00
< small class = "format btn btn-secondary" > < i class = "fas fa-bold" aria-hidden = "true" onclick = "makeBold('post-edit-box-{{p.id}}')" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "Bold" > < / i > < / small >
< a class = "format btn btn-secondary" role = "button" > < i class = "fas fa-italic" aria-hidden = "true" onclick = "makeItalics('post-edit-box-{{p.id}}')" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "Italicize" > < / i > < / a >
< a class = "format btn btn-secondary" role = "button" > < i class = "fas fa-quote-right" aria-hidden = "true" onclick = "makeQuote('post-edit-box-{{p.id}}')" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "Quote" > < / i > < / a >
< a class = "format btn btn-secondary" role = "button" > < span class = "font-weight-bolder text-uppercase" onclick = "commentForm('post-edit-box-{{p.id}}');getGif()" aria-hidden = "true" data-bs-toggle = "modal" data-bs-target = "#gifModal" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "Add GIF" > GIF< / span > < / a >
< a class = "format btn btn-secondary" role = "button" > < i class = "fas fa-smile-beam" onclick = "loadEmojis('post-edit-box-{{p.id}}')" aria-hidden = "true" data-bs-toggle = "modal" data-bs-target = "#emojiModal" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "Add Emoji" > < / i > < / a >
2021-12-14 22:48:37 +00:00
< label class = "format btn btn-secondary m-0 ml-1 {% if v %}d-inline-block{% else %}d-none{% endif %}" for = "file-upload-edit-{{p.id}}" >
< div id = "filename-show-edit-{{p.id}}" > < i class = "far fa-image" > < / i > < / div >
2022-02-24 19:05:04 +00:00
< input autocomplete = "off" id = "file-upload-edit-{{p.id}}" type = "file" multiple = "multiple" name = "file" accept = "image/*, video/*" { % if request . headers . get ( ' cf-ipcountry ' ) = = " T1 " % } disabled { % endif % } onchange = "changename('filename-show-edit-{{p.id}}','file-upload-edit-{{p.id}}')" hidden >
2021-12-14 22:48:37 +00:00
< / label >
< small class = "format d-none" > < i class = "fas fa-link" aria-hidden = "true" > < / i > < / small >
< / div >
< / div >
< button form = "post-edit-form-{{p.id}}" class = "btn btn-primary ml-2 fl-r" > Save Edit< / button >
2021-12-30 05:27:22 +00:00
< a role = "button" onclick = "togglePostEdit('{{p.id}}')" class = "btn btn-link text-muted ml-auto cancel-form fl-r" > Cancel< / a >
2021-12-14 22:48:37 +00:00
< / form >
2022-01-29 05:25:40 +00:00
< div id = "post-edit-{{p.id}}" class = "preview mb-3 mt-5" > < / div >
2021-12-29 08:29:22 +00:00
< div class = "form-text text-small p-0 m-0" > < a href = "/formatting" { % if v and v . newtab and not g . webview % } target = "_blank" { % endif % } > Formatting help< / a > < / div >
2021-12-14 22:48:37 +00:00
< / div >
2021-12-11 00:56:37 +00:00
{% endif %}
2021-12-14 22:48:37 +00:00
{% if p.embed_url and "http" not in p.embed_url and "< " not in p.embed_url %}
< div id = "crosspost-embed" >
< div class = "row no-gutters" >
< div id = "frontpage" class = "col-12 pt-0" >
2021-12-11 00:56:37 +00:00
< div class = "posts" id = "posts" >
2022-01-14 10:22:37 +00:00
{{p.embed_url | post_embed(v) | safe}}
2021-12-11 00:56:37 +00:00
< / div >
2021-12-14 22:48:37 +00:00
< / div >
2021-12-11 00:56:37 +00:00
< / div >
2021-12-14 22:48:37 +00:00
< / div >
{% endif %}
< div class = "d-none d-md-flex justify-content-between align-items-center mt-2" >
< div class = "post-actions mt-2" >
< ul class = "list-inline text-right d-flex" >
< li class = "list-inline-item" >
< a href = "{{p.permalink}}" >
< i class = "fas fa-comment-dots" > < / i > {{p.comment_count}}
< span class = "text-info d-none new-comments" > < / span >
< / a >
< / li >
2021-12-11 00:56:37 +00:00
2021-12-14 22:48:37 +00:00
{% if v and (v.id==p.author_id or v.admin_level > 1 and v.admin_level > 2) %}
2021-12-30 05:27:22 +00:00
< a class = "list-inline-item" role = "button" onclick = "togglePostEdit('{{p.id}}')" > < i class = "fas fa-edit" > < / i > Edit< / a >
2021-12-14 22:48:37 +00:00
{% endif %}
2021-12-11 00:56:37 +00:00
2022-02-24 17:48:14 +00:00
{% if v and v.id != p.author_id and p.body %}
< a class = "list-inline-item" role = "button" onclick = "expandMarkdown(this,'{{p.id}}')" > < i class = "fas text-expand-icon-{{p.id}} fa-expand-alt" > < / i > < span > View source< / span > < / a >
2022-01-29 04:47:42 +00:00
{% endif %}
2021-12-14 22:48:37 +00:00
{% if v and v.id==p.author_id %}
{% if p.private %}
2022-02-13 01:08:12 +00:00
< a class = "list-inline-item" role = "button" onclick = "post_toast(this,'/publish/{{p.id}}')" > < i class = "fas fa-globe" > < / i > Publish< / a >
2021-12-14 22:48:37 +00:00
{% endif %}
{% endif %}
2021-12-11 00:56:37 +00:00
2022-01-22 10:14:15 +00:00
{% if not p.ghost %}< a class = "list-inline-item" href = "/votes?link={{p.fullname}}" > < i class = "fas fa-arrows-v" > < / i > Votes< / a > {% endif %}
2022-02-10 20:35:16 +00:00
2021-12-14 22:48:37 +00:00
{% if v %}
2022-02-18 08:01:21 +00:00
< a class = "list-inline-item text-muted d-none d-md-inline-block" role = "button" data-bs-toggle = "modal" data-bs-target = "#awardModal" onclick = "awardModal('/award_post/{{p.id}}')" > < i class = "fas fa-gift fa-fw" > < / i > Give Award< / a >
2021-12-14 22:48:37 +00:00
{% endif %}
2021-12-11 00:56:37 +00:00
2022-02-24 12:50:02 +00:00
< a class = "list-inline-item copy-link" role = "button" data-clipboard-text = "{% if request.host == 'rdrama.net' %}https://rdrama.gay{{p.shortlink}}{% else %}{{p.permalink}}{% endif %}" > < i class = "fas fa-copy" > < / i > Copy link< / a >
2021-12-11 00:56:37 +00:00
2021-12-14 22:48:37 +00:00
{% if v %}
2022-02-13 01:08:12 +00:00
< a id = "subscribe-{{p.id}}" class = "{% if p.id in v.subscribed_idlist() %}d-none{% endif %} list-inline-item" role = "button" onclick = "post_toast2(this,'/subscribe/{{p.id}}','subscribe-{{p.id}}','unsubscribe-{{p.id}}')" > < i class = "fas fa-eye" > < / i > Subscribe< / a >
< a id = "unsubscribe-{{p.id}}" class = "{% if p.id not in v.subscribed_idlist() %}d-none{% endif %} list-inline-item" role = "button" onclick = "post_toast2(this,'/unsubscribe/{{p.id}}','subscribe-{{p.id}}','unsubscribe-{{p.id}}')" > < i class = "fas fa-eye-slash" > < / i > Unsubscribe< / a >
2022-02-14 00:44:57 +00:00
{% endif %}
2021-12-14 22:48:37 +00:00
2022-02-14 00:44:57 +00:00
{% if v %}
2022-02-13 01:08:12 +00:00
< a id = "save-{{p.id}}" class = "{% if p.id in v.saved_idlist() %}d-none{% endif %} list-inline-item" role = "button" onclick = "post_toast2(this,'/save_post/{{p.id}}','save-{{p.id}}','unsave-{{p.id}}')" > < i class = "fas fa-save" > < / i > Save< / a >
< a id = "unsave-{{p.id}}" class = "{% if not p.id in v.saved_idlist() %}d-none{% endif %} list-inline-item" role = "button" onclick = "post_toast2(this,'/unsave_post/{{p.id}}','save-{{p.id}}','unsave-{{p.id}}')" > < i class = "fas fa-save" > < / i > Unsave< / a >
2022-02-14 00:44:57 +00:00
2021-12-30 05:27:22 +00:00
< a class = "list-inline-item" role = "button" data-bs-toggle = "modal" data-bs-dismiss = "modal" data-bs-target = "#reportPostModal" onclick = "report_postModal('{{p.id}}')" > < i class = "fas fa-flag" > < / i > Report< / a >
2021-12-11 00:56:37 +00:00
{% endif %}
2021-12-14 22:48:37 +00:00
{% if v and v.id==p.author_id %}
2021-12-28 06:28:18 +00:00
{% if request.path.startswith('/@') %}
2022-02-13 01:08:12 +00:00
< a id = "pin-profile-{{p.id}}" class = "{% if p.is_pinned %}d-none{% endif %} list-inline-item text-muted" role = "button" onclick = "post_toast2(this,'/pin/{{p.id}}','unpin-profile-{{p.id}}','pin-profile-{{p.id}}')" > < i class = "fas fa-thumbtack fa-rotate--45" > < / i > Pin to profile< / a >
< a id = "unpin-profile-{{p.id}}" class = "{% if not p.is_pinned %}d-none{% endif %} list-inline-item text-muted" role = "button" onclick = "post_toast2(this,'/pin/{{p.id}}','unpin-profile-{{p.id}}','pin-profile-{{p.id}}')" > < i class = "fas fa-thumbtack fa-rotate--45" > < / i > Unpin from profile< / a >
2021-12-28 06:28:18 +00:00
{% endif %}
2022-02-01 02:20:25 +00:00
2022-02-14 00:44:57 +00:00
< a id = "undelete2-{{p.id}}" class = "{% if not p.deleted_utc %}d-none{% endif %} list-inline-item" role = "button" onclick = "post_toast2(this,'/undelete_post/{{p.id}}', 'delete2-{{p.id}}', 'undelete2-{{p.id}}');document.getElementById('post-{{p.id}}').classList.remove('deleted')" > < i class = "fas fa-trash-alt" > < / i > Undelete< / a >
2022-01-12 01:19:13 +00:00
2022-02-14 00:44:57 +00:00
< a id = "delete2-{{p.id}}" class = "{% if p.deleted_utc %}d-none{% endif %} list-inline-item" role = "button" data-bs-toggle = "modal" data-bs-dismiss = "modal" data-bs-target = "#deletePostModal" onclick = "delete_postModal('{{p.id}}')" > < i class = "fas fa-trash-alt" > < / i > Delete< / a >
2021-12-14 22:48:37 +00:00
{% endif %}
2021-12-11 00:56:37 +00:00
2022-02-14 00:44:57 +00:00
{% if v %}
< a class = "list-inline-item" role = "button" data-bs-toggle = "dropdown" aria-expanded = "false" > < i class = "fas fa-ellipsis-h fa-fw" > < / i > < / a >
< ul class = "dropdown-menu" >
{% if v.admin_level %}
< a id = "distinguish-{{p.id}}" class = "dropdown-item {% if p.distinguish_level %}d-none{% endif %} list-inline-item text-info" role = "button" onclick = "post_toast2(this,'/distinguish/{{p.id}}','distinguish-{{p.id}}','undistinguish-{{p.id}}')" > < i class = "fas fa-crown" > < / i > Distinguish< / a >
< a id = "undistinguish-{{p.id}}" class = "dropdown-item {% if not p.distinguish_level %}d-none{% endif %} list-inline-item text-info" role = "button" onclick = "post_toast2(this,'/distinguish/{{p.id}}','distinguish-{{p.id}}','undistinguish-{{p.id}}')" > < i class = "fas fa-crown" > < / i > Undistinguish< / a >
{% endif %}
2022-01-12 01:19:13 +00:00
2022-02-14 00:44:57 +00:00
{% if v.admin_level > 1 %}
< a id = "pin-{{p.id}}" class = "dropdown-item {% if p.stickied %}d-none{% endif %} list-inline-item text-info" role = "button" onclick = "post_toast2(this,'/sticky/{{p.id}}','pin-{{p.id}}','unpin-{{p.id}}')" > < i class = "fas fa-thumbtack fa-rotate--45" > < / i > Pin< / a >
< a id = "unpin-{{p.id}}" class = "dropdown-item {% if not p.stickied %}d-none{% endif %} list-inline-item text-info" role = "button" onclick = "post_toast2(this,'/unsticky/{{p.id}}','pin-{{p.id}}','unpin-{{p.id}}')" > < i class = "fas fa-thumbtack fa-rotate--45" > < / i > Unpin< / a >
{% endif %}
2021-12-29 15:58:41 +00:00
2022-02-14 00:44:57 +00:00
{% if v.admin_level > 1 or v.id == p.author.id and v.club_allowed != False %}
< a id = "club-{{p.id}}" class = "dropdown-item {% if p.club %}d-none{% endif %} list-inline-item text-info" role = "button" onclick = "post_toast2(this,'/toggle_club/{{p.id}}','club-{{p.id}}','unclub-{{p.id}}')" > < i class = "fas fa-eye-slash" > < / i > Mark club< / a >
< a id = "unclub-{{p.id}}" class = "dropdown-item {% if not p.club %}d-none{% endif %} list-inline-item text-info" role = "button" onclick = "post_toast2(this,'/toggle_club/{{p.id}}','club-{{p.id}}','unclub-{{p.id}}')" > < i class = "fas fa-eye" > < / i > Unmark club< / a >
2021-12-29 15:58:41 +00:00
{% endif %}
2021-12-11 00:56:37 +00:00
2022-02-14 00:44:57 +00:00
{% if v.admin_level > 1 %}
{% if "/reported/" in request.path %}
{% if v.id != p.author.id %}< a class = "dropdown-item list-inline-item text-danger" role = "button" onclick = "post_toast(this,'/ban_post/{{p.id}}')" > < i class = "fas fa-ban" > < / i > Remove< / a > {% endif %}
< a class = "dropdown-item list-inline-item text-success" role = "button" onclick = "post_toast(this,'/unban_post/{{p.id}}')" > < i class = "fas fa-check" > < / i > Approve< / a >
{% else %}
{% if v.id != p.author.id %}< a id = "remove-{{p.id}}" class = "dropdown-item {% if p.is_banned %}d-none{% endif %} list-inline-item text-danger" role = "button" onclick = "post_toast2(this,'/ban_post/{{p.id}}','remove-{{p.id}}','approve-{{p.id}}')" > < i class = "fas fa-ban" > < / i > Remove< / a > {% endif %}
< a id = "approve-{{p.id}}" class = "dropdown-item {% if not p.is_banned %}d-none{% endif %} list-inline-item text-success" role = "button" onclick = "post_toast2(this,'/unban_post/{{p.id}}','remove-{{p.id}}','approve-{{p.id}}')" > < i class = "fas fa-check" > < / i > Approve< / a >
{% endif %}
{% if p.oauth_app %}
< a class = "dropdown-item list-inline-item" href = "{{p.oauth_app.permalink}}" > < i class = "fas fa-code" > < / i > API App< / a >
{% endif %}
{% endif %}
2021-12-29 15:58:41 +00:00
2022-02-14 00:44:57 +00:00
{% if v.id != p.author_id and not p.ghost %}
< a id = "unblock-{{p.id}}" class = "dropdown-item text-success list-inline-item {% if not p.is_blocking %}d-none{% endif %}" role = "button" onclick = "post_toast2(this,'/settings/unblock?username={{p.author_name}}','block-{{p.id}}','unblock-{{p.id}}')" > < i class = "fas fa-eye text-success" > < / i > Unblock user< / a >
2021-12-29 15:58:41 +00:00
2022-02-14 00:44:57 +00:00
< a id = "block-{{p.id}}" class = "dropdown-item list-inline-item text-danger {% if p.is_blocking %}d-none{% endif %}" role = "button" onclick = "post_toast2(this,'/settings/block?username={{p.author_name}}','block-{{p.id}}','unblock-{{p.id}}')" > < i class = "fas fa-eye-slash text-danger" > < / i > Block user< / a >
{% endif %}
2021-12-29 15:58:41 +00:00
2022-02-10 20:35:16 +00:00
2022-02-14 00:44:57 +00:00
{% if p.sub and v.mods(p.sub) %}
< a class = "dropdown-item list-inline-item text-danger" role = "button" onclick = "post_toast(this,'/kick/{{p.id}}')" > < i class = "fas fa-sign-out text-danger" > < / i > Kick< / a >
2022-02-16 04:33:13 +00:00
< a id = "exile" class = "{% if p.author.exiled_from(p.sub) %}d-none{% endif %} dropdown-item list-inline-item text-danger" role = "button" onclick = "post_toast2(this,'/exile/post/{{p.id}}','exile','unexile')" > < i class = "fas fa-campfire text-danger" > < / i > Exile user< / a >
< a id = "unexile" class = "{% if not p.author.exiled_from(p.sub) %}d-none{% endif %} dropdown-item list-inline-item text-success" role = "button" onclick = "post_toast2(this,'/unexile/post/{{p.id}}','exile','unexile')" > < i class = "fas fa-campfire text-success" > < / i > Unexile user< / a >
2022-02-14 00:44:57 +00:00
{% endif %}
{% if v.id==p.author_id or v.admin_level > 1 %}
< a id = "mark-{{p.id}}" class = "dropdown-item {% if p.over_18 %}d-none{% endif %} list-inline-item text-danger" role = "button" onclick = "post_toast2(this,'/toggle_post_nsfw/{{p.id}}','mark-{{p.id}}','unmark-{{p.id}}')" > < i class = "fas fa-eye-evil" > < / i > Mark +18< / a >
< a id = "unmark-{{p.id}}" class = "dropdown-item {% if not p.over_18 %}d-none{% endif %} list-inline-item text-success" role = "button" onclick = "post_toast2(this,'/toggle_post_nsfw/{{p.id}}','mark-{{p.id}}','unmark-{{p.id}}')" > < i class = "fas fa-eye-evil" > < / i > Unmark +18< / a >
{% endif %}
{% if v.admin_level > 1 and v.id != p.author_id %}
< a id = "ban-{{p.id}}" class = "dropdown-item {% if p.author.is_suspended %}d-none{% endif %} list-inline-item text-danger" id = "exile-comment-{{p.id}}" role = "button" data-bs-toggle = "modal" data-bs-target = "#banModal" onclick = "banModal('/post/{{p.id}}', '{{p.author.id}}', '{{p.author_name}}')" > < i class = "fas fa-user-slash text-danger fa-fw" > < / i > Ban user< / a >
< a id = "unban-{{p.id}}" class = "dropdown-item {% if not p.author.is_suspended %}d-none{% endif %} list-inline-item text-danger" id = "unexile2-user-{{p.id}}" role = "button" onclick = "post_toast2(this,'/unban_user/{{p.author_id}}','ban-{{p.id}}','unban-{{p.id}}')" > < i class = "fas fa-user-slash" > < / i > Unban user< / a >
{% endif %}
< / ul >
2021-12-29 16:45:26 +00:00
{% endif %}
2022-02-14 00:44:57 +00:00
< / div >
2021-12-14 22:48:37 +00:00
< / div >
< / div >
{% if v %}
< div id = "voting" class = "voting d-none d-md-block mb-auto" >
2022-02-26 20:40:08 +00:00
< div tabindex = "0" role = "button" onclick = "vote('post', '{{p.id}}', '1')" class = "post-{{p.id}}-up mx-auto arrow-up upvote-button post-{{p.id}}-up {% if voted==1 %}active{% endif %}" > < / div >
2021-12-14 22:48:37 +00:00
2022-02-26 20:40:08 +00:00
< span class = "post-score-{{p.id}} score post-score-{{p.id}} {% if voted==1 %}score-up{% elif voted==-1%}score-down{% endif %}{% if p.controversial %} controversial{% endif %}" data-bs-toggle = "tooltip" data-bs-placement = "right" title = "+{{ups}} | -{{downs}}" > {{score}}< / span >
< div { % if environ . get ( ' DISABLE_DOWNVOTES ' ) = = ' 1 ' % } style = "display:None!important" { % endif % } tabindex = "0" role = "button" onclick = "vote('post', '{{p.id}}', '-1')" class = "post-{{p.id}}-down text-muted mx-auto arrow-down downvote-button post-{{p.id}}-down {% if voted==-1 %}active{% endif %}" > < / div >
2021-12-14 22:48:37 +00:00
< / div >
{% else %}
< div id = "voting" class = "voting d-none d-md-block mb-auto" >
2022-02-26 20:40:08 +00:00
< div tabindex = "0" role = "button" onclick = "vote('post', '{{p.id}}', '1')" class = "post-{{p.id}}-up arrow-up mx-auto" onclick = "location.href='/login?redirect={{request.path | urlencode}}';" >
2021-12-14 22:48:37 +00:00
< / div >
2022-02-26 20:40:08 +00:00
< span class = "post-{{p.id}}-score-none score text-muted{% if p.controversial %} controversial{% endif %}" { % if not p . is_banned % } data-bs-toggle = "tooltip" data-bs-placement = "right" title = "+{{ups}} | -{{downs}}" { % endif % } > {{score}}< / span >
< div { % if environ . get ( ' DISABLE_DOWNVOTES ' ) = = ' 1 ' % } style = "display:None!important" { % endif % } tabindex = "0" role = "button" onclick = "vote('post', '{{p.id}}', '-1')" class = "post-{{p.id}}-down arrow-down mx-auto" onclick = "location.href='/login?redirect={{request.path | urlencode}}';" > < / div >
2021-12-11 00:56:37 +00:00
< / div >
2021-12-14 22:48:37 +00:00
{% endif %}
2021-12-11 00:56:37 +00:00
< / div >
< / div >
2021-12-14 22:48:37 +00:00
2021-12-11 00:56:37 +00:00
< / div >
2021-12-14 22:48:37 +00:00
2022-01-14 04:15:41 +00:00
{% if not p.is_image and not p.is_video %}
2021-12-14 22:48:37 +00:00
< div class = "row no-gutters d-md-none" >
< div class = "col" >
< a { % if not v or v . newtabexternal % } target = "_blank" { % endif % } rel = "nofollow noopener noreferrer" href = "{{p.realurl(v)}}" > < / a >
< / div >
< / div >
2021-12-11 00:56:37 +00:00
{% endif %}
< / div >
2021-12-14 22:48:37 +00:00
< div class = "row mb-3 d-md-none" >
< div class = "col-12" >
< div class = "post-actions" >
< ul class = "list-inline text-right d-flex" >
< li class = "list-inline-item mr-auto" >
< a href = "{{p.permalink}}" >
< i class = "fas fa-comment-dots" > < / i > {{p.comment_count}}
< span class = "text-info d-none new-comments" > < / span >
2021-12-11 00:56:37 +00:00
< / a >
2021-12-17 19:51:39 +00:00
2021-12-17 21:01:47 +00:00
{% if v and v.admin_level > 1 %}
2021-12-30 05:27:22 +00:00
< a class = "ml-2" role = "button" data-bs-toggle = "modal" data-bs-target = "#adminModal" >
2021-12-17 19:51:39 +00:00
< i class = "fas fa-broom" > < / i >
< / a >
{% endif %}
2021-12-14 22:48:37 +00:00
< / li >
{% if v %}
< li class = "list-inline-item" >
2021-12-30 05:27:22 +00:00
< a role = "button" data-bs-toggle = "modal" data-bs-target = "#actionsModal" >
2021-12-14 22:48:37 +00:00
< i class = "fas fa-ellipsis-h" > < / i >
< / a >
< / li >
{% endif %}
< li id = "voting-{{p.id}}-mobile" class = "voting list-inline-item d-md-none{% if voted==1 %} upvoted{% elif voted==-1 %} downvoted{% endif %}" >
{% if v %}
2022-02-26 20:40:08 +00:00
< span tabindex = "0" role = "button" onclick = "vote('post-mobile', '{{p.id}}', '1')" class = "post-mobile-{{p.id}}-up mx-0 pr-1 arrow-up upvote-button post-{{p.id}}-up {% if voted==1 %}active{% endif %}" >
2021-12-14 22:48:37 +00:00
< / span >
{% else %}
2022-02-26 20:40:08 +00:00
< span tabindex = "0" class = "arrow-{{p.id}}-mobile-up mx-0 pr-1 arrow-mobile-up" onclick = "location.href='/login?redirect={{request.path | urlencode}}';" >
2021-12-14 22:48:37 +00:00
< i class = "fas fa-arrow-alt-up mx-0" aria-hidden = "true" > < / i >
< / span >
2021-12-11 00:56:37 +00:00
{% endif %}
2021-12-14 22:48:37 +00:00
2022-02-26 20:40:08 +00:00
< span class = "post-mobile-score-{{p.id}} score post-score-{{p.id}} {% if voted==1 %}score-up{% elif voted==-1%}score-down{% endif %}{% if p.controversial %} controversial{% endif %}" data-bs-toggle = "tooltip" data-bs-placement = "top" title = "+{{ups}} | -{{downs}}" > {{score}}< / span >
2021-12-14 22:48:37 +00:00
{% if v %}
2022-02-26 20:40:08 +00:00
< span { % if environ . get ( ' DISABLE_DOWNVOTES ' ) = = ' 1 ' % } style = "display:None!important" { % endif % } tabindex = "0" role = "button" onclick = "vote('post-mobile', '{{p.id}}', '-1')" class = "post-mobile-{{p.id}}-down mx-0 pl-1 my-0 arrow-down downvote-button post-{{p.id}}-down {% if voted==-1 %}active{% endif %}" > < / span >
2021-12-14 22:48:37 +00:00
{% else %}
2022-02-26 20:40:08 +00:00
< span { % if environ . get ( ' DISABLE_DOWNVOTES ' ) = = ' 1 ' % } style = "display:None!important" { % endif % } tabindex = "0" class = "arrow-{{p.id}}-mobile-down arrow-mobile-down mx-0 pl-1 my-0" onclick = "location.href='/login?redirect={{request.path | urlencode}}';" >
2021-12-14 22:48:37 +00:00
< i class = "fas fa-arrow-alt-down mx-0" aria-hidden = "true" > < / i >
< / span >
{% endif %}
< / li >
< / ul >
< / div >
< / div >
< / div >
2022-02-24 17:50:52 +00:00
{% if v and v.id != p.author_id and p.body %}
2022-02-24 17:48:14 +00:00
< textarea autocomplete = "off" class = "d-none card border my-2 p-3 comment-box form-control rounded" id = "markdown-{{p.id}}" readonly > {{p.body.strip()}}< / textarea >
2022-01-29 04:47:42 +00:00
{% endif %}
2021-12-14 22:48:37 +00:00
< div class = "row border-md-0 comment-section pb-3" >
< div class = "col border-top" >
< div class = "comments-count py-3" >
< div class = "dropdown dropdown-actions" >
2021-12-30 05:27:22 +00:00
< button class = "btn btn-secondary dropdown-toggle" id = "dropdownMenuButton" data-bs-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
2021-12-14 22:48:37 +00:00
{% if sort=="top" %}< i class = "fas fa-arrow-alt-circle-up mr-1" > < / i > {% endif %}
{% if sort=="bottom" %}< i class = "fas fa-arrow-alt-circle-down mr-1" > < / i > {% endif %}
{% if sort=="new" %}< i class = "fas fa-sparkles mr-1" > < / i > {% endif %}
{% if sort=="old" %}< i class = "fas fa-book mr-1" > < / i > {% endif %}
{% if sort=="controversial" %}< i class = "fas fa-bullhorn mr-1" > < / i > {% endif %}
{{sort | capitalize}}
< / button >
< div class = "dropdown-menu" aria-labelledby = "dropdownMenuButton" x-placement = "bottom-start" style = "position: absolute; will-change: transform; top: 0px; left: 0px; transform: translate3d(0px, 31px, 0px);" >
{% if sort != "top" %}< a class = "dropdown-item" href = "?sort=top" > < i class = "fas fa-arrow-alt-circle-up mr-2" > < / i > Top< / a > {% endif %}
{% if sort != "bottom" %}< a class = "dropdown-item" href = "?sort=bottom" > < i class = "fas fa-arrow-alt-circle-down mr-2" > < / i > Bottom< / a > {% endif %}
{% if sort != "new" %}< a class = "dropdown-item" href = "?sort=new" > < i class = "fas fa-sparkles mr-2" > < / i > New< / a > {% endif %}
{% if sort != "old" %}< a class = "dropdown-item" href = "?sort=old" > < i class = "fas fa-book mr-2" > < / i > Old< / a > {% endif %}
{% if sort != "controversial" %}< a class = "dropdown-item" href = "?sort=controversial" > < i class = "fas fa-bullhorn mr-2" > < / i > Controversial< / a > {% endif %}
2021-12-11 00:56:37 +00:00
< / div >
2022-01-17 21:26:03 +00:00
{% if comment_info and p.comment_count >= 2%}
2021-12-14 22:48:37 +00:00
< pre > < / pre >
< div class = "total" > < a href = "{{p.permalink}}" > View entire discussion< / a > < / div >
{% endif %}
2021-12-11 00:56:37 +00:00
< / div >
2021-12-14 22:48:37 +00:00
< / div >
2021-12-11 00:56:37 +00:00
2021-12-14 22:48:37 +00:00
< div id = "comment-form-space-{{p.fullname}}" class = "comment-write mb-3" >
< form id = "reply-to-{{p.fullname}}" action = "/comment" method = "post" >
2021-12-28 12:41:26 +00:00
< input autocomplete = "off" type = "hidden" name = "formkey" value = "{{v.formkey}}" >
< input autocomplete = "off" type = "hidden" name = "parent_fullname" value = "t2_{{p.id}}" >
< input autocomplete = "off" id = "reply-form-submission-{{p.fullname}}" type = "hidden" name = "submission" value = "{{p.id}}" >
2021-12-11 00:56:37 +00:00
{% if v %}
2021-12-28 12:41:26 +00:00
< textarea autocomplete = "off" { % if v . longpost % } minlength = "280" { % endif % } maxlength = "{% if v.bird %}140{% else %}10000{% endif %}" oninput = "markdown('reply-form-body-{{p.fullname}}', 'form-preview-{{p.id}}');charLimit('reply-form-body-{{p.fullname}}','charcount-reply')" id = "reply-form-body-{{p.fullname}}" data-fullname = "{{p.fullname}}" class = "comment-box form-control rounded" id = "comment-form" name = "body" form = "reply-to-{{p.fullname}}" aria-label = "With textarea" placeholder = "Add your comment..." rows = "3" > < / textarea >
2021-12-11 00:56:37 +00:00
{% endif %}
2021-12-14 22:48:37 +00:00
< div class = "text-small font-weight-bold mt-1" id = "charcount-reply" style = "right: 1rem; bottom: 0.5rem; z-index: 3;" > < / div >
< div class = "comment-format" >
2022-02-24 18:07:53 +00:00
< a class = "btn btn-secondary format d-inline-block m-0" role = "button" > < i class = "fas fa-bold" onclick = "makeBold('reply-form-body-{{p.fullname}}')" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "Bold" > < / i > < / a >
2021-12-14 22:48:37 +00:00
2022-02-24 18:07:53 +00:00
< a class = "btn btn-secondary format d-inline-block m-0" role = "button" > < i class = "fas fa-italic" onclick = "makeItalics('reply-form-body-{{p.fullname}}')" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "Italicize" > < / i > < / a >
2021-12-14 22:48:37 +00:00
2022-02-24 18:07:53 +00:00
< a class = "btn btn-secondary format d-inline-block m-0" role = "button" > < i class = "fas fa-quote-right" onclick = "makeQuote('reply-form-body-{{p.fullname}}')" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "Quote" > < / i > < / a >
2021-12-14 22:48:37 +00:00
< label class = "btn btn-secondary format d-inline-block m-0" for = "gif-reply-btn-{{p.fullname}}" >
2022-02-24 18:07:53 +00:00
< span id = "gif-reply-btn-{{p.fullname}}" class = "font-weight-bolder text-uppercase" onclick = "commentForm('reply-form-body-{{p.fullname}}');getGif()" aria-hidden = "true" data-bs-toggle = "modal" data-bs-target = "#gifModal" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "Add GIF" > GIF< / span >
2021-12-14 22:48:37 +00:00
< / label >
< label class = "btn btn-secondary format d-inline-block m-0" for = "emoji-reply-btn-{{p.fullname}}" >
2022-02-24 18:07:53 +00:00
< div id = "emoji-reply-btn-{{p.fullname}}" onclick = "loadEmojis('reply-form-body-{{p.fullname}}')" aria-hidden = "true" data-bs-toggle = "modal" data-bs-target = "#emojiModal" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "Add Emoji" > < i class = "fas fa-smile-beam" > < / i > < / div >
2021-12-14 22:48:37 +00:00
< / label >
< label class = "format btn btn-secondary m-0 ml-1 {% if v %}d-inline-block{% else %}d-none{% endif %}" for = "file-upload-reply-{{p.fullname}}" >
< div id = "filename-show-reply-{{p.fullname}}" > < i class = "far fa-image" > < / i > < / div >
2022-02-24 19:05:04 +00:00
< input autocomplete = "off" id = "file-upload-reply-{{p.fullname}}" type = "file" multiple = "multiple" name = "file" accept = "image/*, video/*" { % if request . headers . get ( ' cf-ipcountry ' ) = = " T1 " % } disabled { % endif % } onchange = "changename('filename-show-reply-{{p.fullname}}','file-upload-reply-{{p.fullname}}')" hidden >
2021-12-14 22:48:37 +00:00
< / label >
2021-12-11 00:56:37 +00:00
< / div >
2021-12-30 05:27:22 +00:00
< a id = "save-reply-to-{{p.fullname}}" role = "button" form = "reply-to-{{p.fullname}}" class = "btn btn-primary text-whitebtn ml-auto fl-r" onclick = "post_comment('{{p.fullname}}', '{{p.id}}')" > Comment< / a >
2021-12-14 22:48:37 +00:00
< / form >
< div id = "form-preview-{{p.id}}" class = "mb-3 mt-5" > < / div >
2021-12-29 08:29:22 +00:00
< div class = "form-text text-small p-0 m-0" > < a href = "/formatting" { % if v and v . newtab and not g . webview % } target = "_blank" { % endif % } > Formatting help< / a > < / div >
2021-12-14 22:48:37 +00:00
< / div >
2021-12-11 00:56:37 +00:00
2021-12-14 22:48:37 +00:00
{% if not v and not p.is_banned %}
< div class = "comment-write mb-3" >
2021-12-28 12:41:26 +00:00
< textarea autocomplete = "off" maxlength = "10000" class = "comment-box form-control rounded" name = "body" aria-label = "With textarea" placeholder = "Add your comment..." rows = "3" onclick = "location.href='/login?redirect={{request.path | urlencode}}';" > < / textarea >
2021-12-14 22:48:37 +00:00
< / div >
{% if p.comment_count >= 2 %}
< div class = "card border-0 mt-4" >
< div class = "card-body" >
< h5 class = "card-title" > Jump in the discussion.< / h5 >
< p class = "card-text" > No email address required.< / p >
< div >
2022-02-27 23:58:46 +00:00
< a href = "/signup" class = "btn btn-primary" > Sign up< / a >
2021-12-14 22:48:37 +00:00
< a href = "/login?redirect={{request.path | urlencode}}" class = "btn btn-link text-muted" > Sign in< / a >
2021-12-11 00:56:37 +00:00
< / div >
2021-12-14 22:48:37 +00:00
< / div >
< / div >
{% endif %}
{% endif %}
2021-12-11 00:56:37 +00:00
2021-12-14 22:48:37 +00:00
{% if p.replies %}
< div class = "comment-section" >
{% with comments=p.replies %}
{% include "comments.html" %}
{% endwith %}
< / div >
{% if offset %}
2022-02-21 00:41:37 +00:00
< script src = "/static/assets/js/viewmore.js?a=247" > < / script >
2021-12-14 22:48:37 +00:00
{% endif %}
2021-12-11 00:56:37 +00:00
2021-12-14 22:48:37 +00:00
{% elif not p.replies and p.deleted_utc == 0 %}
< div class = "comment-section text-center py-7" >
< span class = "fa-stack fa-2x text-muted mb-4" >
< i class = "fas fa-square text-gray-500 opacity-25 fa-stack-2x" > < / i >
< i class = "fas text-gray-500 fa-ghost fa-stack-1x text-lg" > < / i >
< / span >
< h2 class = "h5" > Be the first to comment!< / h2 >
{% if v %}
< p class = "text-muted" > This comment section is a ghost town...< / p >
{% else %}
< p class = "text-muted" > This comment section is a ghost town. < a href = "/login?redirect={{request.path | urlencode}}" > Sign in< / a > < / p >
{% endif %}
2021-12-11 00:56:37 +00:00
< / div >
2021-12-14 22:48:37 +00:00
{% endif %}
2021-12-11 00:56:37 +00:00
2021-12-14 22:48:37 +00:00
< / div >
2021-12-11 00:56:37 +00:00
2021-12-14 22:48:37 +00:00
< / div >
2021-11-25 21:11:27 +00:00
2021-12-14 22:48:37 +00:00
{% if v and v.id==p.author_id %}
{% include "delete_post_modal.html" %}
{% endif %}
2021-12-11 00:48:40 +00:00
2021-12-14 22:48:37 +00:00
{% if v %}
{% include "report_post_modal.html" %}
{% endif %}
2021-12-11 00:48:40 +00:00
2021-12-14 22:48:37 +00:00
{% if v and (v.id == p.author_id or v.admin_level > 1 and v.admin_level > 2) %}
2022-02-02 00:06:29 +00:00
< script src = "/static/assets/js/togglePostEdit.js?a=240" > < / script >
2021-12-14 22:48:37 +00:00
{% endif %}
2021-12-11 00:48:40 +00:00
2021-12-14 22:48:37 +00:00
{% if v %}
2022-02-02 00:06:29 +00:00
< script src = "/static/assets/js/submission.js?a=240" > < / script >
2021-12-14 22:48:37 +00:00
{% endif %}
2021-12-11 00:48:40 +00:00
2021-12-14 22:48:37 +00:00
{% if not v or v.highlightcomments %}
2022-02-02 00:06:29 +00:00
< script src = "/static/assets/js/new_comments_count.js?a=240" > < / script >
2021-12-14 22:48:37 +00:00
{% endif %}
2021-12-11 00:48:40 +00:00
2022-02-02 00:06:29 +00:00
< script src = "/static/assets/js/clipboard.js?a=240" > < / script >
2021-12-11 00:48:40 +00:00
2021-12-14 22:48:37 +00:00
{% if not p.comment_count %}
{% include "comments.html" %}
{% endif %}
2021-12-11 00:48:40 +00:00
2021-12-14 22:48:37 +00:00
{% if p.award_count("shit") %}
2022-02-02 00:06:29 +00:00
< script src = "/static/assets/js/critters.js?a=240" > < / script >
< script src = "/static/assets/js/bugs.js?a=240" > < / script >
2021-12-14 22:48:37 +00:00
{% endif %}
2021-12-11 02:53:20 +00:00
2021-12-11 00:48:40 +00:00
2021-12-14 22:48:37 +00:00
{% if p.award_count("fireflies") %}
2022-02-02 00:06:29 +00:00
< script src = "/static/assets/js/critters.js?a=240" > < / script >
< script src = "/static/assets/js/fireflies.js?a=240" > < / script >
2021-12-14 22:48:37 +00:00
{% endif %}
2021-12-11 00:56:37 +00:00
2021-12-14 22:48:37 +00:00
< script >
(() => {
{% if not v or v.highlightcomments %}
2021-12-11 00:56:37 +00:00
showNewCommentCounts('{{p.id}}', {{p.comment_count}})
2021-12-14 22:48:37 +00:00
{% endif %}
2021-12-11 00:56:37 +00:00
2021-12-14 22:48:37 +00:00
{% if "?context" not in request.full_path %}
2021-12-11 00:56:37 +00:00
const comments = JSON.parse(localStorage.getItem("comment-counts")) || {}
2022-01-14 10:22:37 +00:00
const newTotal = {{p.comment_count}} || ((comments['{{p.id}}'] || {c: 0}).c + 1)
comments['{{p.id}}'] = {c: newTotal, t: Date.now()}
2022-01-21 22:48:06 +00:00
localStorage.setItem("comment-counts", JSON.stringify(comments))
2021-12-14 22:48:37 +00:00
{% endif %}
})()
< / script >
2022-01-16 07:50:16 +00:00
{% endblock %}