{strip}>
<{$lang.reservation_location_name|smarty:nodefaults}> |
<{$action.location.location_name}>
<{if ($smarty.session._user_auth_id == _AUTH_ADMIN && $action.location.duplication_flag == _ON) }>
<{$lang.reservation_duplication_flag|smarty:nodefaults}>
<{/if}>
<{if ($smarty.session._user_auth_id == _AUTH_ADMIN && $action.location.use_private_flag == _ON) }>
<{$lang.reservation_use_private_flag|smarty:nodefaults}>
<{/if}>
|
---|---|
<{$lang.reservation_time_table|smarty:nodefaults}> |
<{$action.location.time_table_str}>
<{assign var="start_time" value=$action.location.start_time_str}>
<{assign var="end_time" value=$action.location.end_time_str}>
<{$lang.reservation_time_range|smarty:nodefaults|sprintf:$start_time:$end_time}>
<{if ($smarty.session._timezone_offset != $action.location.timezone_offset) }>
<{$action.location.timezone_string}>
<{/if}>
|
<{$lang.reservation_add_authority|smarty:nodefaults}> | <{if ($action.location.add_authority >= _AUTH_CHIEF) }> <{$lang.reservation_authority|smarty:nodefaults|sprintf:$smarty.const._AUTH_CHIEF_NAME}> <{elseif ($action.location.add_authority >= _AUTH_MODERATE) }> <{$lang.reservation_authority|smarty:nodefaults|sprintf:$smarty.const._AUTH_MODERATE_NAME}> <{elseif ($action.location.add_authority >= _AUTH_GENERAL) }> <{$lang.reservation_authority|smarty:nodefaults|sprintf:$smarty.const._AUTH_GENERAL_NAME}> <{/if}> |
<{$lang.reservation_category|smarty:nodefaults}> | <{if ($action.location.category_name == "") }> <{$lang.reservation_no_category|smarty:nodefaults}> <{else}> <{$action.location.category_name}> <{/if}> |
<{$lang.reservation_room_select|smarty:nodefaults}> |
<{if ($action.location.allroom_flag == _ON) }>
<{$lang.reservation_allroom_flag|smarty:nodefaults}>
<{elseif ($action.select_rooms) }>
<{assign var="next_thread_num" value=0}>
<{assign var="next_parent_id" value=0}>
<{assign var="room_list" value=$action.room_arr.$next_thread_num.$next_parent_id}>
<{include file="./reservation_view_recursive_room.html" next_thread_num=$next_thread_num next_parent_id=$next_parent_id room_list=$room_list}>
<{/if}>
|
<{$lang.reservation_contact|smarty:nodefaults}> | <{$action.location.contact}> |
<{$action.location.description|smarty:nodefaults|wysiwig_convert_url}> |