@box>
<@boxHeader title='#i18n{transparency.manage_appointment.title}' boxTools=true>
<@tform class='form-inline pull-right' name='manage_appointment' action='jsp/admin/plugins/transparency/ManageAppointments.jsp'>
<@button type='submit' name='view_createAppointment' buttonIcon='plus' title='#i18n{transparency.manage_appointments.buttonAdd}' />
@tform>
<@tform class='form-inline pull-right' name='manage_appointment' action='jsp/admin/plugins/transparency/ExportAppointments.jsp'>
<@button type='submit' name='action_exportAppointment' buttonIcon='save' title='#i18n{transparency.manage_appointments.buttonExport}' />
@tform>
@boxHeader>
<@boxBody>
<@messages infos=infos />
<@paginationAdmin paginator=paginator combo=1 />
<@table>
#i18n{transparency.manage_appointments.columnTitle} |
#i18n{transparency.manage_appointments.columnElectedOfficials} |
#i18n{transparency.manage_appointments.columnLobbies} |
#i18n{transparency.manage_appointments.columnStartDate} |
#i18n{transparency.manage_appointments.columnTypeLabel} |
#i18n{transparency.manage_appointments.columnContacts} |
#i18n{portal.util.labelActions} |
<@tableHeadBodySeparator />
<#list appointment_list as appointment >
${appointment.title}
${appointment.description}
|
<#list appointment.electedOfficialList as electedOfficial>
${electedOfficial.lastName}
#list>
|
<#list appointment.lobbyList as lobby>
${lobby.name}
#list>
|
${appointment.startDate}
|
${appointment.typeLabel!''}
|
${appointment.contacts!''}
|
<@aButton href='jsp/admin/plugins/transparency/ManageAppointments.jsp?view=modifyAppointment&id=${appointment.id}' title='#i18n{portal.util.labelModify}' buttonIcon='pencil' showTitle=false />
<@aButton href='jsp/admin/plugins/transparency/ManageAppointments.jsp?action=confirmRemoveAppointment&id=${appointment.id}' title='#i18n{portal.util.labelDelete}' buttonIcon='trash' color='btn-danger' showTitle=false />
|
#list>
@table>
<@paginationAdmin paginator=paginator />
@boxBody>
@box>