<@row> <@columns> <@box color='info'> <@boxHeader title='#i18n{portal.style.create_page_template.boxTitle}' /> <@boxBody> <@tform method='post' name='create_page_template' params='enctype="multipart/form-data"' action='jsp/admin/style/DoCreatePageTemplate.jsp'> <@formGroup labelKey='#i18n{portal.style.create_page_template.labelDescription}' labelFor='page_template_description' mandatory=true> <@input type='text' name='page_template_description' id='page_template_description' maxlength=50 /> <@formGroup labelKey='#i18n{portal.style.create_page_template.labelFile}' labelFor='page_template_file' mandatory=true> <@input type='file' name='page_template_file' id='page_template_file' /> <@formGroup labelKey='#i18n{portal.style.create_page_template.labelPicture}' labelFor='page_template_picture' mandatory=true> <@input type='file' name='page_template_picture' id='page_template_picture' /> <@formGroup> <@button type='submit' buttonIcon='check' title='#i18n{portal.style.create_mode.buttonLabelCreate}' size='' /> <@aButton href='jsp/admin/style/ManagePageTemplates.jsp' buttonIcon='times' title='#i18n{portal.util.labelCancel}' size='' color='btn-secondary' />