<@row> <@columns> <@box color='info'> <@boxHeader title='#i18n{portal.style.create_stylesheet.title}' /> <@boxBody> <@tform method='post' action='jsp/admin/style/DoCreateStyleSheet.jsp' params='enctype="multipart/form-data"' name='create_stylesheet'> <@input type='hidden' name='token' value='${token}' /> <@formGroup labelKey='#i18n{portal.style.create_stylesheet.labelName}' labelFor='stylesheet_name' mandatory=true> <@input type='text' name='stylesheet_name' id='stylesheet_name' maxlength=255 /> <@formGroup labelKey='#i18n{portal.style.create_stylesheet.labelFilename}' labelFor='stylesheet_source' mandatory=true> <@input type='file' name='stylesheet_source' id='stylesheet_source' /> <@formGroup labelKey='#i18n{portal.style.create_stylesheet.labelStyle}' labelFor='styles' mandatory=true> <@select name='styles' default_value='0' items=style_list /> <@formGroup labelKey='#i18n{portal.style.create_stylesheet.labelMode}' labelFor='mode_stylesheet' mandatory=true> <@select name='mode_stylesheet' default_value='${mode_id}' items=mode_list sort=true /> <@formGroup> <@button type='submit' buttonIcon='plus' title='#i18n{portal.style.create_stylesheet.buttonCreate}' size='' /> <@aButton href='jsp/admin/style/ManageStyleSheets.jsp' buttonIcon='times' title='#i18n{portal.admin.message.buttonCancel}' size='' color='secondary' />