]> git.evergreen-ils.org Git - evergreen/pines.git/blob - Open-ILS/src/templates/opac/register.tt2
Quipu Self-Registration Form
[evergreen/pines.git] / Open-ILS / src / templates / opac / register.tt2
1 [%- PROCESS "opac/parts/header.tt2";
2     PROCESS "opac/parts/org_selector.tt2";
3     WRAPPER "opac/parts/base.tt2";
4     INCLUDE "opac/parts/topnav.tt2";
5     ctx.page_title = l("Request Library Card");
6 %]
7
8 <h2 class="sr-only">[% l('Account Registration') %]</h2>
9 <div id="content-wrapper">
10     <div id="main-content-register">
11         <div class="common-full-pad"></div>
12             <div id="eCARDFiles">
13
14             <link href="https://ecard.quipugroup.net/css/eCARD.css" rel="stylesheet">
15
16             <link href="https://ecard.quipugroup.net/js/jqueryUI/css/ui-lightness/jquery-ui-1.10.4.custom.min.css" rel="stylesheet">
17
18             <script type="text/javascript" src="https://ecard.quipugroup.net/js/jquery-1.11.1.min.js"></script>
19
20             <script type="text/javascript" src="https://ecard.quipugroup.net/js/jqueryUI/js/jquery-ui-1.10.4.custom.min.js"></script>
21
22             <script type="text/javascript" src="https://ecard.quipugroup.net/js/jquery.xdomainrequest.min.js"></script>
23
24             <script type="text/javascript" src="https://ecard.quipugroup.net/js/jquery.PrintArea.js"></script>
25
26             <script type="text/javascript" src="https://ecard.quipugroup.net/js/jQuery-Mask-Plugin-master/dist/jquery.mask.min.js"></script>
27
28             <script type="text/javascript" src="https://ecard.quipugroup.net/js/eCARDMain2.js"></script>
29
30             <script type="text/javascript" src="https://ecard.quipugroup.net/Libraries/48/eCARDLibrary.js"></script>
31
32             </div>
33
34             <div id="pines_intro_inhouse">
35             <h1>Welcome to PINES!</h1>
36                 <p>Please fill out the form below to register for a PINES e-card. An e-card provides immediate access to your library's online resources.</p>
37
38                 <p>If you'd like to upgrade to a full PINES card in order to check out library books and other materials, please bring your e-card account number and your photo ID to the library's circulation desk to complete the registration process.</p>
39             </div>
40
41             <div id="pines_intro_remote">
42             <h1>Welcome to PINES!</h1>
43                 <p>Please fill out the form below to register for a PINES e-card. An e-card provides immediate access to your library's online resources.</p>
44
45                 <p>If you'd like to upgrade to a full PINES card in order to check out library books and other materials, please bring your e-card account number and your photo ID to any PINES library to complete the registration process. If you have any questions, please call your local library for assistance.</p>
46             </div>
47
48             <div id="eCARD" data-language="en" data-branchid="">
49
50
51             <!-- eCARD requires JavaScript in order to display the registration form -->
52             <!-- The following will detect if JavaScript is enabled on the patron's browser -->
53             <noscript>
54             <h2 style="color:red;">Warning - JavaScript Required</h2>
55             <p>For full functionality of this web page it is necessary to enable JavaScript in your browser. For more information on most browsers, try <a href="http://www.enable-javascript.com/" target="_blank">How to enable JavaScript</a> OR <a href="http://activatejavascript.org/en/instructions" target="_blank">activatejavascript.org</a><
56             </p>
57             </noscript>
58             </div>
59         
60         <div class="common-full-pad"></div>     
61     </div>
62 </div>
63 [%- END %]