Merge branch 'bug_8977' into 3.12-master
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-registration-confirmation.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="opac-main">
6 [% IF ( OpacNav ) %]<div id="doc3" class="yui-t1">[% ELSE %]<div id="doc3" class="yui-t7">[% END %]
7    <div id="bd">
8 [% INCLUDE 'masthead.inc' %]
9
10 <div id="yui-main">
11     <div class="yui-b">
12         <div id="loggedin" class="yui-ge">
13             <div class="yui-u first">
14                 <h1>Registration Complete!</h1>
15
16                 <p>You have successfully registered your new account. To log in, use the following credentials:</p>
17
18                 <p>
19                     Username: [% borrower.userid %]
20                     <br/>
21                     Password: [% password_cleartext %]
22                 </p>
23
24                 <p>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>
25
26                 <div id="PatronSelfRegistrationAdditionalInstructions">[% PatronSelfRegistrationAdditionalInstructions %]</div>
27             </div>
28
29             [% IF ( opacuserlogin || OpacNavRight ) %]
30                 <div class="yui-u">
31                     [% IF ( opacuserlogin ) %]
32                         [% UNLESS ( loggedinusername ) %]
33                             [% UNLESS ( casAuthentication ) %]
34                                 <div id="login" class="container clearfix">
35                                     <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
36                                         <input type="hidden" name="koha_login_context" value="opac" />
37
38                                         <fieldset class="brief">
39                                             <legend>Log in to your account:</legend>
40
41                                             <ol>
42                                                 <li><label for="userid">Login:</label><input type="text" id="userid" size="10" name="userid" value="[% borrower.userid %]" /></li>
43                                                 <li><label for="password">Password:</label><input type="password" id="password" size="10" name="password" value="[% password_cleartext %]" /></li>
44                                             </ol>
45
46                                             <fieldset class="action">
47                                                 <input type="submit" value="Log In" class="submit" />
48                                             </fieldset>
49                                         </fieldset>
50                                     </form>
51                                 </div>
52                             [% END %]
53                         [% END %]
54                     [% END %]
55
56                     [% IF ( OpacNavRight ) %]<div id="opacrightsidebar" class="container">[% OpacNavRight %]</div>[% END %]
57                 </div>
58             [% END %]
59         </div>
60     </div>
61 </div>
62
63 [% IF ( OpacNav ) %]<div class="yui-b">
64     <div id="opacnav" class="container">
65         [% INCLUDE 'navigation.inc' %]
66     </div>
67 [% END %]
68
69 </div>
70 [% INCLUDE 'opac-bottom.inc' %]