|
Lines 201-214
Link Here
|
| 201 |
</div> |
201 |
</div> |
| 202 |
[% END %] |
202 |
[% END %] |
| 203 |
<div id="nologininstructions"> |
203 |
<div id="nologininstructions"> |
| 204 |
[% IF ( OpacLoginInstructions ) %] |
204 |
[% IF OpacLoginInstructions %] |
| 205 |
[% PROCESS koha_news_block news => OpacLoginInstructions %] |
205 |
[% PROCESS koha_news_block news => OpacLoginInstructions %] |
| 206 |
[% ELSE %] |
206 |
[% ELSE %] |
| 207 |
<h2>Don't have a password yet?</h2> |
207 |
<h2>Don't have a password yet?</h2> |
| 208 |
<p>If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p> |
208 |
<p>If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p> |
| 209 |
<h2>Don't have a library card?</h2> |
209 |
<h2>Don't have a library card?</h2> |
| 210 |
<p>If you don't have a library card, stop by your local library to sign up.</p> |
210 |
<p>If you don't have a library card, stop by your local library to sign up.</p> |
| 211 |
[% END # / IF OpacLoginInstructions %] |
211 |
[% END # / IF OpacLoginInstructions %] |
| 212 |
|
212 |
|
| 213 |
[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] |
213 |
[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] |
| 214 |
<span id="registrationinstructions"> |
214 |
<span id="registrationinstructions"> |
| 215 |
- |
|
|