mourningdove/views/entry/module-comments.tt

52 lines
1.4 KiB
Text
Raw Permalink Normal View History

2026-05-24 01:03:05 +00:00
[%# views/entry/module-comments.tt
Old implementation for comments just to show people where things are;
will be phased out for new implementation
Authors:
Afuna <coder.dw@afunamatata.com>
Copyright (c) 2014 by Dreamwidth Studios, LLC.
This program is free software; you may redistribute it and/or modify it under
the same terms as Perl itself. For a copy of the license, please reference
'perldoc perlartistic' or 'perldoc perlgpl'.
-%]
<fieldset>
<h3>[% ".header" | ml %]</h3>
<div class='inner'>
<div class="row"><div class="columns">
[%- form.select( label = "Comments:"
name = "comment_settings"
id = "comment_settings"
class = "draft-autosave"
items = [
"" "Journal Default"
"nocomments" "Disabled"
"noemail" "Don't Email"
]
) -%]
</div></div>
<div class="row"><div class="columns">
[%- form.select( label = "Screening:"
name = "opt_screening"
id = "opt_screening"
class = "draft-autosave"
items = [
"" "Journal Default"
"N" "Disabled"
"R" "Anonymous Only"
"F" "Non-access List"
"A" "All Comments"
]
) -%]
</div></div>
</div>
</fieldset>