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.
 
 
 
 
 

29 lines
962 B

input(type='hidden' name='_csrf' value=csrf)
.table-container.flex-center.mv-5
table
tr
th #{__('Filters')}
th #{__('Strict Filtering')}
th #{__('Filter Mode')}
th #{__('Block/Ban Message')}
th #{__('Filter Auto Ban Duration')}
th #{__('Filter Bans Appealable')}
tr
td
textarea(name='filters' rows='2' placeholder=__('Newline separated') required)
td.text-center
label
input(type='checkbox', name='strict_filtering', value='true')
td
select(name='filter_mode')
option(value='0', selected=true) #{__('Do nothing')}
option(value='1') #{__('Block post')}
option(value='2') #{__('Ban')}
td
input(type='text' name='filter_message' placeholder=__('e.g. Rule 1: No ad spam'))
td
input(type='text' name='filter_ban_duration' placeholder=__('e.g. 3d'))
td.text-center
label
input(type='checkbox', name='filter_ban_appealable', value='true')
input(type='submit', value=__('Submit'))