Lines 241-247
Link Here
|
241 |
</select> |
241 |
</select> |
242 |
</li> |
242 |
</li> |
243 |
<li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl" size="80" value="[% library.branchurl | html %]" class="url" /></li> |
243 |
<li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl" size="80" value="[% library.branchurl | html %]" class="url" /></li> |
244 |
<li><label for="opac_info">OPAC info: </label> |
244 |
<li><label for="opac_info">OPAC information: </label> |
245 |
[% IF OpacLibraryInfo %]<!-- opac_info --> |
245 |
[% IF OpacLibraryInfo %]<!-- opac_info --> |
246 |
<div>[% OpacLibraryInfo.content | $raw %]</div> |
246 |
<div>[% OpacLibraryInfo.content | $raw %]</div> |
247 |
<div class="hint"><a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations&op=add_form&id=[% OpacLibraryInfo.id | $raw %]&editmode=wysiwyg" target="_blank">Edit HTML content</a></div> |
247 |
<div class="hint"><a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations&op=add_form&id=[% OpacLibraryInfo.id | $raw %]&editmode=wysiwyg" target="_blank">Edit HTML content</a></div> |
Lines 252-270
Link Here
|
252 |
<li> |
252 |
<li> |
253 |
<label for="branchip">IP: </label> |
253 |
<label for="branchip">IP: </label> |
254 |
<input type="text" name="branchip" id="branchip" size="15" maxlength="15" value="[% library.branchip | html %]" /> |
254 |
<input type="text" name="branchip" id="branchip" size="15" maxlength="15" value="[% library.branchip | html %]" /> |
255 |
<div class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</div> |
255 |
<div class="hint">Enter as a single IP address, or a subnet such as 192.168.1.*</div> |
256 |
</li> |
256 |
</li> |
257 |
<li> |
257 |
<li> |
258 |
<label for="marcorgcode">MARC organization code</label> |
258 |
<label for="marcorgcode">MARC organization code: </label> |
259 |
<input type="text" name="marcorgcode" id="marcorgcode" size="16" maxlength="16" value="[% library.marcorgcode | html %]" /> |
259 |
<input type="text" name="marcorgcode" id="marcorgcode" size="16" maxlength="16" value="[% library.marcorgcode | html %]" /> |
260 |
<div class="hint"> |
260 |
<div class="hint"> |
261 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
261 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
262 |
[% pref_MARCOrgCode_link = BLOCK %]<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=MARCOrgCode">MARCOrgCode</a>[% END %] |
262 |
[% pref_MARCOrgCode_link = BLOCK %]<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=MARCOrgCode">MARCOrgCode</a>[% END %] |
263 |
If not filled in defaults to system preference [% pref_MARCOrgCode_link | $raw | $KohaSpan %]. |
263 |
Default: [% pref_MARCOrgCode_link | $raw | $KohaSpan %] system preference. |
264 |
[% ELSE %] |
264 |
[% ELSE %] |
265 |
If not filled in defaults to system preference MARCOrgCode. |
265 |
Default: MARCOrgCode system preference. |
266 |
[% END %] |
266 |
[% END %] |
267 |
You can obtain your code from <a href="http://www.loc.gov/marc/organizations/orgshome.html" target="_blank">Library of Congress</a>. |
267 |
Obtain a library code from the <a href="https://www.loc.gov/marc/organizations/orgshome.html" target="_blank">Library of Congress</a>. |
268 |
</div> |
268 |
</div> |
269 |
</li> |
269 |
</li> |
270 |
<li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% library.branchnotes | html %]" /></li> |
270 |
<li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% library.branchnotes | html %]" /></li> |
Lines 289-298
Link Here
|
289 |
<option value="0" selected="selected">No</option> |
289 |
<option value="0" selected="selected">No</option> |
290 |
[% END %] |
290 |
[% END %] |
291 |
</select> |
291 |
</select> |
292 |
<div class="hint">Set to 'yes' to show this library as a search option and on the libraries page in the OPAC.</div> |
292 |
<div class="hint">Set to 'Yes' to show this library as a search option and on the libraries page in the OPAC.</div> |
293 |
</li> |
293 |
</li> |
294 |
<li> |
294 |
<li> |
295 |
<label for="library_hours">Opening hours: </label> |
295 |
<label for="library_hours">Library hours: </label> |
296 |
<table id="library_hours_table"> |
296 |
<table id="library_hours_table"> |
297 |
<thead> |
297 |
<thead> |
298 |
<tr> |
298 |
<tr> |
Lines 532-538
Link Here
|
532 |
[% library.branchip | html %] |
532 |
[% library.branchip | html %] |
533 |
</li> |
533 |
</li> |
534 |
<li> |
534 |
<li> |
535 |
<span class="label">MARC organization code</span> |
535 |
<span class="label">MARC organization code:</span> |
536 |
[% library.marcorgcode | html %] |
536 |
[% library.marcorgcode | html %] |
537 |
</li> |
537 |
</li> |
538 |
<li> |
538 |
<li> |
Lines 556-562
Link Here
|
556 |
[% END %] |
556 |
[% END %] |
557 |
</li> |
557 |
</li> |
558 |
<li> |
558 |
<li> |
559 |
<span class="label">Opening hours: </span> |
559 |
<span class="label">Library hours: </span> |
560 |
[% SET CalendarFirstDayOfWeek = Koha.Preference("CalendarFirstDayOfWeek") %] |
560 |
[% SET CalendarFirstDayOfWeek = Koha.Preference("CalendarFirstDayOfWeek") %] |
561 |
[% SET set_hours = 0 %] |
561 |
[% SET set_hours = 0 %] |
562 |
[% IF library.library_hours.count > 0 %] |
562 |
[% IF library.library_hours.count > 0 %] |
Lines 595-601
Link Here
|
595 |
</tbody> |
595 |
</tbody> |
596 |
</table> |
596 |
</table> |
597 |
[% ELSE %] |
597 |
[% ELSE %] |
598 |
<span>No opening hours have been set.</span> |
598 |
<span>Library hours not set</span> |
599 |
[% END %] |
599 |
[% END %] |
600 |
</li> |
600 |
</li> |
601 |
</ol> |
601 |
</ol> |
602 |
- |
|
|