Trying to get to a good stopping point for the day.
This commit is contained in:
@@ -190,17 +190,22 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<section class="ae_section ae_options filters_and_search flex flex-col flex-wrap gap-1 my-2 p-2 border rounded-md items-center justify-center bg-gray-200 border-gray-300 dark:bg-gray-800 dark:border-gray-700">
|
<section
|
||||||
|
class="
|
||||||
<!-- <div class="ae_info recovery_meetings_info note">
|
ae_section ae_options filters_and_search flex flex-col flex-wrap gap-1 my-2 p-2 border rounded-md items-center justify-center bg-gray-200 border-gray-300 dark:bg-gray-800 dark:border-gray-700 d-flex align-items-center justify-content-center
|
||||||
{@html $idaa_loc.recovery_meetings.ds.recovery_meetings_info}
|
"
|
||||||
</div> -->
|
>
|
||||||
|
|
||||||
|
<!-- WARNING: Using m-auto to work in the Novi iframe -->
|
||||||
<form
|
<form
|
||||||
on:submit|preventDefault={() => {
|
on:submit|preventDefault={() => {
|
||||||
$idaa_trig.event_li_qry = true;
|
$idaa_trig.event_li_qry = true;
|
||||||
}}
|
}}
|
||||||
class="search_form flex flex-col flex-wrap gap-1 items-center justify-center w-full max-w-xl"
|
class="
|
||||||
|
search_form
|
||||||
|
flex flex-col flex-wrap gap-1 items-center justify-center w-full max-w-2xl
|
||||||
|
m-auto
|
||||||
|
"
|
||||||
>
|
>
|
||||||
|
|
||||||
<!-- <div class="ae_group">
|
<!-- <div class="ae_group">
|
||||||
@@ -212,7 +217,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
|
|||||||
bind:value={$idaa_loc.recovery_meetings.qry__fulltext_str}
|
bind:value={$idaa_loc.recovery_meetings.qry__fulltext_str}
|
||||||
>
|
>
|
||||||
</div> -->
|
</div> -->
|
||||||
<div class="ae_group flex flex-row flex-wrap gap-2 w-full items-center justify-center">
|
<div class="ae_group flex flex-row flex-wrap gap-2 w-full items-center justify-center border-b border-surface-300-700 p-1">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="novi_btn novi_smallest btn btn-sm preset-tonal-secondary border border-secondary-500 hover:preset-filled-secondary-500 transition-all *:hover:inline"
|
class="novi_btn novi_smallest btn btn-sm preset-tonal-secondary border border-secondary-500 hover:preset-filled-secondary-500 transition-all *:hover:inline"
|
||||||
@@ -260,7 +265,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<fieldset class="flex flex-row flex-wrap gap-4 w-full max-w-xl items-center justify-start">
|
<div class="flex flex-row flex-wrap gap-2 w-full max-w-xl items-center justify-start border-b border-surface-300-700 p-1">
|
||||||
<span class="text-sm font-semibold">
|
<span class="text-sm font-semibold">
|
||||||
Location?</span>
|
Location?</span>
|
||||||
<!-- <div class="ae_row ae_flex_justify_around ae_width_md"> -->
|
<!-- <div class="ae_row ae_flex_justify_around ae_width_md"> -->
|
||||||
@@ -285,21 +290,21 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
|
|||||||
>
|
>
|
||||||
</label>
|
</label>
|
||||||
<!-- </div> -->
|
<!-- </div> -->
|
||||||
</fieldset>
|
</div>
|
||||||
|
|
||||||
<fieldset class="flex flex-row flex-wrap gap-4 w-full max-w-xl items-center justify-start">
|
<div class="flex flex-row flex-wrap gap-2 w-full max-w-xl items-center justify-start border-b border-surface-300-700 p-1">
|
||||||
<div class="text-sm font-semibold">
|
<div class="text-sm font-semibold">
|
||||||
Type?
|
Type?
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="ae_row ae_flex_justify_around ae_width_100"> -->
|
<!-- <div class="ae_row ae_flex_justify_around ae_width_100"> -->
|
||||||
<label class="flex flex-row gap-1 items-center justify-center">All
|
<label class="flex flex-row flex-wrap gap-1 items-center justify-center">All
|
||||||
<input
|
<input
|
||||||
name="qry_type"
|
name="qry_type"
|
||||||
type="radio"
|
type="radio"
|
||||||
value=""
|
value=""
|
||||||
bind:group={$idaa_loc.recovery_meetings.qry__type}
|
bind:group={$idaa_loc.recovery_meetings.qry__type}
|
||||||
on:change={() => {$idaa_trig.event_li_qry = true;}}
|
on:change={() => {$idaa_trig.event_li_qry = true;}}
|
||||||
class="radio"
|
class="radio inline"
|
||||||
title="Show all meeting types"
|
title="Show all meeting types"
|
||||||
>
|
>
|
||||||
</label>
|
</label>
|
||||||
@@ -310,7 +315,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
|
|||||||
value="IDAA"
|
value="IDAA"
|
||||||
bind:group={$idaa_loc.recovery_meetings.qry__type}
|
bind:group={$idaa_loc.recovery_meetings.qry__type}
|
||||||
on:change={() => {$idaa_trig.event_li_qry = true;}}
|
on:change={() => {$idaa_trig.event_li_qry = true;}}
|
||||||
class="radio"
|
class="radio inline"
|
||||||
title="Open to IDAA members only"
|
title="Open to IDAA members only"
|
||||||
>
|
>
|
||||||
</label>
|
</label>
|
||||||
@@ -321,7 +326,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
|
|||||||
value="Caduceus"
|
value="Caduceus"
|
||||||
bind:group={$idaa_loc.recovery_meetings.qry__type}
|
bind:group={$idaa_loc.recovery_meetings.qry__type}
|
||||||
on:change={() => {$idaa_trig.event_li_qry = true;}}
|
on:change={() => {$idaa_trig.event_li_qry = true;}}
|
||||||
class="radio"
|
class="radio inline"
|
||||||
title="Open to all healthcare workers including those who do not qualify for IDAA"
|
title="Open to all healthcare workers including those who do not qualify for IDAA"
|
||||||
>
|
>
|
||||||
</label>
|
</label>
|
||||||
@@ -357,7 +362,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
|
|||||||
</label>
|
</label>
|
||||||
{/if} -->
|
{/if} -->
|
||||||
<!-- </div> -->
|
<!-- </div> -->
|
||||||
</fieldset>
|
</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
@@ -367,14 +372,14 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
|
|||||||
<div>Error: {error.message}</div>
|
<div>Error: {error.message}</div>
|
||||||
{/await} -->
|
{/await} -->
|
||||||
|
|
||||||
<div class="ae_group ae_row flex flex-row flex-wrap gap-2 w-full max-w-full items-center justify-center">
|
<div class="ae_group ae_row flex flex-row flex-wrap gap-2 w-full max-w-full items-center justify-center p-1">
|
||||||
|
|
||||||
<!-- Max events select options -->
|
<!-- Max events select options -->
|
||||||
<span
|
<span
|
||||||
class="flex flex-row gap-1 items-start justify-start"
|
class="flex flex-row gap-1 items-start justify-start p-1"
|
||||||
>
|
>
|
||||||
<label
|
<label
|
||||||
class="text-sm w-32 text-right"
|
class="text-sm font-semibold w-32 text-right mx-1"
|
||||||
for="qry_limit__events">
|
for="qry_limit__events">
|
||||||
Max results:
|
Max results:
|
||||||
</label>
|
</label>
|
||||||
@@ -414,7 +419,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
|
|||||||
class="flex flex-row gap-1 items-center justify-around"
|
class="flex flex-row gap-1 items-center justify-around"
|
||||||
> -->
|
> -->
|
||||||
<label
|
<label
|
||||||
class="text-sm w-32 text-right"
|
class="text-sm font-semibold w-32 text-right mx-1"
|
||||||
for="qry_order_by__events">
|
for="qry_order_by__events">
|
||||||
Sort by:
|
Sort by:
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user