Lines 28-44
Link Here
|
28 |
<h1>About Koha</h1> |
28 |
<h1>About Koha</h1> |
29 |
|
29 |
|
30 |
<div id="abouttabs" class="toptabs numbered"> |
30 |
<div id="abouttabs" class="toptabs numbered"> |
31 |
<ul> |
31 |
<ul class="nav nav-tabs" role="tablist"> |
32 |
<li><a href="#about">Server information</a></li> |
32 |
<li role="presentation" class="active"><a href="#about" aria-controls="about" role="tab" data-toggle="tab">Server information</a></li> |
33 |
<li><a href="#perl">Perl modules</a></li> |
33 |
<li role="presentation"><a href="#perl" aria-controls="perl" role="tab" data-toggle="tab">Perl modules</a></li> |
34 |
<li><a href="#sysinfo">System information</a></li> |
34 |
<li role="presentation"><a href="#sysinfo" aria-controls="sysinfo" role="tab" data-toggle="tab">System information</a></li> |
35 |
<li><a href="#team">Koha team</a></li> |
35 |
<li role="presentation"><a href="#team" aria-controls="team" role="tab" data-toggle="tab">Koha team</a></li> |
36 |
<li><a href="#licenses">Licenses</a></li> |
36 |
<li role="presentation"><a href="#licenses" aria-controls="licenses" role="tab" data-toggle="tab">Licenses</a></li> |
37 |
<li><a href="#translations">Translations</a></li> |
37 |
<li role="presentation"><a href="#translations" aria-controls="translations" role="tab" data-toggle="tab">Translations</a></li> |
38 |
<li><a href="#history">Timeline</a></li> |
38 |
<li role="presentation"><a href="#history" aria-controls="history" role="tab" data-toggle="tab">Timeline</a></li> |
39 |
</ul> |
39 |
</ul> |
40 |
|
40 |
|
41 |
<div id="about"> |
41 |
<div class="tab-content"> |
|
|
42 |
<div role="tabpanel" class="tab-pane active" id="about"> |
42 |
|
43 |
|
43 |
<table> |
44 |
<table> |
44 |
<caption>Server information</caption> |
45 |
<caption>Server information</caption> |
Lines 171-177
Link Here
|
171 |
</tr> |
172 |
</tr> |
172 |
</table> |
173 |
</table> |
173 |
</div> |
174 |
</div> |
174 |
<div id="perl"> |
175 |
<div role="tabpanel" class="tab-pane" id="perl"> |
175 |
<table style="cursor:pointer"> |
176 |
<table style="cursor:pointer"> |
176 |
<caption>Perl modules</caption> |
177 |
<caption>Perl modules</caption> |
177 |
[% FOREACH tabl IN table %] |
178 |
[% FOREACH tabl IN table %] |
Lines 214-220
Link Here
|
214 |
</table> |
215 |
</table> |
215 |
</div> |
216 |
</div> |
216 |
|
217 |
|
217 |
<div id="sysinfo"> |
218 |
<div role="tabpanel" class="tab-pane" id="sysinfo"> |
218 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnPrefKohaAdminEmailAddress || warnPrefOpacHiddenItems || invalid_yesno.count || warnNoActiveCurrency || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs || warnRelationships || log4perl_errors || config_bcrypt_settings_no_set || warnHiddenBiblionumbers.size || warnConnectBroker %] |
219 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnPrefKohaAdminEmailAddress || warnPrefOpacHiddenItems || invalid_yesno.count || warnNoActiveCurrency || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs || warnRelationships || log4perl_errors || config_bcrypt_settings_no_set || warnHiddenBiblionumbers.size || warnConnectBroker %] |
219 |
[% IF (warnIsRootUser) %] |
220 |
[% IF (warnIsRootUser) %] |
220 |
<h2>Warning regarding current user</h2> |
221 |
<h2>Warning regarding current user</h2> |
Lines 508-514
Link Here
|
508 |
[% END %] |
509 |
[% END %] |
509 |
</div> |
510 |
</div> |
510 |
|
511 |
|
511 |
<div id="team"> |
512 |
<div role="tabpanel" class="tab-pane" id="team"> |
512 |
<h2>Special thanks to the following organizations</h2> |
513 |
<h2>Special thanks to the following organizations</h2> |
513 |
<ul> |
514 |
<ul> |
514 |
<li><a href="http://library.org.nz">Horowhenua Library Trust</a>, New Zealand, and Rosalie Blake, Head of Libraries, (Koha 1.0)</li> |
515 |
<li><a href="http://library.org.nz">Horowhenua Library Trust</a>, New Zealand, and Rosalie Blake, Head of Libraries, (Koha 1.0)</li> |
Lines 678-684
Link Here
|
678 |
</ul> |
679 |
</ul> |
679 |
</div> |
680 |
</div> |
680 |
|
681 |
|
681 |
<div id="licenses"> |
682 |
<div role="tabpanel" class="tab-pane" id="licenses"> |
682 |
<h2>Koha</h2> |
683 |
<h2>Koha</h2> |
683 |
<p> |
684 |
<p> |
684 |
<a href="http://www.gnu.org/licenses/gpl-3.0.html">Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.</a> |
685 |
<a href="http://www.gnu.org/licenses/gpl-3.0.html">Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.</a> |
Lines 801-807
Link Here
|
801 |
<p><a href="https://larsjung.de/kjua/">kjua</a> by Lars Jung is a JavaScript library that generates QR codes, licensed under the <a href="https://github.com/lrsjng/kjua/blob/master/README.md">MIT license</a>.</p> |
802 |
<p><a href="https://larsjung.de/kjua/">kjua</a> by Lars Jung is a JavaScript library that generates QR codes, licensed under the <a href="https://github.com/lrsjng/kjua/blob/master/README.md">MIT license</a>.</p> |
802 |
|
803 |
|
803 |
<h2>Verovio</h2> |
804 |
<h2>Verovio</h2> |
804 |
<p><a href="https://www.verovio.org/index.xhtml">Verovio is developed by the Swiss RISM Office with the support of the Swiss National Science Foundation, licensed under the <a href="http://www.gnu.org/licenses/lgpl-3.0.html">LGPL v3.0</a>.</p> |
805 |
<p><a href="https://www.verovio.org/index.xhtml">Verovio</a> is developed by the Swiss RISM Office with the support of the Swiss National Science Foundation, licensed under the <a href="http://www.gnu.org/licenses/lgpl-3.0.html">LGPL v3.0</a>.</p> |
805 |
|
806 |
|
806 |
<h2>jquery.cookie</h2> |
807 |
<h2>jquery.cookie</h2> |
807 |
<p><a href="https://github.com/carhartl/jquery-cookie">jquery.cookie</a> by Klaus Hartl is a jQuery plugin for setting, reading, and deleting browser cookies, licensed under the <a href="https://github.com/carhartl/jquery-cookie/blob/master/MIT-LICENSE.txt">MIT license</a>.</p> |
808 |
<p><a href="https://github.com/carhartl/jquery-cookie">jquery.cookie</a> by Klaus Hartl is a jQuery plugin for setting, reading, and deleting browser cookies, licensed under the <a href="https://github.com/carhartl/jquery-cookie/blob/master/MIT-LICENSE.txt">MIT license</a>.</p> |
Lines 820-826
Link Here
|
820 |
|
821 |
|
821 |
</div> |
822 |
</div> |
822 |
|
823 |
|
823 |
<div id="translations"> |
824 |
<div role="tabpanel" class="tab-pane" id="translations"> |
824 |
<h2>Translation</h2> |
825 |
<h2>Translation</h2> |
825 |
<ul> |
826 |
<ul> |
826 |
<li>العربية (Arabic) Version 3.2 to 3.4, 3.16 & 3.18 by KnowledgeWare Technologies; Versions 3.6 to 3.14 by Arabic Koha support team: Karam Qubsi, Kouider Bounama, Sham Bajaa, Ghofran Alshami, Chrestian Aboud, Fatema Salem and Duaa Bazzazi. |
827 |
<li>العربية (Arabic) Version 3.2 to 3.4, 3.16 & 3.18 by KnowledgeWare Technologies; Versions 3.6 to 3.14 by Arabic Koha support team: Karam Qubsi, Kouider Bounama, Sham Bajaa, Ghofran Alshami, Chrestian Aboud, Fatema Salem and Duaa Bazzazi. |
Lines 872-878
Link Here
|
872 |
|
873 |
|
873 |
</div> |
874 |
</div> |
874 |
|
875 |
|
875 |
<div id="history"> |
876 |
<div role="tabpanel" class="tab-pane" id="history"> |
876 |
<h2>Koha history timeline</h2> |
877 |
<h2>Koha history timeline</h2> |
877 |
[% IF ! timeline_read_error %] |
878 |
[% IF ! timeline_read_error %] |
878 |
<table style="cursor:pointer"> |
879 |
<table style="cursor:pointer"> |
Lines 901-913
Link Here
|
901 |
</div> |
902 |
</div> |
902 |
</div> |
903 |
</div> |
903 |
</div> |
904 |
</div> |
|
|
905 |
</div> |
904 |
|
906 |
|
905 |
[% MACRO jsinclude BLOCK %] |
907 |
[% MACRO jsinclude BLOCK %] |
906 |
<script> |
908 |
<script> |
907 |
$(document).ready(function() { |
909 |
$(document).ready(function(){ |
908 |
$('#abouttabs').tabs(); |
910 |
/* Bootstrap doesn't support automatic targeting of tabs by location hash */ |
909 |
}); |
911 |
var activeTab = $("[href='" + location.hash + "']"); |
|
|
912 |
activeTab && activeTab.tab('show'); |
913 |
}); |
910 |
</script> |
914 |
</script> |
911 |
[% END %] |
915 |
[% END %] |
|
|
916 |
|
912 |
<!-- the main div is closed in intranet-bottom.inc --> |
917 |
<!-- the main div is closed in intranet-bottom.inc --> |
913 |
[% INCLUDE 'intranet-bottom.inc' %] |
918 |
[% INCLUDE 'intranet-bottom.inc' %] |
914 |
- |
|
|