[%# Frontend for the Admin Console, which lets you batch-process jobs with a command-line interface. Authors: Denise Paolucci 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 = ".admin.link" | ml -%] [%- CALL dw.active_resource_group( "foundation" ) -%] [%- dw.need_res( { group => "foundation" } "stc/css/pages/admin/console.css" ) -%]
[%- IF show_extended_description -%]

[%- '.description' | ml -%]

[%- END -%]

[%- '.description.reference' | ml( url = reference_url ) -%]

[%- commands -%]

[%- dw.form_auth -%] [%- form.textarea( label = dw.ml( ".entercommands" ) name = "commands" rows = 10 cols = 70 wrap = "soft" ) -%] [%- form.submit( value = dw.ml( ".execute" ) ) -%]