# for privacy, reload the page after (default) 5 minutes
return_to = CGI.param('return-to');
-no_wrapper = CGI.param('no-wrapper');
+kiosk = CGI.param('kiosk');
refresh_time = ctx.register.settings.refresh_timeout || 300;
complete_url = return_to || 'https://www.kcls.org'
ctx.refresh = refresh_time _ '; ' _ complete_url;
redo_url = redo_url _ '?return-to=' _ return_to;
joiner = '&';
END;
-SET redo_url = redo_url _ joiner _ 'no-wrapper=1' IF no_wrapper;
+SET redo_url = redo_url _ joiner _ 'kiosk=1' IF kiosk;
# some useful variables and MACROs for display,
# field validation, and added info display
border: 0;
}
+#main-content-right li {
+ list-style-type: disc;
+}
+
.grid { width: 95%; }
.grid-cell {
float: left;
To fully activate your card you will need to visit a KCLS library
with proof of address and photo ID that shows your date of birth.
Parents/guardians can assist with proof of address for full activation
- for applicants under 18. Find a list of the documents you may use to
- provide proof of address on our
+ for applicants under 18.
+ [% UNLESS kiosk %]
+ Find a list of the documents you may use to provide proof of address on our
<a class='blue-link'
href='https://w3.kcls.org/PDF/applications/ENG%20KCLS%20600%20Library%20Card%20Application.pdf'>
downloadable application</a>.
+ [% END %] <!-- KIOSK -->
</p>
[% IF ctx.register.success %]
<form method='POST' onsubmit="return onsub()">
<input type="hidden" name="return-to" value="[% return_to %]"/>
- <input type="hidden" name="no-wrapper" value="[% no_wrapper %]"/>
+ <input type="hidden" name="kiosk" value="[% kiosk %]"/>
<ul>
<li>
<label>Choose a card size....</label>
</form>
[% END # IF ctx.success %]
</div><!-- main-content-left -->
- [% UNLESS no_wrapper %]
<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 -->
<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>
- </div>
[% END %]
+ </div>
<div class="grid-clear"></div>
</div>
</div>