Following text changes.
Select More -> Register for more events
Check Out -> Continue to Registration Details
View Cart -> View Current Events in list
<link type="text/css" rel="stylesheet" HREF="{base_secure_url}Toolkit/Registrations/front-end/Views/override.css">
<!--{/if:haveStylesheetOverride}-->
-
+
<!--{if:categories_on_intro_page=NO}-->
<!--{if:admin_user=YES}-->
<div class="adminUser">
<b>{word_Registration} being entered by Admin User</b>
</div>
<!--{/if:admin_user}-->
-<!--{/if:categories_on_intro_page}-->
+<!--{/if:categories_on_intro_page}-->
<div id="regPageTopText">
<!--{if:doingCategorySelection=YES}-->
<p>{regCatPageText}</p>
</ul>
</div>
<!--{/if:have_reason}-->
-
+
<!--{if:have_registered_users=YES}-->
<!--{if:haveUser=YES}-->
<hr>
<p>
<b>Current Registered User: </b>{userFname} {userLname} <a href="{base_secure_url}?catid={category_id}{preview}&logout=YES">(not me or log me out)</a>
- <!--{if:userIsMember=YES}--><br>(A {customer_long_name} member)<!--{/if:userIsMember}-->
+ <!--{if:userIsMember=YES}--><br>(A {customer_long_name} member)<!--{/if:userIsMember}-->
</p>
<!--{/if:haveUser}-->
<!--{else:have_registered_users}
<!--{/if:haveUser}-->
<!--{/if:have_members}-->
{/if:have_registered_users}-->
-
+
<!--{/if:extending_step0}-->
-
+
<!--{if:select_by_code=YES}-->
<form action="{base_secure_url}?catid={category_id}{preview}" method="POST">
<input type="hidden" name="Action" value="Step2">
<input type="hidden" name="todo" value="0">
<p>
- If you know your {word_Event} code:
+ If you know your {word_Event} code:
<input type="text" name="requested_event_code">
<input type="submit" value="Find {word_Event} by Code">
</p>
<input type="hidden" name="Action" value="Step2">
<h3>Select {word_category} of {word_Event} or search by month.</h3>
<p>
- Select Month:
+ Select Month:
<select name="event_month">
<!--{list:Months}-->
<option value="{start_of_month}">{name_of_month}</option>
- <!--{/list:Months}-->
+ <!--{/list:Months}-->
</select>
<button name="todo" value="0">Find {word_Event} For Selected Month</button>
</p>
</div>
<!--{/if:select_by_month}-->
<!--{/if:haveMonths}-->
-
+
<!--{if:have_picklists=YES}-->
<div class="regItem">
<form action="{base_secure_url}?catid={category_id}{preview}" method="POST">
<h3>Select from the following</h3>
<p>
<!--{if:doing_main_categories=YES}-->
- {word_Category}:
+ {word_Category}:
<select id="todo" name="todo" onChange="buildSub();">
<option value="0">(select a {word_category})</option>
<!--{list:picklists}-->
<!--{/list:picklists}-->
</select>
<!--{/if:doing_main_categories}-->
- <!--{if:doing_sub_categories=YES}-->
+ <!--{if:doing_sub_categories=YES}-->
<br>
{word_SubCategory}:
<select id="subcat" name="subcat"></select>
</form>
</div>
- <!--{if:doing_sub_categories=YES}-->
+ <!--{if:doing_sub_categories=YES}-->
<script>
var catData = {
<!--{list:picklists}-->
- {todo_id}: {
+ {todo_id}: {
<!--{list:subcats}-->
{cat_id}: {
- 'cat_id': '{cat_id}',
+ 'cat_id': '{cat_id}',
'cat_name': '{cat_name}'
},
<!--{/list:subcats}-->
var s = document.getElementById("subcat");
s.options.length = 0;
-
- for (var key in catData[v])
+
+ for (var key in catData[v])
{
var d = catData[v][key];
s.options.add(new Option(d['cat_name'], d['cat_id']));
- }
+ }
}
</script>
<!--{/if:doing_sub_categories}-->
<div>
<!--{if:display_only_mode=NO}-->
<!--{if:haveCart=YES}-->
- <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step4" class="button showcart"><span>View Cart</span></a>
- <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step5" class="button checkout"><span>Check Out</span></a>
+ <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step4" class="button showcart"><span>View Current Events in list</span></a>
+ <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step5" class="button checkout"><span>Continue to Registration Details</span></a>
<!--{/if:haveCart}-->
<!--{/if:display_only_mode}-->
</div>
<hr style="clear: both;">
-
+
<!--{if:select_by_default=YES}-->
- <!--{if:selection=CATEGORY}-->
+ <!--{if:selection=CATEGORY}-->
<!--{list:catlist}-->
<div class="regItem">
<!--{if:doing_sub_categories=YES}-->
<img src="{image_midsized}{image}" alt="" class="regImage">
<!--{/if:have_image}-->
{descr}<br clear="all">
-
+
<!--{if:have_events=YES}-->
<!--{list:events}-->
- <div class="regListItem">
+ <div class="regListItem">
<!--{if:show_event_button=YES}-->
<a href="{base_secure_url}?catid={category_id}{preview}&Action=Step3&event_id={reg_id}" class="button booknow" style="float: right;"><span>{title_select_event_button}</span></a>
<!--{/if:show_event_button}-->
<tr>
<th align="left" valign="top">Cost: </th>
<td>
-
+
<!--{if:free=YES}-->
No Charge
<!--{else:free}
<br>
<!--{/list:reg_rates}-->
<!--{/if:show_rates_type}-->
-
+
<!--{if:show_rates_type=from}-->
Starting at: {from_rate}
<!--{/if:show_rates_type}-->
<br>
<!--{/list:reg_rates}-->
<!--{/if:show_rates_type}-->
-
+
<!--{if:show_rates_type=from}-->
Starting at: {from_rate}
<!--{/if:show_rates_type}-->
{/if:free}-->
-
+
</td>
</tr>
<!--{/if:reg_have_rates}-->
</div>
<!--{/list:events}-->
<!--{/if:have_events}-->
-
+
</div>
<hr class="regItemHR">
<!--{/list:catlist}-->
- <!--{else:selection}
+ <!--{else:selection}
<!--{list:catlist}-->
<div class="regItem">
<tr>
<th align="left" valign="top">Cost: </th>
<td>
-
-
+
+
<!--{if:free=YES}-->
No Charge
<!--{else:free}
<br>
<!--{/list:reg_rates}-->
<!--{/if:show_rates_type}-->
-
+
<!--{if:show_rates_type=from}-->
Starting at: {from_rate}
<!--{/if:show_rates_type}-->
{/if:free}-->
-
+
</td>
</tr>
<!--{/if:reg_have_rates}-->
<tr>
<th align="left" valign="top">Cost: </th>
<td>
-
+
<!--{if:free=YES}-->
No Charge
<!--{else:free}
<br>
<!--{/list:reg_rates}-->
<!--{/if:show_rates_type}-->
-
+
<!--{if:show_rates_type=from}-->
Starting at: {from_rate}
<!--{/if:show_rates_type}-->
{/if:free}-->
-
+
</td>
</tr>
<!--{/if:reg_have_rates}-->
</div>
<!--{/list:events}-->
<!--{/if:have_events}-->
-
+
</div>
<hr class="regItemHR">
<!--{/list:catlist}-->
-
+
{/if:selection}-->
-
+
<!--{/if:select_by_default}-->
-
+
<!-- <h3>Sorry, there are no {word_events} currently listed.</h3> -->
-
-
+
+
<!--{if:haveRegTerms=YES}-->
<p> </p>
-<h3>Terms and Conditions</h3>
+<h3>Terms and Conditions</h3>
{regTerms}
<!--{/if:haveRegTerms}-->
</div>
<div id="regPageTopText">
<p>{regSelectPageText}</p>
</div>
-
+
<!--{if:haveUser=YES}-->
<hr>
<p>
<b>Current Registered User: </b>{userFname} {userLname} <a href="{base_secure_url}?catid={category_id}{preview}&logout=YES">(not me or log me out)</a>
- <!--{if:userIsMember=YES}--><br>(A {customer_long_name} member)<!--{/if:userIsMember}-->
+ <!--{if:userIsMember=YES}--><br>(A {customer_long_name} member)<!--{/if:userIsMember}-->
</p>
<!--{/if:haveUser}-->
<!--{/if:have_search_request}-->
<!--{/if:static_page}-->
<!--{if:doing_main_categories=YES}-->
- <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step1" class="button selectmore"><span>Select More</span></a>
+ <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step1" class="button selectmore"><span>Register for more Events</span></a>
<!--{/if:doing_main_categories}-->
-<!--{if:display_only_mode=NO}-->
+<!--{if:display_only_mode=NO}-->
<!--{if:haveCart=YES}-->
- <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step4" class="button showcart"><span>View Cart</span></a>
- <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step5" class="button checkout"><span>Check Out</span></a>
+ <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step4" class="button showcart"><span>View Current Events in list</span></a>
+ <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step5" class="button checkout"><span>Continue to Registration Details</span></a>
<!--{/if:haveCart}-->
<!--{/if:display_only_mode}-->
<!--{if:special_bulletin}-->
<p>{special_bulletin}</p>
<!--{/if:special_bulletin}-->
-
+
<hr>
<!--{if:have_registrations=TRUE}-->
<!--{list:RegistrationList}-->
-
+
<!--{if:too_late}-->
<h2>{name}</h2>
<p>Too late for on-line {word_registration}. - Please call.</p>
<!--{else:too_late}
- <!--{if:limited=YES}-->
+ <!--{if:limited=YES}-->
<!--{if:full=YES}-->
<h2>{name}</h2>
- <p>Sorry, currently sold out.</p>
+ <p>Sorry, currently sold out.</p>
<!--{else:full}
<!--{if:show_event_button=YES}-->
<a href="{base_secure_url}?catid={category_id}{preview}&Action=Step3&event_id={id}&page_title={page_title_enc}" class="button booknow"><span>{title_select_event_button}</span></a>
<!--{if:reg_descr}--><p>{reg_short_descr}</p><!--{/if:reg_descr}-->
<table border="0" cellspacing="0" cellpadding="0">
- <!--{if:show_event_detail=YES}-->
+ <!--{if:show_event_detail=YES}-->
<!--{if:show_event_codes=YES}--><tr><th align="left" valign="top">{word_Event} Code: </th><td>{reg_code}</td></tr><!--{/if:show_event_codes}-->
<!--{if:reg_have_attr=YES}-->
<tr>
<tr>
<th align="left" valign="top">Cost: </th>
<td>
-
+
<!--{if:show_rates_type=detail}-->
<!--{list:reg_rates}-->
{reg_rate} <!--{if:reg_have_base=YES}-->{reg_base}<!--{/if:reg_have_base}-->
<br>
<!--{/list:reg_rates}-->
<!--{/if:show_rates_type}-->
-
+
<!--{if:show_rates_type=from}-->
Starting at: {from_rate}
<!--{/if:show_rates_type}-->
-
+
</td>
</tr>
<!--{/if:reg_have_rates}-->
<!--{/if:show_rates_in_event_lists}-->
- <!--{/if:show_event_detail}-->
+ <!--{/if:show_event_detail}-->
<!--{if:limited}-->
<!--{if:full=YES}-->
<tr><th valign="top"><nobr>{word_Attendees}:</nobr> </th><td>{attendee_max} {word_attendees}. Currently sold out.</td></tr>
<h2>{name}</h2>
<p>Too late for on-line {word_registration}. - Please call.</p>
<!--{else:too_late}
- <!--{if:limited=YES}-->
+ <!--{if:limited=YES}-->
<!--{if:full=YES}-->
<h2>{name}</h2>
- <p>Sorry, currently sold out.</p>
+ <p>Sorry, currently sold out.</p>
<!--{else:full}
<!--{if:show_event_button=YES}-->
<a href="{base_secure_url}?catid={category_id}{preview}&Action=Step3&event_id={id}&page_title={page_title_enc}" class="button booknow"><span>{title_select_event_button}</span></a>
<!--{if:reg_descr}--><p>{reg_short_descr}</p><!--{/if:reg_descr}-->
<table border="0" cellspacing="0" cellpadding="0">
- <!--{if:show_event_detail=YES}-->
+ <!--{if:show_event_detail=YES}-->
<!--{if:show_event_codes=YES}--><tr><th align="left" valign="top">{word_Event} Code: </th><td>{reg_code}</td></tr><!--{/if:show_event_codes}-->
<!--{if:reg_have_attr=YES}-->
<tr>
<tr>
<th align="left" valign="top">Cost: </th>
<td>
-
+
<!--{if:show_rates_type=detail}-->
<!--{list:reg_rates}-->
{reg_rate} <!--{if:reg_have_base=YES}-->{reg_base}<!--{/if:reg_have_base}-->
<br>
<!--{/list:reg_rates}-->
<!--{/if:show_rates_type}-->
-
+
<!--{if:show_rates_type=from}-->
Starting at: {from_rate}
<!--{/if:show_rates_type}-->
-
+
</td>
</tr>
<!--{/if:reg_have_rates}-->
<!--{/if:show_rates_in_event_lists}-->
- <!--{/if:show_event_detail}-->
+ <!--{/if:show_event_detail}-->
<!--{if:limited}-->
<!--{if:full=YES}-->
<tr><th valign="top"><nobr>{word_Attendees}:</nobr> </th><td>{attendee_max} {word_attendees}. Currently sold out.</td></tr>
</table>
<!--{/list:RegistrationList}-->
<hr class="regItemHR">
-
+
<!--{else:have_registrations}
- <h3>Sorry, no {word_Events} are currently available in this {word_category}.</h3>
+ <h3>Sorry, no {word_Events} are currently available in this {word_category}.</h3>
{/if:have_registrations}-->
<p>{regTerms}</p>
-</div>
+</div>
<br clear="all">
-
-
+
+
<!--{/if:haveStylesheetOverride}-->
-<script>
+<script>
function show( d )
{
// Show the selected area
function do_wait()
{
- hide('continueButton');
- show('pleaseWait','inline');
+ hide('continueButton');
+ show('pleaseWait','inline');
}
</script>
<!--{/if:static_page}-->
<div id="registrations">
-
+
<!--{if:admin_user=YES}-->
<div class="adminUser">
<b>{word_Registration} being entered by Admin User</b>
<p>{regEventPageText}</p>
</div>
-
+
<!--{if:haveUser=YES}-->
<hr>
<p>
<b>Current Registered User: </b>{userFname} {userLname} <a href="{base_secure_url}?catid={category_id}{preview}&logout=YES">(not me or log me out)</a>
- <!--{if:userIsMember=YES}--><br>(A {customer_long_name} member)<!--{/if:userIsMember}-->
+ <!--{if:userIsMember=YES}--><br>(A {customer_long_name} member)<!--{/if:userIsMember}-->
</p>
<!--{/if:haveUser}-->
-
- <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step1" class="button selectmore"><span>Select More</span></a>
+
+ <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step1" class="button selectmore"><span>Register for more Events</span></a>
<!--{if:display_only_mode=NO}-->
<!--{if:haveCart=YES}-->
- <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step4" class="button showcart"><span>View Cart</span></a>
- <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step5" class="button checkout"><span>Check Out</span></a>
+ <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step4" class="button showcart"><span>View Current Events in list</span></a>
+ <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step5" class="button checkout"><span>Continue to Registration Details</span></a>
<!--{/if:haveCart}-->
-<!--{/if:display_only_mode}-->
-<!--{if:display_only_mode=YES}-->
+<!--{/if:display_only_mode}-->
+<!--{if:display_only_mode=YES}-->
<h3>Please call to {title_select_event_button}</h3>
-<!--{/if:display_only_mode}-->
+<!--{/if:display_only_mode}-->
<hr>
<form action="{base_secure_url}?catid={category_id}{preview}" name="step3" method="post" enctype="multipart/form-data">
<li>{text}</li>
<!--{/list:reason}-->
</ul>
- </div>
+ </div>
<!--{/if:have_reason}-->
<div>
<!--{if:image}--><img src="{image_midsized}{image}" alt="" class="regImage"><!--{/if:image}-->
- {form_data}
+ {form_data}
<h2>{reg_name}</h2>
<!--{if:reg_descr}-->
<p>{reg_descr}</p>
</td>
</tr>
<!--{/if:reg_file}-->
-
+
<!--{if:show_event_terms_in_event_detail=YES}-->
<!--{if:have_reg_terms=YES}-->
<tr><td colspan="2"> </td></tr>
<tr><td colspan="2"> </td></tr>
</table>
</div>
-<!--{if:display_only_mode=NO}-->
+<!--{if:display_only_mode=NO}-->
<p><hr><p>
<!--{if:full=NO}-->
<!--{if:too_late=YES}-->
<p>Too late for on-line {word_registration}. - Please call.</p>
<!--{else:too_late}
-
+
<!--{if:rate_classes}-->
<!--{if:single_rate_class=NO}-->
<span class="regRequired">Please select the desired rate:</span>
<!--{list:rate_class_list}-->
<div class="regRate">
<!--{if:single_rate_class=NO}-->
- <input type="radio" name="rate_class" value="{rate_class}" {rate_class_selected}>
+ <input type="radio" name="rate_class" value="{rate_class}" {rate_class_selected}>
<!--{else:single_rate_class}
<input type="hidden" name="rate_class" value="{rate_class}">
{/if:single_rate_class}-->
{rate_class_name} <!--{if:rate_class_base}-->{rate_class_base}<!--{/if:rate_class_base}-->
<!--{if:rate_class_rate}-->
<!--{if:attendee_credits>0}--> includes {attendee_credits} {word_attendees}, {rate_class_rate}/additional {word_attendee}<!--{else:attendee_credits} {rate_class_rate}/{word_attendee}{/if:attendee_credits}-->
- <!--{/if:rate_class_rate}-->
- </div>
+ <!--{/if:rate_class_rate}-->
+ </div>
<!--{/list:rate_class_list}-->
-
+
<!--{else:rate_classes}
<input type="hidden" name="rate_class" value="-1">
{/if:rate_classes}-->
-
+
<!--{if:haveRateNote=YES}-->
({rateNote})
<!--{/if:haveRateNote}-->
<!--{if:ask_date=YES}-->
<script>
$(document).ready(function() {
-
+
<!--{if:reg_use_calendar=YES}-->
-
+
var availDates = ["0000"<!--{list:datesAvail}-->,"{dateAvail}"<!--{/list:datesAvail}-->];
function avail(date) {
m = (date.getMonth()+1);
$("#desiredDate").datepicker({ beforeShowDay: avail });
$("#desiredDate").datepicker('option', 'minDate', '{minDate}');
$("#desiredDate").datepicker('option', 'maxDate', '{maxDate}');
-
- <!--{else:reg_use_calendar}
+
+ <!--{else:reg_use_calendar}
$("#desiredDate").datepicker();
- {/if:reg_use_calendar}-->
+ {/if:reg_use_calendar}-->
});
</script>
<!--{else:reg_ask_date}
- <input type="hidden" name="desired_date" value="">
+ <input type="hidden" name="desired_date" value="">
{/if:reg_ask_date}-->
-
+
<!--{if:ask_attendees=Yes}-->
<script type="text/javascript" src="{base_app_secure_url}Common/Registrations_V3/front-end/Registrations/java_functions.js"></script>
<h3>{word_Attendees}</h3>
All {word_attendees} will be {word_registered} at the level selected above. Each {word_attendee} must have a first and last name.
Please use your tab key to create a new {word_attendee} field.
</p>
- <h4 class="regRequired">{word_Attendee} Names:</h4>
+ <h4 class="regRequired">{word_Attendee} Names:</h4>
<!--{if:have_max_per_sub=YES}-->
Enter a maximum of {max_per_sub} {word_attendees}.
<!--{/if:have_max_per_sub}-->
<p>{attendees}</p>
<!--{/if:ask_attendees}-->
-
+
<!--{if:haveMagicForm=YES}-->
<h4>Please provide the following additional information...
<!--{if:required=Yes}-->
<br><span class="regRequired" style="font-weight: bold;">Fields in red are required.</span>
<!--{/if:required}-->
</h4>
-
+
<div id="magicForm">
{magic_form}
</div>
<!--{/if:haveMagicForm}-->
-
+
<center>
<INPUT id="continueButton" type="submit" name="continue" value="Continue" onClick="do_wait();">
<div id="pleaseWait">
Please wait while we add this to your cart.
</div>
</center>
-
+
{/if:too_late}-->
<!--{/if:full}-->
-<!--{/if:display_only_mode}-->
-
+<!--{/if:display_only_mode}-->
+
</form>
</div>
<br clear="all">
<b>{word_Registration} being entered by Admin User</b>
</div>
<!--{/if:admin_user}-->
-
+
<div id="regPageTopText">
<p>{regCartPageText}</p>
</div>
<!--{if:haveUser=YES}-->
<b>{customer_long_name} Member logged in</b> - <a href="{base_secure_url}?catid={category_id}{preview}&logout=YES">Log Out</a>
<!--{/if:haveUser}-->
- <!--{/if:have_members}-->
+ <!--{/if:have_members}-->
- <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step1" class="button selectmore"><span>Select More</span></a>
+ <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step1" class="button selectmore"><span>Register for more Events</span></a>
<!--{if:haveCart=YES}-->
- <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step5" class="button checkout"><span>Check Out</span></a>
+ <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step5" class="button checkout"><span>Continue to Registration Details</span></a>
<!--{/if:haveCart}-->
<!--{if:haveUser=YES}-->
<p>
<b>Current Registered User: </b>{userFname} {userLname} <a href="{base_secure_url}?catid={category_id}{preview}&logout=YES">(not me or log me out)</a>
- <!--{if:userIsMember=YES}--><br>(A {customer_long_name} member)<!--{/if:userIsMember}-->
+ <!--{if:userIsMember=YES}--><br>(A {customer_long_name} member)<!--{/if:userIsMember}-->
</p>
<hr>
<!--{/if:haveUser}-->
-
+
<h2>Your selected {word_events}</h2>
<!--{if:haveCart=YES}-->
<tr>
<td colspan="3">
<table border="0 cellspacing="0" cellpadding="0" width="100%">
- <!--{if:date_specific=YES}-->
+ <!--{if:date_specific=YES}-->
<tr>
<th class="thCartLeft">Dates: </th>
<td class="tdCartLeft" colspan="3">{start_date} through {end_date}</td>
</tr>
- <!--{/if:date_specific}-->
- <!--{if:ask_date=YES}-->
+ <!--{/if:date_specific}-->
+ <!--{if:ask_date=YES}-->
<tr>
<th class="thCartLeft">Desired Date: </th>
<td class="tdCartLeft" colspan="3">{desired_date}</td>
<a href="{base_secure_url}?catid={category_id}{preview}&Action=Step2.5&delete_cart_id={cart_id}" class="button remove"><span>Remove</span></a>
</td>
</tr>
- </table>
+ </table>
</td>
</tr>
<tr>
</div> <!-- regCharges -->
</div> <!-- regItem -->
<hr class="regItemHR">
-
+
<!--{else:haveCart}
<h3>You do not have any {word_events} in your cart.</h3>
-{/if:haveCart}-->
+{/if:haveCart}-->
- <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step1" class="button selectmore"><span>Select More</span></a>
+ <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step1" class="button selectmore"><span>Register for more Events</span></a>
<!--{if:haveCart=YES}-->
- <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step5" class="button checkout"><span>Check Out</span></a>
+ <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step5" class="button checkout"><span>Continue to Registration Details</span></a>
<!--{/if:haveCart}-->
-
-
-</div><!-- /#registrations -->
+
+
+</div><!-- /#registrations -->
<br clear="all">
<link type="text/css" rel="stylesheet" HREF="{base_secure_url}Toolkit/Registrations/front-end/Views/override.css">
<!--{/if:haveStylesheetOverride}-->
-<script>
+<script>
function show( d, disp )
{
x.style.display = disp;
}
}
-
+
function hide( d )
{
x = document.getElementById(d);
x.style.display = 'none';
}
}
-
+
function inputDisable(d)
{
var myDiv = document.getElementById(d);
inputArr[i].disabled = true;
}
}
-
+
function inputEnable(d)
{
var myDiv = document.getElementById(d);
for (var i = 0; i < inputArr.length; i++) {
inputArr[i].disabled = false;
}
- }
-
+ }
+
function reset_hide()
{
hide('credit_card_input');
inputDisable('credit_card_input');
<!--{/if:pay_by_credit_card}-->
-
+
<!--{if:pay_by_comp_code!No}-->
x = document.getElementById('comp_code_button');
if (x) {
}
}
<!--{/if:pay_by_credit_card}-->
-
- }
-
- function clickContactSame()
+
+ }
+
+ function clickContactSame()
{
x = document.getElementById('contact_same');
if (x) {
} else {
show('contactForm', 'table-row');
}
- }
+ }
}
- function copyContact()
+ function copyContact()
{
x = document.getElementById('contact_same');
if (x && x.checked) {
function do_wait()
{
-
- hide('continueButton');
- show('pleaseWait','inline');
- copyContact();
-
+
+ hide('continueButton');
+ show('pleaseWait','inline');
+ copyContact();
+
}
-
+
</script>
<div id="registrations">
<b>{word_Registration} being entered by Admin User</b>
</div>
<!--{/if:admin_user}-->
-
+
<div id="regPageTopText">
<p>{regCheckoutPageText}</p>
</div>
<!--{if:haveUser=YES}-->
<b>{customer_long_name} Member logged in</b> - <a href="{base_secure_url}?catid={category_id}{preview}&logout=YES">Log Out</a>
<!--{/if:haveUser}-->
- <!--{/if:have_members}-->
+ <!--{/if:have_members}-->
<!--{if:have_reason=YES}-->
<div class="regWarning">
</div>
<!--{/if:have_reason}-->
- <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step1" class="button selectmore"><span>Select More</span></a>
+ <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step1" class="button selectmore"><span>Register for more Events</span></a>
<!--{if:display_only_mode=NO}-->
<!--{if:haveCart=YES}-->
- <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step4" class="button showcart"><span>View Cart</span></a>
+ <a href="{base_secure_url}?catid={category_id}{preview}&Action=Step4" class="button showcart"><span>View Current Events in list</span></a>
<!--{/if:haveCart}-->
-<!--{/if:display_only_mode}-->
+<!--{/if:display_only_mode}-->
<form action="{base_secure_url}?catid={category_id}{preview}" name="step3" method="post">
<input type="hidden" name="Action" value="{next_step}">
<hr>
<p>
<b>Current Registered User: </b>{userFname} {userLname} <a href="{base_secure_url}?catid={category_id}{preview}&logout=YES">(not me or log me out)</a>
- <!--{if:userIsMember=YES}--><br>(A {customer_long_name} member)<!--{/if:userIsMember}-->
+ <!--{if:userIsMember=YES}--><br>(A {customer_long_name} member)<!--{/if:userIsMember}-->
</p>
<!--{/if:haveUser}-->
<!--{if:date_specific=YES}-->
<p style="float: right;">{start_date} through {end_date}</p>
<!--{else:date_specific}
- <!--{if:ask_date=YES}-->
+ <!--{if:ask_date=YES}-->
<p style="float: right;" >Desired Date: {desired_date}</p>
<!--{/if:ask_date}-->
{/if:date_specific}-->
<tr>
<td width="20px"> </td><th>{word_Attendee}</th>
<th colspan="4">Required emergency contact and medical information.</th>
- </tr>
+ </tr>
<!--{list:attendees}-->
<tr>
- <td> </td><td colspan="5">{name}</td>
+ <td> </td><td colspan="5">{name}</td>
</tr>
- <tr>
+ <tr>
<td colspan="2"> </td>
<td class="regRequired">Date of Birth: </td><td><input type="text" name="att_{cart_id}_{attendee_id}_dob" value="{dob}"></td>
<td>Parent/Guardian: </td><td><input type="text" name="att_{cart_id}_{attendee_id}_guardian" value="{guardian}"></td>
</tr>
<td colspan="2"> </td>
<td>Alergies/Medications: </td><td colspan="3"><input type="text" name="att_{cart_id}_{attendee_id}_allergy_med" value="{allergy_med}" style="width: 400px;"></td>
- </tr>
- <!--{/list:attendees}-->
+ </tr>
+ <!--{/list:attendees}-->
<!--{else:med_info}
<!--{if:need_attendees=YES}-->
<tr>
<tr>
<td class="tdCartLeft" colspan="3"><b>Additional terms/conditions:</b> {terms}</td>
</tr>
- <!--{/if:haveTerms}-->
- <tr><td colspan="2"> </td></tr>
+ <!--{/if:haveTerms}-->
+ <tr><td colspan="2"> </td></tr>
<!--{/list:shoppingCart}-->
<tr>
<th class="thCartRight" colspan="2">Grand Total:</th>
<p class="regRequired">Fields in red are required.</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
- <!--{if:use_full_billing_at_top=YES}-->
+ <!--{if:use_full_billing_at_top=YES}-->
<tr>
<td colspan="2">
<!--{if:noCharges=YES}-->
<h3>Contact Information:</h3>
<!--{else:noCharges}
<h3>Billing Information:</h3>
- {/if:noCharges}-->
+ {/if:noCharges}-->
</td>
</tr>
<tr>
</table>
</td>
</tr>
- <!--{/if:use_full_billing_at_top}-->
+ <!--{/if:use_full_billing_at_top}-->
<!--{if:show_contact_data=YES}-->
- <tr>
+ <tr>
<td colspan="2">
<h3>{contact_information_title}:<h3>
</td>
<h3>Returning User Login Information:</h3>
<!--{else:have_registered_users}
<h3>E-Mail Address:</h3>
- {/if:have_registered_users}-->
+ {/if:have_registered_users}-->
<p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr><td class="regRequired" valign="top" width="110px">E-Mail Address: </td><td><input id="email" type="text" name="email" value="{email}" class="inputLarge"></td></tr>
<!--{else:have_registered_users}
<tr><td><input type="hidden" name="login_password" value="{login_password}"> </td></tr>
{/if:have_registered_users}-->
-
-
+
+
</table>
</p>
</td>
</table>
<p><hr></p>
-
+
<!--{if:noCharges=NO}-->
<!--{if:one_payment_type_available=No}-->
<h3 style="color: red;">Select payment method:</h3>
<!--{/if:one_payment_type_available}-->
-
- <!--{if:pay_by_comp_code=No}-->
+
+ <!--{if:pay_by_comp_code=No}-->
<!--{else:pay_by_comp_code}
<!--{if:pay_by_comp_code_restrict=YES}-->
<div class="lightBorder">
<!--{else:pay_by_comp_code_restrict}
<div>
{/if:pay_by_comp_code_restrict}-->
- <h3>
+ <h3>
<!--{if:one_payment_type_available=Yes}-->
<input type="radio" name="payment_type" value="comp_code" onClick="reset_hide();" id="comp_code_button" CHECKED>
<!--{else:one_payment_type_available}
- <!--{if:payment_type=comp_code}-->
+ <!--{if:payment_type=comp_code}-->
<input type="radio" name="payment_type" value="comp_code" onClick="reset_hide();" id="comp_code_button" CHECKED>
- <!--{else:payment_type}
+ <!--{else:payment_type}
<input type="radio" name="payment_type" value="comp_code" onClick="reset_hide();" id="comp_code_button">
- {/if:payment_type}-->
+ {/if:payment_type}-->
{/if:one_payment_type_available}-->
{title_use_payment_comp_code}
</h3>
<input type="radio" name="payment_type" value="by_check" onClick="reset_hide();" id="check_button">
{/if:payment_type}-->
{/if:one_payment_type_available}-->
-
+
{title_send_a_check}
- </h3>
+ </h3>
<div id="check_input">
<!--{if:check_fields_used=YES}-->
<p>Please provide the following information:</p>
<div>
{/if:pay_by_cash_restrict}-->
<h3>
- <!--{if:one_payment_type_available=Yes}-->
+ <!--{if:one_payment_type_available=Yes}-->
<input type="radio" name="payment_type" value="cash" onClick="reset_hide();" id="cash_button" CHECKED>
<!--{else:one_payment_type_available}
<!--{if:payment_type=cash}-->
<input type="radio" name="payment_type" value="cash" onClick="reset_hide();" id="cash_button" CHECKED>
- <!--{else:payment_type}
+ <!--{else:payment_type}
<input type="radio" name="payment_type" value="cash" onClick="reset_hide();" id="cash_button">
- {/if:payment_type}-->
- {/if:one_payment_type_available}-->
+ {/if:payment_type}-->
+ {/if:one_payment_type_available}-->
{title_paid_cash}
</h3>
<div id="cash_input">
</div>
</div>
{/if:pay_by_cash}-->
-
+
<!--{if:pay_by_credit_card=No}-->
<!--{else:pay_by_credit_card}
<!--{if:pay_by_credit_card_restrict=YES}-->
<!--{if:one_payment_type_available=Yes}-->
<input type="radio" name="payment_type" value="credit_card" onClick="reset_hide();" id="credit_card_button" CHECKED>
<!--{else:one_payment_type_available}
- <!--{if:payment_type=credit_card}-->
+ <!--{if:payment_type=credit_card}-->
<input type="radio" name="payment_type" value="credit_card" onClick="reset_hide();" id="credit_card_button" CHECKED>
- <!--{else:payment_type}
+ <!--{else:payment_type}
<input type="radio" name="payment_type" value="credit_card" onClick="reset_hide();" id="credit_card_button">
- {/if:payment_type}-->
- {/if:one_payment_type_available}-->
+ {/if:payment_type}-->
+ {/if:one_payment_type_available}-->
{title_pay_by_credit_card}
</h3>
<div id="credit_card_input">
</tr>
</table>
<!--{/if:credit_card_fields_used}-->
- <p>The fees totaled above will be charged to your credit card once this form is submitted</p>
+ <p>The fees totaled above will be charged to your credit card once this form is submitted</p>
<table border="0" cellspacing="0" cellpadding="0">
<TR><TD class="regRequired" width="110px">Card Type:</TD><TD>{cctype}</TD></TR>
<TR><TD class="regRequired">Name on Card:</TD><TD class="textInput"><INPUT TYPE="text" NAME="ccname" VALUE="{ccname}" id="ccname" style="inputMedium"></TD></TR>
</table>
</div>
</div>
- {/if:pay_by_credit_card}-->
+ {/if:pay_by_credit_card}-->
<!--{/if:noCharges}-->
<p class="regFieldName">
<div id="pleaseWait">
Please wait while we process your {word_registration}
</div>
- </center>
-
-
+ </center>
+
+
<!--{if:haveRegTerms=YES}-->
<p> </p>
-<h3>Terms and Conditions</h3>
+<h3>Terms and Conditions</h3>
{regTerms}
<!--{/if:haveRegTerms}-->
</form>
-</div><!-- /#registrations -->
+</div><!-- /#registrations -->
<!-- Hide all payment detail till a type is selected. -->
- <script>
+ <script>
reset_hide();
-<!--{if:show_same_button=YES}-->
+<!--{if:show_same_button=YES}-->
clickContactSame();
-<!--{/if:show_same_button}-->
+<!--{/if:show_same_button}-->
</script>
<br clear="all">