|
<{section name=hour loop=24 start=0 step=1}>
<{assign var=hour value=$smarty.section.hour.index}>
<{$lang.reservation_time_format|smarty:nodefaults|sprintf:$hour}>
|
<{/section}>
<{foreach name="location_list" key="location_id" item="location" from=$action.location_list}>
<{if ($action.reserve_data.$location_id.$view_date) }>
<{include file="reservation_view_main_list_location.html"}>
<{else}>
<{/if}>
|
<{/foreach}>
|
<{foreach name="location_list" key="location_id" item="location" from=$action.location_list}>
<{if ($smarty.foreach.location_list.first) }>
<{assign var=first_location_id value=$location_id}>
<{/if}>
|
<{include file="reservation_main_addreserve.html" view_date=$view_date location_id=$location_id hour=""}>
|
<{/foreach}>
|
<{include file="reservation_main_swicth_display_type.html" display_type=$smarty.const.RESERVATION_DEF_LOCATION}>