General clean up for CHOW.
This commit is contained in:
@@ -326,12 +326,12 @@ async function handle_load_ae_obj_id__sponsorship({sponsorship_id, try_cache=fal
|
||||
</script>
|
||||
|
||||
|
||||
<section class="container h-full mx-auto items-center">
|
||||
<section class="ae_sponsorships md:container h-full mx-auto">
|
||||
<div class="space-y-10 flex flex-col">
|
||||
|
||||
<h1 class="h1 text-center">
|
||||
<!-- Æ - Sponsorships -->
|
||||
Sponsor Hub
|
||||
Sponsors Hub
|
||||
</h1>
|
||||
<section>
|
||||
<button
|
||||
|
||||
@@ -1468,7 +1468,7 @@ async function handle_update__sponsorship({
|
||||
</div>
|
||||
|
||||
<div class="space-y-2">
|
||||
<span class="input_required">Would you like a table top exhibit at CHOW?</span>
|
||||
<div class="font-bold input_required">Would you like a table top exhibit at CHOW?</div>
|
||||
<label class="flex items-center space-x-2">
|
||||
<input
|
||||
class="radio variant-glass-warning"
|
||||
@@ -1495,7 +1495,7 @@ async function handle_update__sponsorship({
|
||||
</div>
|
||||
|
||||
<div class="space-y-2">
|
||||
Do you require power for your table top booth?
|
||||
<div class="font-bold">Do you require power for your table top booth?</div>
|
||||
<label class="flex items-center space-x-2">
|
||||
<input
|
||||
class="radio"
|
||||
@@ -1546,7 +1546,7 @@ async function handle_update__sponsorship({
|
||||
<h2 class="h3">Session Information</h2>
|
||||
|
||||
<fieldset
|
||||
class="mb-8"
|
||||
class="mb-8 space-y-4"
|
||||
class:hidden={$slct.sponsorship_obj.level_num < 4}
|
||||
>
|
||||
<legend class="legend">Plenary Session</legend>
|
||||
@@ -1554,9 +1554,9 @@ async function handle_update__sponsorship({
|
||||
<div class="text-sm space-y-4">
|
||||
<p>Plenary sessions are available on a limited basis.</p>
|
||||
|
||||
<p>If you select "Yes", our CHOW Manager, TBD will review your selection and be in touch with more details.</p>
|
||||
<p>If you select "Yes", our CHOW Manager, Shannon Colbert will review your selection and be in touch with more details.</p>
|
||||
</div>
|
||||
<div>Are you interested in hosting a CHOW plenary session?</div>
|
||||
<div class="font-bold">Are you interested in hosting a CHOW plenary session?</div>
|
||||
<div class="space-y-2">
|
||||
<label class="flex items-center space-x-2">
|
||||
<input
|
||||
@@ -1583,14 +1583,13 @@ async function handle_update__sponsorship({
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="space-y-4">
|
||||
<div class="text-sm space-y-4">
|
||||
<p>As a Plenary Session Sponsor, you will have the opportunity to provide opening remarks during a CHOW plenary session. Opening remarks are typically between 3-5 minutes. Please contact TBD to confirm your plenary session and discuss logistics.</p>
|
||||
<p class="text-sm">If you select "Yes", our CHOW Manager, TBD will review your selection and be in touch with more details.</p>
|
||||
<p>As a Plenary Session Sponsor, you will have the opportunity to provide opening remarks during a CHOW plenary session. Opening remarks are typically between 3-5 minutes. Please contact Shannon Colbert to confirm your plenary session and discuss logistics.</p>
|
||||
<p class="text-sm">If you select "Yes", our CHOW Manager, Shannon Colbert will review your selection and be in touch with more details.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div>Are you interested in hosting the CHOW 2024 Opening Plenary Session?</div>
|
||||
<div class="font-bold">Are you interested in hosting the CHOW 2024 Opening Remarks at a Plenary Session?</div>
|
||||
<div class="space-y-2">
|
||||
<label class="flex items-center space-x-2">
|
||||
<input
|
||||
@@ -1620,7 +1619,7 @@ async function handle_update__sponsorship({
|
||||
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="mb-8">
|
||||
<fieldset class="mb-8 space-y-2">
|
||||
<legend class="legend">Virtual Session</legend>
|
||||
|
||||
<div class="text-sm space-y-4">
|
||||
@@ -1628,9 +1627,9 @@ async function handle_update__sponsorship({
|
||||
|
||||
<p>Virtual sessions are available on a limited basis.</p>
|
||||
|
||||
<p>If you select "Yes", our CHOW Manager, TBD will review your selection and be in touch with more details. Once confirmed, a draft session form must be submitted by TBD DATE and a final session form must be submitted no later than TBD DATE.</p>
|
||||
<p>If you select "Yes", our CHOW Manager, Shannon Colbert will review your selection and be in touch with more details. Once confirmed, a draft session form must be submitted by Thursday, April 13 and a final session form must be submitted no later than Thursday, May 4.</p>
|
||||
</div>
|
||||
<div>Are you interested in hosting a CHOW virtual session?</div>
|
||||
<div class="font-bold">Are you interested in hosting a CHOW virtual session?</div>
|
||||
<div class="space-y-2">
|
||||
<label class="flex items-center space-x-2">
|
||||
<input
|
||||
@@ -1857,9 +1856,9 @@ async function handle_update__sponsorship({
|
||||
|
||||
<section class="gala_guests">
|
||||
|
||||
<h2 class="h3">Gala Guests</h2>
|
||||
<h2 class="h3">Ocean Awards Gala Guests</h2>
|
||||
<div class="text-sm space-y-4">
|
||||
<p>These are the guests that will be attending the gala. The maximum number is based on your currently selected sponsorship level.</p>
|
||||
<p>These are the guests that will be attending the Ocean Awards Gala. The maximum number is based on your currently selected sponsorship level.</p>
|
||||
{#if $slct.sponsorship_obj.level_num == 0}
|
||||
<p class="variant-ghost-warning">Please select a sponsorship level before adding guests.</p>
|
||||
{:else}
|
||||
@@ -1993,7 +1992,7 @@ async function handle_update__sponsorship({
|
||||
</select>
|
||||
</label>
|
||||
<label for="guest_{index}_dietary" class="label max-w-64">
|
||||
<span class="text-sm">Dietary Restrictions</span>
|
||||
<span class="text-sm">Dietary Requirements</span>
|
||||
<select
|
||||
class="select text-xs"
|
||||
id="guest_{index}_dietary"
|
||||
@@ -2008,7 +2007,7 @@ async function handle_update__sponsorship({
|
||||
</select>
|
||||
</label>
|
||||
<label for="guest_{index}_comments" class="label max-w-64">
|
||||
Additional information
|
||||
<span class="text-sm">Additional information</span>
|
||||
<input
|
||||
type="text"
|
||||
class="input text-xs"
|
||||
|
||||
@@ -265,7 +265,7 @@ function handle_url_and_message(name: string, value: null|string) {
|
||||
|
||||
|
||||
<section
|
||||
class="container h-full mx-auto flex flex-col items-center space-y-4"
|
||||
class="ae_sponsorships md:container h-full mx-auto flex flex-col items-center space-y-4"
|
||||
>
|
||||
|
||||
{#if $ae_loc.ds.hub__page__sponsorships__create_info_header}
|
||||
|
||||
Reference in New Issue
Block a user