src="[% ctx.media_prefix %]/js/ui/default/opac/register.js"></script>
<script>
var timeout_redirect = '[% complete_url | html %]';
+ var post_success_timeout = '[% kiosk ? 300000 : 30000 %]';
</script>
<style>
.mailing-address-hidden {
display:none;
}
-#submit-another {
+#submit-another, #exit {
background-color: #02729e;
color: white;
}
<br/>
<br/>
<div class='success-minus-2'>
- You will be automatically redirected to
- <a href="[% complete_url | html %]">[% complete_url | html %]</a>...
+ [% IF kiosk %]
+ <a href="[% complete_url | html %]">
+ <button id="exit">Exit and Return</button></a>
+ [% ELSE %]
+ You will be automatically redirected to
+ <a href="[% complete_url | html %]">[% complete_url | html %]</a>...
+ [% END %]
</div>
<hr/>
<input type='hidden' id='register-success' value='yep'/>
+ [% IF kiosk %]
+ <h3>Verification Requirements</h3>
+
+ <p>
+ 1. Photo identification with birth date (one piece required for adults).
+ Acceptable examples are as follows and may be current or expired:
+ </p>
+ <ul>
+ <li>Driver’s License</li>
+ <li>Passport</li>
+ <li>Washington ID Card</li>
+ <li>U.S. Military ID</li>
+ <li>Matricula Consular (issued by Mexican government)</li>
+ </ul>
+ <br/>
+
+ <p>
+ 2. Address verification matching qualifying residential address and given name
+ (one piece required for adults and minors).
+ Acceptable examples–chosen document must be current:
+ </p>
+
+ <ul>
+ <li>Washington Driver’s License</li>
+ <li>Washington ID Card</li>
+ <li>Printed Checks</li>
+ <li>Utility Bill (printout of online bill acceptable)</li>
+ <li>Apartment Lease</li>
+ <li>Voter’s Registration</li>
+ <li>King County Tax Bill</li>
+ <li>Other (Must be of a legal or permanent nature)</li>
+ </ul>
+
+ <p>
+ If residence address differs from mailing address, the residence address determines patron eligibility.
+ You may get a library card today without address verification, but you will be limited to checking
+ out 2 items. If you do not bring address verification, the card will expire after 90 days.
+ </p>
+ [% END %]
+
[% ELSE %]
<form method='POST' onsubmit="return onsub()">
<li>
<div class="grid">
<div class="grid-cell">
- <input type="submit" value="[% l('Submit Registration') %]"/>
+ <input type="submit" id='main-submit'
+ value="[% l('Submit Registration') %]"/>
</div>
<div class="grid-cell">
<button onclick="location.href='[% complete_url | html %]'; return false">
- Cancel and Return to KCLS
+ Cancel and Return
</button>
</div>
</div>
[% END # IF ctx.success %]
</div><!-- main-content-left -->
<div id='main-content-right'>
- [% IF kiosk %]
- <h3>Verification Requirements</h3>
-
- <p>
- 1. Photo identification with birth date (one piece required for adults).
- Acceptable examples are as follows and may be current or expired:
- </p>
- <ul>
- <li>Driver’s License</li>
- <li>Passport</li>
- <li>Washington ID Card</li>
- <li>U.S. Military ID</li>
- <li>Matricula Consular (issued by Mexican government)</li>
- </ul>
- <br/>
-
- <p>
- 2. Address verification matching qualifying residential address and given name
- (one piece required for adults and minors).
- Acceptable examples–chosen document must be current:
- </p>
-
- <ul>
- <li>Washington Driver’s License</li>
- <li>Washington ID Card</li>
- <li>Printed Checks</li>
- <li>Utility Bill (printout of online bill acceptable)</li>
- <li>Apartment Lease</li>
- <li>Voter’s Registration</li>
- <li>King County Tax Bill</li>
- <li>Other (Must be of a legal or permanent nature)</li>
- </ul>
-
- <p>
- If residence address differs from mailing address, the residence address determines patron eligibility.
- You may get a library card today without address verification, but you will be limited to checking
- out 2 items. If you do not bring address verification, the card will expire after 90 days.
- </p>
-
- [% ELSE %] <!-- KIOSK -->
+ [% UNLESS kiosk %]
<h3>
<a class="blue-link"
href='http://kcls.bibliocms.com/faq/library-cards/'>Related FAQs</a>
<a href='https://kcls.bibliocommons.com/info/privacy'>Privacy Policy</a>.
</li>
</ul>
- [% END %]
+ [% END %]<!-- UNLESS kiosk -->
</div>
<div class="grid-clear"></div>
</div>