<@row> <@columns> <@box color='primary'> <@boxHeader title='#i18n{form.createExportFormat.title}' /> <@boxBody> <@tform action='jsp/admin/plugins/form/DoCreateExportFormat.jsp' params='enctype="multipart/form-data"'> <@formGroup labelFor='title' labelKey='#i18n{form.createExportFormat.labelTitle}' mandatory=true> <@input type='text' name='title' id='title' maxlength=20 value='' /> <@formGroup labelFor='description' labelKey='#i18n{form.createExportFormat.labelDescription}' mandatory=true> <@input type='text' name='description' id='description' maxlength=255 value='' /> <@formGroup labelFor='extension' labelKey='#i18n{form.createExportFormat.labelExtension}' mandatory=true> <@input type='text' id='extension' name='extension' maxlength=10 value='' /> <@formGroup labelFor='stylesheet_source' labelKey='#i18n{form.createExportFormat.labelXsl}' mandatory=true> <@input type='file' name='stylesheet_source' id='stylesheet_source' maxlength=100 /> <@formGroup> <@button type='submit' buttonIcon='save' title='#i18n{form.createExportFormat.buttonSave}' size='' /> <@button type='button' params='onclick="javascript:history.back();return false;"' buttonIcon='remove' title='#i18n{form.createExportFormat.buttonCancel}' color='btn-secondary' size='' />