Bug 17486: Remove Mozilla Persona
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-registration-confirmation.tt
1 [% USE Koha %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 <title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog</title>
4 [% INCLUDE 'doc-head-close.inc' %]
5 [% BLOCK cssinclude %][% END %]
6 </head>
7 [% INCLUDE 'bodytag.inc' bodyid='opac-main' %]
8 [% INCLUDE 'masthead.inc' %]
9
10     <div class="main">
11         <ul class="breadcrumb">
12             <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
13             <li><a href="#">Registration complete</a></li>
14         </ul>
15
16         <div class="container-fluid">
17             <div class="row-fluid">
18                 [% IF ( OpacNav || OpacNavBottom ) %]
19                     <div class="span2">
20                         <div id="navigation">
21                             [% INCLUDE 'navigation.inc' %]
22                         </div>
23                     </div>
24                 [% END %]
25
26                 [% IF ( OpacNav ||  OpacNavBottom ) %]
27                     <div class="span7">
28                 [% ELSE %]
29                     <div class="span9">
30                 [% END %]
31
32                     <div id="registration-complete">
33                         <h1>Registration Complete!</h1>
34
35                         <p>You have successfully registered your new account.</p>
36                         [% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %]
37                             <p>To log in, use the following credentials:</p>
38
39                             <p id="patron-userid-p">
40                                 <span id="patron-userid-label">Username:</span>
41                                 <span id="patron-userid">[% borrower.userid %]</span>
42                             </p>
43                             <p id="patron-password-p">
44                                 <span id="patron-password-label">Password:</span>
45                                 <span id="patron-password">[% password_cleartext %]<span>
46                             </p>
47
48                             [% IF borrower.cardnumber %]
49                                 <p id="patron-cardnumber-p">
50                                     <span id="patron-cardnumber-label">Card number:</span>
51                                     <span id="patron-cardnumber">[% borrower.cardnumber %]</span>
52                                 </p>
53                             [% END %]
54
55                             <p id="patron-instructions">For your convenience, the login box on this page has been pre-filled with this data. Please log in[% IF OpacPasswordChange %] and change your password[% END %].</p>
56                         [% END %]
57
58                         <div id="PatronSelfRegistrationAdditionalInstructions">[% PatronSelfRegistrationAdditionalInstructions %]</div>
59                     </div>
60
61                 </div> <!-- / .span7/9 -->
62
63                     [% IF ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) || OpacNavRight ) %]
64                         <div class="span3">
65                             [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
66                                 [% UNLESS ( loggedinusername ) %]
67                                     [% UNLESS ( casAuthentication ) %]
68                                         <div id="login">
69                                             <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
70                                                 <input type="hidden" name="koha_login_context" value="opac" />
71                                                 <fieldset class="brief">
72                                                     <legend>Log in to your account:</legend>
73                                                     <label for="userid">Login:</label>
74                                                     [% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %]
75                                                         <input type="text" id="userid" size="10" name="userid" value="[% borrower.userid %]" />
76                                                     [% ELSE %]
77                                                         <input type="text" id="userid" size="10" name="userid" value="" />
78                                                     [% END %]
79                                                     <label for="password">Password:</label>
80                                                     [% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %]
81                                                         <input type="password" id="password" size="10" name="password" value="[% password_cleartext %]" />
82                                                     [% ELSE %]
83                                                         <input type="password" id="password" size="10" name="password" value="" />
84                                                     [% END %]
85                                                 <fieldset class="action">
86                                                     <input type="submit" value="Log in" class="btn" />
87                                                 </fieldset>
88                                                 [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<div id="patronregistration"><p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p></div>[% END %]
89                                                 </fieldset>
90                                             </form>
91                                         </div> <!-- /#login -->
92                                     [% END # /casAuthentication %]
93                                 [% END # / loggedinusername %]
94                             [% END # /opacuserlogin %]
95                             [% IF ( OpacNavRight ) %]
96                                 <div id="opacnavright">
97                                     [% OpacNavRight %]
98                                 </div>
99                             [% END # /OpacNavRight %]
100                         </div> <!-- / .span3 -->
101                     [% END # /opacuserlogin || OpacNavRight %]
102
103             </div> <!-- /.row-fluid -->
104         </div> <!-- /.container-fluid -->
105     </div> <!-- /.main -->
106
107 [% INCLUDE 'opac-bottom.inc' %]
108 [% BLOCK jsinclude %][% END %]