<#include "/admin/plugins/appointment/commons.html" /> <@row> <@columns> <@box color='primary'> <@boxHeader title='#i18n{appointment.createEntry.titleQuestion} : ${form.title}' /> <@boxBody> <@tform action='jsp/admin/plugins/appointment/ManageAppointmentFormEntries.jsp' method='post'>
<#if entry.fieldDepend?exists> <@formGroup labelFor='title' labelKey='#i18n{appointment.labelTitle}' mandatory=true helpKey='#i18n{appointment.createEntry.labelTitleComment}'> <@input type='text' name='title' id='title' value='' maxlength=255 /> <@formGroup labelFor='help_message' labelKey='#i18n{appointment.createEntry.labelHelpMessage}' helpKey='#i18n{appointment.createEntry.labelHelpMessageComment}'> <@input type='textarea' name='help_message' id='help_message' rows=5 /> <@formGroup labelFor='comment' labelKey='#i18n{appointment.comment.name}'> <@input type='textarea' name='comment' rows=2 /> <@formGroup labelFor='type' labelKey='#i18n{appointment.createEntry.labelType}'> <@tag color='info' id='type'>${entry.entryType.title} <@formGroup labelFor='mandatory' labelKey='#i18n{appointment.createEntry.labelMandatory}'> <@checkBox name='mandatory' value='1' /> <@formGroup labelFor='only_display_in_back' labelKey='#i18n{appointment.createEntry.labelOnlyDisplayInBack}'> <@checkBox name='only_display_in_back' value='1' /> <@formGroup labelFor='width' labelKey='#i18n{appointment.createEntry.labelWidth}' mandatory=true> <@input type='text' name='width' id='width' value='255' /> <@formGroup labelFor='file_max_size' labelKey='#i18n{appointment.createEntry.labelFileMaxSize}' mandatory=true> <@input type='text' name='file_max_size' id='file_max_size' value='' /> <@formGroup labelFor='max_files' labelKey='#i18n{appointment.createEntry.labelMaxFiles}' mandatory=true> <@input type='text' name='max_files' id='file_max_size' value='' inputSize=2 maxlength=2 /> <@formGroup labelFor='css_class' labelKey='#i18n{appointment.createEntry.labelCSSClass}' helpKey='#i18n{appointment.createEntry.labelCSSClassComment}'> <@input type='text' name='css_class' value='' maxlength=255 /> <@formGroup> <@button type='submit' name='save' buttonIcon='save' title='#i18n{appointment.labelSave}' size='' /> <@button type='submit' name='apply' buttonIcon='check' title='#i18n{appointment.createEntry.buttonApplyAndManageVerification}' size='' /> <@button type='button' name='cancel' buttonIcon='times' title='#i18n{appointment.labelCancel}' params='onclick="javascript:window.history.back();"' color='btn-secondary' size='' />
<#include "/admin/util/editor/editor.html" /> <@initEditor />