diff --git a/src/routes/idaa/(idaa)/archives/[archive_id]/del +layout.svelte b/src/routes/idaa/(idaa)/archives/[archive_id]/del +layout.svelte deleted file mode 100644 index e69de29b..00000000 diff --git a/src/routes/idaa/(idaa)/bb/del 0_posts__main.svelte b/src/routes/idaa/(idaa)/bb/del 0_posts__main.svelte deleted file mode 100644 index 0ff02fcd..00000000 --- a/src/routes/idaa/(idaa)/bb/del 0_posts__main.svelte +++ /dev/null @@ -1,697 +0,0 @@ - - - -
- - -
-

- Novi: {$idaa_loc.novi_full_name} - - ( - {$idaa_loc.novi_email} - {#if $ae_loc.administrator_access} - Administrator - {:else if $ae_loc.trusted_access} - Trusted - {/if} - UUID: {$idaa_loc.novi_uuid} - ) - -

- -
- -{#if $idaa_loc.bb.show_main__options} -
- - {#if $ae_loc.trusted_access && $idaa_loc.bb.hidden == 'not_hidden'} - - {:else if $ae_loc.trusted_access && $idaa_loc.bb.hidden == 'all'} - - {/if} - - {#if $ae_loc.administrator_access} - {#if $idaa_loc.bb.enabled == 'enabled'} - - {:else} - - {/if} - {/if} - - - -
-{/if} - -{#if $idaa_loc.bb.show_list__post_obj_li} -
-{#if $slct.post_obj_li} - -{#each $slct.post_obj_li as idaa_post_obj, index} -
-
-

- {@html idaa_post_obj.title} - {#if idaa_post_obj.topic_id} {idaa_post_obj.topic_name}{/if} -

-
- - {#if idaa_post_obj.content}
{@html idaa_post_obj.content}
{/if} - -
- - - {#if $ae_loc.trusted_access || idaa_post_obj.external_person_id === $idaa_loc.novi_uuid || idaa_post_obj.email === $idaa_loc.novi_email} - - {/if} - - - -
- - - -
-{/each} - -{:else} - No posts found at this time -{/if} -
-{/if} - - -{#if $idaa_loc.bb.show_edit__post_id} - { - $idaa_loc.bb.show_main__options = true; - $idaa_loc.bb.show_list__post_obj_li = true; - $idaa_loc.bb.show_edit__post_id = false; - // $idaa_loc.bb.show_view__post_id = false; - - const url = new URL(location); - url.searchParams.delete('post_id'); - history.pushState({}, '', url); - - let message = {'post_id': null}; - window.parent.postMessage(message, "*"); - }} - on:report__modal_dimensions={ (event) => { - console.log('*** on:report__modal_dimensions ***'); - console.log(event.detail); - - $ae_app.modal_dimensions = event.detail.modal_dimensions; - }} - > - {@html ($slct.post_obj.title ? $slct.post_obj.title : 'New BB Post')} - - -
- -
-
-
-{/if} - - -{#if $idaa_loc.bb.show_view__post_id && $slct.post_obj} - { - $slct.post_comment_id = null; // NOTE: Reset in case the post comment was being edited. - $slct.post_comment_obj = {}; // NOTE: Reset in case the post comment was being edited. - $slct.post_comment_obj_li = []; - - $idaa_loc.bb.show_main__options = true; - $idaa_loc.bb.show_list__post_obj_li = true; - // $idaa_loc.bb.show_edit__post_id = false; - $idaa_loc.bb.show_view__post_id = false; - $idaa_loc.bb.show_edit__post_comment = false; - - const url = new URL(location); - url.searchParams.delete('post_id'); - history.pushState({}, '', url); - - let message = {'post_id': null}; - window.parent.postMessage(message, "*"); - }} - on:report__modal_dimensions={ (event) => { - console.log('*** on:report__modal_dimensions ***'); - console.log(event.detail); - - $ae_app.modal_dimensions = event.detail.modal_dimensions; - }} - > - {$slct.post_obj.title} - - - - - - - -{/if} - -
- - - diff --git a/src/routes/idaa/(idaa)/bb/del 10_edit__post_comment_obj.svelte b/src/routes/idaa/(idaa)/bb/del 10_edit__post_comment_obj.svelte deleted file mode 100644 index 0b05cca1..00000000 --- a/src/routes/idaa/(idaa)/bb/del 10_edit__post_comment_obj.svelte +++ /dev/null @@ -1,476 +0,0 @@ - - - -
- -
- - {#await update_post_comment_obj_promise} -
Saving...
- {:then} - {#if update_post_comment_obj_promise} -
Finished saving
- {:else} - - {/if} - {/await} - -

Post Comment

- - - - - -

Poster's Information

-
- Post as Anonymous -
- - -
-
- - -
-
- - - - - - {#if $ae_loc.trusted_access} - - {/if} - - - {#if $ae_loc.trusted_access} -
- -

- Admin Options - -

- - - - - - - - - - - {#if $ae_loc.administrator_access} - - {/if} - - - - - -
- {/if} - - -
- - - {#if $slct.post_comment_id} - {#if $ae_loc.administrator_access} - - {:else if $ae_loc.trusted_access} - - {:else} - - {/if} - {/if} -
- -
- - - -
- - - diff --git a/src/routes/idaa/(idaa)/bb/del 10_edit__post_obj.svelte b/src/routes/idaa/(idaa)/bb/del 10_edit__post_obj.svelte deleted file mode 100644 index afda6da4..00000000 --- a/src/routes/idaa/(idaa)/bb/del 10_edit__post_obj.svelte +++ /dev/null @@ -1,598 +0,0 @@ - - - -
- -
- - {#await update_post_obj_promise} -
Saving...
- {:then} - {#if update_post_obj_promise} -
Finished saving
- {:else} - - {/if} - {/await} - -

Post

- - - - - - - -

Poster's Information

-
- Post as Anonymous -
- - -
-
- - -
-
- - - - - - {#if $ae_loc.trusted_access} - - {/if} - - - - - - - - - {#if $ae_loc.trusted_access} -
- -

- Admin Options - -

- - - - - - - - - - - {#if $ae_loc.administrator_access} - - {/if} - - {#if $ae_loc.trusted_access} - - {/if} - - - -
- {/if} - - -
- - - {#if $slct.post_id} - {#if $ae_loc.administrator_access} - - {:else if $ae_loc.trusted_access} - - {:else} - - {/if} - {/if} -
- -
- -
- - - diff --git a/src/routes/idaa/(idaa)/recovery_meetings/del 0_events__main.svelte b/src/routes/idaa/(idaa)/recovery_meetings/del 0_events__main.svelte deleted file mode 100644 index 314e383a..00000000 --- a/src/routes/idaa/(idaa)/recovery_meetings/del 0_events__main.svelte +++ /dev/null @@ -1,835 +0,0 @@ - - - - - -
- - -
-

- Novi: {$idaa_loc.novi_full_name} - - ( - {$idaa_loc.novi_email} - {#if $ae_loc.administrator_access} - Administrator - {:else if $ae_loc.trusted_access} - Trusted - {/if} - UUID: {$idaa_loc.novi_uuid} - ) - -

- -
- - - -{#if $idaa_loc.recovery_meetings.show_main__options} -
- - - -
-{/if} - - -{#if $idaa_loc.recovery_meetings.show_list__event_obj_li} - -{/if} - - -{#if $idaa_loc.recovery_meetings.show_edit__event_obj} - - { - $idaa_loc.recovery_meetings.show_main__options = true; - $idaa_loc.recovery_meetings.show_list__event_obj_li = true; - $idaa_loc.recovery_meetings.show_edit__event_obj = false; - $idaa_loc.recovery_meetings.show_view__event_obj = false; - - const url = new URL(location); - url.searchParams.delete('event_id'); - history.pushState({}, '', url); - - let message = {'event_id': null}; - window.parent.postMessage(message, "*"); - }} - on:report__modal_dimensions={ (event) => { - console.log('*** on:report__modal_dimensions ***'); - console.log(event.detail); - - $ae_app.modal_dimensions = event.detail.modal_dimensions; - }} - > - {@html ($slct.event_obj.name ? $slct.event_obj.name : 'New Recovery Meeting')} - - - - - - - - -{/if} - - -{#if $idaa_loc.recovery_meetings.show_view__event_obj && $slct.event_obj} - - { - $slct.event_id = null; - $slct.event_obj = {}; - - $idaa_loc.recovery_meetings.show_main__options = true; - $idaa_loc.recovery_meetings.show_list__event_obj_li = true; - $idaa_loc.recovery_meetings.show_view__event_obj = false; - $idaa_loc.recovery_meetings.show_edit__event_obj = false; - - const url = new URL(location); - url.searchParams.delete('event_id'); - history.pushState({}, '', url); - - let message = {'event_id': null}; - window.parent.postMessage(message, "*"); - }} - on:report__modal_dimensions={ (event) => { - console.log('*** on:report__modal_dimensions ***'); - console.log(event.detail); - - $ae_app.modal_dimensions = event.detail.modal_dimensions; - }} - > - {@html $slct.event_obj.name} - - - - - - - - -{/if} - -
- - -