Lines 13-22
Link Here
|
13 |
<li><a href="#">Registration complete</a></li> |
13 |
<li><a href="#">Registration complete</a></li> |
14 |
</ul> |
14 |
</ul> |
15 |
|
15 |
|
16 |
<div class="container-fluid"> |
16 |
<div class="container"> |
17 |
<div class="row-fluid"> |
17 |
<div class="row"> |
18 |
[% IF ( OpacNav || OpacNavBottom ) %] |
18 |
[% IF ( OpacNav || OpacNavBottom ) %] |
19 |
<div class="span2"> |
19 |
<div class="col-lg-2"> |
20 |
<div id="navigation"> |
20 |
<div id="navigation"> |
21 |
[% INCLUDE 'navigation.inc' %] |
21 |
[% INCLUDE 'navigation.inc' %] |
22 |
</div> |
22 |
</div> |
Lines 24-32
Link Here
|
24 |
[% END %] |
24 |
[% END %] |
25 |
|
25 |
|
26 |
[% IF ( OpacNav || OpacNavBottom ) %] |
26 |
[% IF ( OpacNav || OpacNavBottom ) %] |
27 |
<div class="span7"> |
27 |
<div class="col-lg-7"> |
28 |
[% ELSE %] |
28 |
[% ELSE %] |
29 |
<div class="span9"> |
29 |
<div class="col-lg-9"> |
30 |
[% END %] |
30 |
[% END %] |
31 |
|
31 |
|
32 |
<div id="registration-complete"> |
32 |
<div id="registration-complete"> |
Lines 45-51
Link Here
|
45 |
</div> <!-- / .span7/9 --> |
45 |
</div> <!-- / .span7/9 --> |
46 |
|
46 |
|
47 |
[% IF ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) || OpacNavRight ) %] |
47 |
[% IF ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) || OpacNavRight ) %] |
48 |
<div class="span3"> |
48 |
<div class="col-lg-3"> |
49 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
49 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
50 |
[% UNLESS ( loggedinusername ) %] |
50 |
[% UNLESS ( loggedinusername ) %] |
51 |
[% UNLESS ( casAuthentication ) %] |
51 |
[% UNLESS ( casAuthentication ) %] |
Lines 57-63
Link Here
|
57 |
<label for="userid">Login:</label><input type="text" id="userid" size="10" name="userid" value="[% borrower.userid %]" /> |
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 %]" /> |
58 |
<label for="password">Password:</label><input type="password" id="password" size="10" name="password" value="[% password_cleartext %]" /> |
59 |
<fieldset class="action"> |
59 |
<fieldset class="action"> |
60 |
<input type="submit" value="Log in" class="btn" /> |
60 |
<input type="submit" value="Log in" class="btn btn-default" /> |
61 |
</fieldset> |
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 %] |
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> |
63 |
</fieldset> |
Lines 82-85
Link Here
|
82 |
</div> <!-- /.main --> |
82 |
</div> <!-- /.main --> |
83 |
|
83 |
|
84 |
[% INCLUDE 'opac-bottom.inc' %] |
84 |
[% INCLUDE 'opac-bottom.inc' %] |
85 |
[% BLOCK jsinclude %][% END %] |
85 |
[% BLOCK jsinclude %][% END %] |
86 |
- |
|
|