@row>
<@columns>
<@messages infos=infos />
#i18n{transparency.manage_public_appointments.title}
@columns>
@row>
<@row>
<@columns>
<@tform class="form-horizontal" method="post" name="form_search_appointment" action="jsp/site/Portal.jsp?page=publicmeeting">
<@messages errors=errors />
<@formGroup labelKey='#i18n{transparency.manage_appointments.searchByTitleLabel}' helpKey='#i18n{transparency.manage_appointments.searchByTitleLabel.help}' >
<@input type='text' name='search_title' id='search_title' value='' />
@formGroup>
<@formGroup labelKey='#i18n{transparency.manage_appointments.searchByPeriodLabel}' helpKey='#i18n{transparency.manage_appointments.searchByPeriodLabel.help}' >
@formGroup>
<@formGroup labelKey='#i18n{transparency.manage_appointments.searchByElectedOfficialNameLabel}' helpKey='#i18n{transparency.manage_appointments.searchByElectedOfficialNameLabel.help}' >
<@input type='text' name='search_elected_official' id='search_elected_official' value='' />
@formGroup>
<@formGroup labelKey='#i18n{transparency.manage_appointments.searchByLobbyNameLabel}' helpKey='#i18n{transparency.manage_appointments.searchByLobbyNameLabel.help}' >
<@input type='text' name='search_lobby' id='search_lobby' value='' />
@formGroup>
<@formGroup>
<@button type="submit" name="action_searchAppointment" title="#i18n{portal.site.page_menu_tools.labelSearch}" buttonIcon="search" size='sm' />
@formGroup>
@tform>
@columns>
@row>
<@row params='style="margin-top:50px;"'>
<@columns>
#i18n{transparency.manage_appointments.columnTitle} |
#i18n{transparency.manage_appointments.columnStartDate}
<@sort jsp_url="jsp/site/Portal.jsp?page=publicmeeting" attribute="start_date" />
|
#i18n{transparency.manage_appointments.columnElectedOfficials} |
#i18n{transparency.manage_appointments.columnLobbies} |
#i18n{transparency.manage_appointments.columnContacts} |
<#list appointment_list as appointment >
${appointment.title}
|
${appointment.startDate} |
<#list appointment.electedOfficialList as electedOfficial>
${electedOfficial.lastName}
#list>
|
<#list appointment.lobbyList as lobby>
<#if lobby.nationalId??>
${lobby.name}
<#else>
${lobby.name}
#if>
#list>
|
${appointment.contacts!''} |
#list>
@columns>
@row>