Lines 1-6
Link Here
|
1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
[% IF (LibraryNameTitle) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › |
3 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog</title> |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
[% BLOCK cssinclude %][% END %] |
5 |
[% BLOCK cssinclude %][% END %] |
6 |
[% BLOCK jsinclude %] |
6 |
[% BLOCK jsinclude %] |
Lines 36-53
Link Here
|
36 |
<div class="container-fluid"> |
36 |
<div class="container-fluid"> |
37 |
<div class="row-fluid"> |
37 |
<div class="row-fluid"> |
38 |
<div class="span2"> |
38 |
<div class="span2"> |
|
|
39 |
[% IF ( OpacPublic ) %] |
40 |
|
39 |
<div id="navigation"> |
41 |
<div id="navigation"> |
40 |
[% INCLUDE 'navigation.inc' IsPatronPage=0 %] |
42 |
[% INCLUDE 'navigation.inc' IsPatronPage=0 %] |
41 |
</div> |
43 |
</div> |
|
|
44 |
[% END %] |
42 |
</div> |
45 |
</div> |
43 |
<div class="span10"> |
46 |
<div class="span10"> |
44 |
<h3>Password recovery</h3> |
47 |
<h3>Password recovery</h3> |
45 |
[% IF (hasError) %] |
48 |
[% IF (hasError) %] |
46 |
<div class="alert alert-warning"> |
49 |
<div class="alert alert-warning"> |
47 |
<h3>An error occured</h3> |
50 |
<h3>An error occurred</h3> |
48 |
<p> |
51 |
<p> |
49 |
[% IF (sendmailError) %] |
52 |
[% IF (sendmailError) %] |
50 |
An error has occured while sending you the password recovery link. |
53 |
An error has occurred while sending you the password recovery link. |
51 |
<br/>Please try again later. |
54 |
<br/>Please try again later. |
52 |
[% ELSIF (errNoBorrowerFound) %] |
55 |
[% ELSIF (errNoBorrowerFound) %] |
53 |
No account was found with the provided information. |
56 |
No account was found with the provided information. |
Lines 131-134
Link Here
|
131 |
</div><!-- / .row-fluid --> |
134 |
</div><!-- / .row-fluid --> |
132 |
</div><!-- / .container-fluid --> |
135 |
</div><!-- / .container-fluid --> |
133 |
</div><!-- / .main --> |
136 |
</div><!-- / .main --> |
134 |
[% INCLUDE 'opac-bottom.inc' %] |
137 |
[% INCLUDE 'opac-bottom.inc' %] |