@row>
<@columns>
<@box color='info'>
<@boxHeader title='#i18n{portal.style.create_mode.boxTitle}' />
<@boxBody>
<@tform method='post' action='jsp/admin/style/DoCreateMode.jsp' name='create_mode'>
<@formGroup labelFor='mode_description' labelKey='#i18n{portal.style.create_mode.labelModeName}' mandatory=true>
<@input type='text' id='mode_description' name='mode_description' maxlength=50 />
@formGroup>
<@formGroup labelFor='mode_path' labelKey='#i18n{portal.style.create_mode.labelXslDirectory}' helpKey='#i18n{portal.style.create_mode.xslDirectorySampleMessage}' mandatory=true>
<@input type='text' id='mode_path' name='mode_path' maxlength=50 />
@formGroup>
<@formGroup>
<@button type='submit' buttonIcon='check' title='#i18n{portal.style.create_mode.buttonLabelCreate}' size='' />
<@aButton href='jsp/admin/style/ManageModes.jsp' buttonIcon='times' title='#i18n{portal.util.labelCancel}' size='' color='btn-secondary' />
@formGroup>
@tform>
@boxBody>
@box>
@columns>
@row>