jschan - Anonymous imageboard software. Classic look, modern features and feel. Works without JavaScript and supports Tor, I2P, Lokinet, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.1 KiB

details.toggle-label#actionform
summary.collapse#action-menu #{__('Show Post Actions')}
.actions
input(type='hidden' name='hide_name' value='1')
h4.no-m-p #{__('Actions')}:
3 years ago
if board.settings.userPostDelete
label
input.post-check(type='checkbox', name='delete' value='1')
| Delete Posts
if board.settings.userPostUnlink
label
input.post-check(type='checkbox', name='unlink_file' value='1')
| Unlink Files
if board.settings.userPostSpoiler
label
input.post-check(type='checkbox', name='spoiler' value='1')
| Spoiler Files
if board.settings.userPostSpoiler || board.settings.userPostUnlink || board.settings.userPostDelete
label
input#password(type='password', name='postpassword', placeholder='Post password' autocomplete='off')
label
input.post-check(type='checkbox', name='report' value='1')
| Report
label
input.post-check(type='checkbox', name='global_report' value='1')
| Global Report
label
input#report(type='text', name='report_reason', placeholder='Report reason' autocomplete='off')
.actions
h4.no-m-p Captcha:
include ./captcha.pug
input(type='submit', value=__('Submit'))