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.

69 lines
2.3 KiB

details.toggle-label
summary.toggle-summary Show Post Actions
.actions
h4.no-m-p Actions:
label
input.post-check(type='checkbox', name='delete' value='Delete post')
| Delete Posts
label
input.post-check(type='checkbox', name='unlink_file' value='Unlink files')
| Unlink Files
label
input.post-check(type='checkbox', name='spoiler' value='Spoiler files')
| Spoiler Files
label
input#password(type='text', name='password', placeholder='post password' autocomplete='off')
label
input.post-check(type='checkbox', name='report' value='Report')
| Report
label
input.post-check(type='checkbox', name='global_report' value='Report global')
| Global Report
label
input#report(type='text', name='report_reason', placeholder='report reason' autocomplete='off')
details.actions
summary(style='font-weight: bold') Staff Actions:
label
input.post-check(type='checkbox', name='delete_ip_board' value='Delete posts by IP')
| Delete from IP on board
label
input.post-check(type='checkbox', name='delete_ip_global' value='Delete posts by IP global')
| Delete from IP globally
label
input.post-check(type='checkbox', name='delete_file' value='Delete files')
| Delete Files
label
input.post-check(type='checkbox', name='ban' value='Ban')
| Ban Poster
label
input.post-check(type='checkbox', name='global_ban' value='Ban global')
| Global Ban Poster
label
input.post-check(type='checkbox', name='no_appeal' value='Non-appealable')
| Non-appealable Ban
label
input.post-check(type='checkbox', name='preserve_post' value='Show post in ban')
| Show Post In Ban
label
input(type='text', name='ban_reason', placeholder='ban reason' autocomplete='off')
label
input(type='text', name='ban_duration', placeholder='ban duration e.g. 7d' autocomplete='off')
label
input(type='text', name='log_message', placeholder='modlog message' autocomplete='off')
label
input.post-check(type='checkbox', name='sticky' value='Sticky')
| Toggle Sticky
label
input.post-check(type='checkbox', name='lock' value='Lock')
| Toggle Lock
label
input.post-check(type='checkbox', name='sage' value='Sage')
| Toggle Sage
label
input.post-check(type='checkbox', name='cyclic' value='Cycle')
| Toggle Cycle
.actions
h4.no-m-p Captcha:
include ./captcha.pug
input(type='submit', value='submit')