Bug 11648 - Use word item instead of copy - opac bootstrap
[koha_ffzg] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-registration-confirmation.tt
1 [% USE Koha %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog
4 [% INCLUDE 'doc-head-close.inc' %]
5 [% BLOCK cssinclude %][% END %]
6 </head>
7 <body id="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. To log in, use the following credentials:</p>
36
37                         <p>Username: [% borrower.userid %]</p>
38                         <p>Password: [% password_cleartext %]</p>
39
40                         <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>
41
42                         <div id="PatronSelfRegistrationAdditionalInstructions">[% PatronSelfRegistrationAdditionalInstructions %]</div>
43                     </div>
44
45                 </div> <!-- / .span7/9 -->
46
47                     [% IF ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) || OpacNavRight ) %]
48                         <div class="span3">
49                             [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
50                                 [% UNLESS ( loggedinusername ) %]
51                                     [% UNLESS ( casAuthentication ) %]
52                                         <div id="login">
53                                             <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
54                                                 <input type="hidden" name="koha_login_context" value="opac" />
55                                                 <fieldset class="brief">
56                                                     <legend>Log in to your account:</legend>
57                                                     <label for="userid">Login:</label><input type="text" id="userid" size="10" name="userid" value="[% borrower.userid %]" />
58                                                     <label for="password">Password:</label><input type="password" id="password" size="10" name="password" value="[% password_cleartext %]" />
59                                                 <fieldset class="action">
60                                                     <input type="submit" value="Log in" class="btn" />
61                                                 </fieldset>
62                                                 [% 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 %]
63                                                 </fieldset>
64                                             </form>
65                                         </div> <!-- /#login -->
66                                     [% END # /casAuthentication %]
67                                     [% IF persona %]
68                                         <a href="#" class="persona-button" id="browserid" ><span>Sign in with your email</span></a>
69                                     [% END # /persona %]
70                                 [% END # / loggedinusername %]
71                             [% END # /opacuserlogin %]
72                             [% IF ( OpacNavRight ) %]
73                                 <div id="opacnavright">
74                                     [% OpacNavRight %]
75                                 </div>
76                             [% END # /OpacNavRight %]
77                         </div> <!-- / .span3 -->
78                     [% END # /opacuserlogin || OpacNavRight %]
79
80             </div> <!-- /.row-fluid -->
81         </div> <!-- /.container-fluid -->
82     </div> <!-- /.main -->
83
84 [% INCLUDE 'opac-bottom.inc' %]
85 [% BLOCK jsinclude %][% END %]