[%# eventpreview-select.tt Page where you can select a particular event to see the format of Authors: Afuna Copyright (c) 2015 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'. %] [%- sections.title = '.title' | ml -%] [%- dw.need_res( "stc/simple-form.css" ) -%] [%- sections.head = BLOCK %] [% END %]
[% '.subtitle.eventtype' | ml %]
  • [%- label = ".form.label.eventtype" | ml; form.select( label = "$label:" name = "event" id = "event" items = eventtypes default = event ) -%]
[% form.submit %]
[%- IF event -%]
[%- dw.form_auth -%]
[% '.subtitle.details' | ml %]
  • [%event%] [% form.hidden( name = "event", value = event ) %]
  • [%- FOREACH arg = eventargs -%]
  • [% note %]
  • [%- END -%] [%- FOREACH arg_num = [ 1, 2 ] -%]
  • [%- END -%]
[% form.submit %]
[% END %]