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