{#if $lq__event_session_obj && $lq__event_session_obj.event_session_id_random}
{ if ($events_loc.launcher.time_format == 'time_12_short') { // $events_loc.launcher.datetime_format = 'datetime_long'; $events_loc.launcher.time_format = 'time_short'; $events_loc.launcher.time_hours = 24; } else { $events_loc.launcher.time_format = 'time_12_short'; // $events_loc.launcher.datetime_format = 'datetime_12_long'; $events_loc.launcher.time_hours = 12; } }} >
{ae_util.iso_datetime_formatter($lq__event_session_obj.start_datetime, 'week_long')}
{ae_util.iso_datetime_formatter($lq__event_session_obj.start_datetime, 'date_long_month_day')}
{ae_util.iso_datetime_formatter($lq__event_session_obj.start_datetime, $events_loc.launcher.time_format)}
– {ae_util.iso_datetime_formatter($lq__event_session_obj.end_datetime, $events_loc.launcher.time_format)}
{$lq__event_session_obj?.name} {#if $lq__event_session_obj?.code}
{$lq__event_session_obj?.code}
{/if}
{#if !$lq__event_session_obj?.file_count_all}
Warning
No files available show for this session.
{/if} {#if $lq__event_file_obj_li && $lq__event_file_obj_li.length}
Session Files: {#if $ae_loc.administrator_access} ({$lq__event_file_obj_li?.length}) {/if}
{#each $lq__event_file_obj_li as event_file_obj, index}
{ // ae_promises[event_file_obj.event_file_id_random] ae_promises[event_file_obj.event_file_id_random] = api.download_hosted_file({ api_cfg: $ae_api, hosted_file_id: event_file_obj.hosted_file_id_random, return_file: true, filename: event_file_obj.filename, auto_download: true, log_lvl: 0 }); // window.postMessage({ type: 'download_event_file', event_file_id: event_file_obj.event_file_id_random, filename: event_file_obj.filename, auto_download: true }, '*'); }} class="btn btn-sm lg:btn-md preset-tonal-secondary hover:preset-filled-primary-500 min-w-72 lg:min-w-96" title={`Download this file:\n${event_file_obj.filename}\n[API] SHA256: ${event_file_obj.hash_sha256.slice(0, 10)}... Hosted ID: ${event_file_obj.hosted_file_id_random} Event File ID: ${event_file_obj.event_file_id_random}`} > {#await ae_promises[event_file_obj.event_file_id_random]}
Downloading {#if $ae_sess.api_download_kv[event_file_obj.hosted_file_id_random]} {$ae_sess.api_download_kv[event_file_obj.hosted_file_id_random].percent_completed}% {/if} :
{:then}
{/await}
{ae_util.shorten_filename({filename: event_file_obj.filename, max_length: 30})}
{event_file_obj.file_purpose}
{/each}
{/if}
{#if $lq__event_presentation_obj_li}
{#if $lq__event_session_obj.type_code == 'poster'}
Posters: {:else}
Presentations: {/if} {#if $ae_loc.administrator_access} ({$lq__event_presentation_obj_li?.length}) {/if}
{#each $lq__event_presentation_obj_li as event_presentation_obj}
{#if event_presentation_obj?.start_datetime}
{ae_util.iso_datetime_formatter(event_presentation_obj?.start_datetime, 'time_12_short_no_leading')}
{/if}
{event_presentation_obj?.name}
{#if $lq__event_presenter_obj_li && $lq__event_presenter_obj_li.length}
{#each $lq__event_presenter_obj_li as event_presenter_obj, index} {#if event_presenter_obj.event_presentation_id_random == event_presentation_obj.event_presentation_id_random}
{#if $lq__event_session_obj.type_code == 'poster'}
{:else}
{/if}
{/if} {/each}
{:else}
No presenters to display
{/if}
{/each}
{:else}
No presentations available to display.
{/if}
{:else}
No session selected {/if}