[%# support/submit.tt Submit a new support request. Authors: Pau Amma 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'. %] [%- sections.title = '.title' | ml -%] [%- sections.head = BLOCK -%] [%- END -%] [%- CALL dw.active_resource_group( "foundation" ) -%] [% IF url; # request submission success %]
[% '.complete.text' | ml( url = url ) %]

[% '.help.header' | ml %]

[% '.help.text2' | ml( aopts = "href='$site.root/support/help'", sitename = site.name ) %]

[% ELSE %]
[%- dw.form_auth -%] [%- IF include_name || include_email -%]
[% IF include_name %]

[% '.login.note' | ml( sitename = site.nameshort, loginlink = "href='$site.root/login?ret=1'" ) %]

[% END %] [% IF include_email %]

[% IF email_checkbox %]

[% email_checkbox %]

[% END %]

[% '.notshow' | ml %]

[% END %]
[%- END -%]

[% IF cat_type == 'fixed' %]

[% catname %]

[% ELSE %]

[% IF cat_has_nonpublic %]

[% '.nonpublic' | ml %]

[% END %] [% END %]

[% '.question.note2' | ml %]

[% IF print_captcha %]

[% print_captcha( 'support_submit_anon' ) %]
[% END %]
[% END %]