@box>
<@boxHeader title='#i18n{transparency.create_appointment.title}' />
<@boxBody>
<@tform name='create_appointment' action='jsp/admin/plugins/transparency/ManageAppointments.jsp'>
<@messages errors=errors />
<@formGroup labelKey='#i18n{transparency.create_appointment.labelTitle}' helpKey='#i18n{transparency.create_appointment.labelTitle.help}' mandatory=true>
<@input type='text' name='title' value='${appointment.title!\'\'}' />
@formGroup>
<@formGroup labelKey='#i18n{transparency.create_appointment.labelDescription}' helpKey='#i18n{transparency.create_appointment.labelDescription.help}' >
<@input type='text' name='description' value='${appointment.description!\'\'}' />
@formGroup>
<@formGroup labelKey='#i18n{transparency.create_appointment.labelStartDate}' helpKey='#i18n{transparency.create_appointment.labelStartDate.help}' mandatory=true>
<@input type='text' name='start_date' id='start_date' value='${appointment.startDate!\'\'}' />
@formGroup>
<@formGroup labelKey='#i18n{transparency.create_appointment.contactsLabel}' helpKey='#i18n{transparency.create_appointment.contactsLabel.help}' >
<@input type="text" name="contacts" value="${appointment.contacts!''}" />
@formGroup>
<@formGroup labelKey='#i18n{transparency.create_appointment.labelElectedOfficials}' helpKey='#i18n{transparency.create_appointment.labelElectedOfficials.help}' >
<@select name='id_elected_official' default_value="-1" items=electedofficials_list />
@formGroup>
<@formGroup labelKey='#i18n{transparency.create_appointment.labelLobby}' helpKey='#i18n{transparency.create_appointment.labelLobby.help}' >
<@input type='text' name='lobby_select' id='lobby_select' value='' />
@formGroup>
<@actionButtons button1Name="action_createAppointment" button2Name="view_manageAppointment"/>
@tform>
@boxBody>
@box>
<@getDatePickerBootstrap idField="start_date" language=.locale />