Lines 33-50
Link Here
|
33 |
|
33 |
|
34 |
[% WRAPPER tabs id= "abouttabs" %] |
34 |
[% WRAPPER tabs id= "abouttabs" %] |
35 |
[% WRAPPER tabs_nav %] |
35 |
[% WRAPPER tabs_nav %] |
36 |
[% WRAPPER tab_item tabname= "about" bt_active= 1 %] <span>Server information</span> [% END %] |
36 |
[% WRAPPER tab_item_link link = "about" bt_active = tab == "about" %] <span>Server information</span> [% END %] |
37 |
[% WRAPPER tab_item tabname= "perl" %] <span>Perl modules</span> [% END %] |
37 |
[% WRAPPER tab_item_link link = "perl" bt_active = tab == "perl" %] <span>Perl modules</span> [% END %] |
38 |
[% WRAPPER tab_item tabname= "sysinfo" %] <span>System information</span> [% END %] |
38 |
[% WRAPPER tab_item_link link = "sysinfo" bt_active = tab == "sysinfo" %] <span>System information</span> [% END %] |
39 |
[% WRAPPER tab_item tabname= "team" %] <span>Koha team</span> [% END %] |
39 |
[% WRAPPER tab_item_link link = "team" bt_active = tab == "team" %] <span>Koha team</span> [% END %] |
40 |
[% WRAPPER tab_item tabname= "licenses" %] <span>Licenses</span> [% END %] |
40 |
[% WRAPPER tab_item_link link = "licenses" bt_active = tab == "licenses" %] <span>Licenses</span> [% END %] |
41 |
[% WRAPPER tab_item tabname= "translations" %] <span>Translations</span> [% END %] |
41 |
[% WRAPPER tab_item_link link = "translations" bt_active = tab == "translations" %] <span>Translations</span> [% END %] |
42 |
[% WRAPPER tab_item tabname= "history" %] <span>Timeline</span> [% END %] |
42 |
[% WRAPPER tab_item_link link = "history" bt_active = tab == "history" %] <span>Timeline</span> [% END %] |
43 |
[% WRAPPER tab_item tabname= "dedications" %] <span>Dedications</span> [% END %] |
43 |
[% WRAPPER tab_item_link link = "dedications" bt_active = tab == "dedications" %] <span>Dedications</span> [% END %] |
44 |
[% END %] |
44 |
[% END %] |
45 |
|
45 |
|
46 |
[% WRAPPER tab_panels %] |
46 |
[% WRAPPER tab_panels %] |
47 |
[% WRAPPER tab_panel tabname= "about" bt_active= 1 %] |
47 |
[% IF tab == 'about' %] |
|
|
48 |
[% WRAPPER tab_panel tabname= "about" bt_active= 1 %] |
48 |
<table> |
49 |
<table> |
49 |
<caption>Server information</caption> |
50 |
<caption>Server information</caption> |
50 |
<tr> |
51 |
<tr> |
Lines 218-226
Link Here
|
218 |
</td> |
219 |
</td> |
219 |
</tr> |
220 |
</tr> |
220 |
</table> |
221 |
</table> |
221 |
[% END # /WRAPPER tab_item about %] |
222 |
[% END # tab=about %] |
|
|
223 |
[% END # tab=about %] |
224 |
|
225 |
[% #WRAPPER tab_panel tabname= "perl" %] |
226 |
[% IF tab == 'perl' %] |
222 |
|
227 |
|
223 |
[% WRAPPER tab_panel tabname= "perl" %] |
|
|
224 |
<table style="cursor:pointer"> |
228 |
<table style="cursor:pointer"> |
225 |
<caption>Perl modules</caption> |
229 |
<caption>Perl modules</caption> |
226 |
[% FOREACH tabl IN table %] |
230 |
[% FOREACH tabl IN table %] |
Lines 268-275
Link Here
|
268 |
</tr> |
272 |
</tr> |
269 |
[% END # /FOREACH tabl %] |
273 |
[% END # /FOREACH tabl %] |
270 |
</table> |
274 |
</table> |
271 |
[% END # /WRAPPER tab_item perl %] |
275 |
[% END # tab=perl %] |
272 |
|
276 |
|
|
|
277 |
[% IF tab == 'sysinfo' %] |
273 |
[% IF Asset.css("css/staff-global.css") == "" || Asset.js("js/vue/dist/erm.js") == "" %] |
278 |
[% IF Asset.css("css/staff-global.css") == "" || Asset.js("js/vue/dist/erm.js") == "" %] |
274 |
[% SET warnMissingCompiledFiles = 1 %] |
279 |
[% SET warnMissingCompiledFiles = 1 %] |
275 |
[% END %] |
280 |
[% END %] |
Lines 754-762
Link Here
|
754 |
[% ELSE %] |
759 |
[% ELSE %] |
755 |
<p>No warnings.</p> |
760 |
<p>No warnings.</p> |
756 |
[% END # /IF warnRequireChoosingExistingAuthority... %] |
761 |
[% END # /IF warnRequireChoosingExistingAuthority... %] |
757 |
[% END # /WRAPPER tab_item sysinfo %] |
762 |
[% END # tab=sysinfo %] |
758 |
|
763 |
|
759 |
[% WRAPPER tab_panel tabname= "team" %] |
764 |
[% IF tab == 'team' %] |
|
|
765 |
[% #WRAPPER tab_panel tabname= "team" %] |
760 |
<h2>Special thanks to the following organizations</h2> |
766 |
<h2>Special thanks to the following organizations</h2> |
761 |
<ul> |
767 |
<ul> |
762 |
<li> |
768 |
<li> |
Lines 965-973
Link Here
|
965 |
<li>Nicholas Rosasco (Documentation Compiler)</li> |
971 |
<li>Nicholas Rosasco (Documentation Compiler)</li> |
966 |
<li>Regula Sebastiao</li> |
972 |
<li>Regula Sebastiao</li> |
967 |
</ul> |
973 |
</ul> |
968 |
[% END # /WRAPPER tab_item team %] |
974 |
[% END # tab=team %] |
969 |
|
975 |
|
970 |
[% WRAPPER tab_panel tabname= "licenses" %] |
976 |
[% IF tab == 'licenses' %] |
|
|
977 |
[% #WRAPPER tab_panel tabname= "licenses" %] |
971 |
<h2>Koha</h2> |
978 |
<h2>Koha</h2> |
972 |
<p> |
979 |
<p> |
973 |
This program is free software: you can redistribute it and/or modify it under the terms of the <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.html">GNU General Public License</a> as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. |
980 |
This program is free software: you can redistribute it and/or modify it under the terms of the <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.html">GNU General Public License</a> as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. |
Lines 1212-1220
Link Here
|
1212 |
<a href="https://mottie.github.io/Keyboard/index.html">Virtual Keyboard v1.30.1</a>: <a href="https://github.com/Mottie/Keyboard/blob/v1.30.1/LICENSE">MIT Licence</a> |
1219 |
<a href="https://mottie.github.io/Keyboard/index.html">Virtual Keyboard v1.30.1</a>: <a href="https://github.com/Mottie/Keyboard/blob/v1.30.1/LICENSE">MIT Licence</a> |
1213 |
</p> |
1220 |
</p> |
1214 |
|
1221 |
|
1215 |
[% END # /WRAPPER tab_item licenses %] |
1222 |
[% END # tab=licenses %] |
1216 |
|
1223 |
|
1217 |
[% WRAPPER tab_panel tabname= "translations" %] |
1224 |
[% IF tab == 'translations' %] |
|
|
1225 |
[% #WRAPPER tab_panel tabname= "translations" %] |
1218 |
<h2>Translation</h2> |
1226 |
<h2>Translation</h2> |
1219 |
<ul> |
1227 |
<ul> |
1220 |
<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. |
1228 |
<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 1263-1271
Link Here
|
1263 |
<li>اردو(Urdu) Ata ur Rehman</li> |
1271 |
<li>اردو(Urdu) Ata ur Rehman</li> |
1264 |
<li>Українська (Ukrainian) Victor Titarchuk and Serhij Dubyk</li> |
1272 |
<li>Українська (Ukrainian) Victor Titarchuk and Serhij Dubyk</li> |
1265 |
</ul> |
1273 |
</ul> |
1266 |
[% END # /WRAPPER tab_item translations %] |
1274 |
[% END #tab=translations %] |
1267 |
|
1275 |
|
1268 |
[% WRAPPER tab_panel tabname= "history" %] |
1276 |
[% IF tab == 'history' %] |
|
|
1277 |
[% #WRAPPER tab_panel tabname= "history" %] |
1269 |
<h2>Koha history timeline</h2> |
1278 |
<h2>Koha history timeline</h2> |
1270 |
[% IF ! timeline_read_error %] |
1279 |
[% IF ! timeline_read_error %] |
1271 |
<table style="cursor:pointer"> |
1280 |
<table style="cursor:pointer"> |
Lines 1289-1297
Link Here
|
1289 |
Could not read the history.txt file. Please make sure <docdir> is correctly defined in koha-conf.xml. |
1298 |
Could not read the history.txt file. Please make sure <docdir> is correctly defined in koha-conf.xml. |
1290 |
</div> |
1299 |
</div> |
1291 |
[% END %] |
1300 |
[% END %] |
1292 |
[% END # /WRAPPER tab_item history %] |
1301 |
[% END # tab=history %] |
1293 |
|
1302 |
|
1294 |
[% WRAPPER tab_panel tabname= "dedications" %] |
1303 |
[% IF tab == 'dedications' %] |
|
|
1304 |
[% #WRAPPER tab_panel tabname= "dedications" %] |
1295 |
<h2>22.11</h2> |
1305 |
<h2>22.11</h2> |
1296 |
<p> |
1306 |
<p> |
1297 |
The Koha Community would like to dedicate the release of Koha 22.11 to Rosalie Blake. |
1307 |
The Koha Community would like to dedicate the release of Koha 22.11 to Rosalie Blake. |
Lines 1306-1324
Link Here
|
1306 |
She was also a practicing Justice of the Peace, a stalwart of the Levin Pottery Club and much loved |
1316 |
She was also a practicing Justice of the Peace, a stalwart of the Levin Pottery Club and much loved |
1307 |
mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Billy. |
1317 |
mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Billy. |
1308 |
</p> |
1318 |
</p> |
1309 |
[% END # /WRAPPER tab_item dedications %] |
1319 |
[% END # tab=dedications %] |
1310 |
[% END %] |
1320 |
[% END %] |
1311 |
[% END # /WRAPPER abouttabs %] |
1321 |
[% END # /WRAPPER abouttabs %] |
1312 |
</div> <!-- /.col-md-12 --> |
1322 |
</div> <!-- /.col-md-12 --> |
1313 |
</div> <!-- /.row --> |
1323 |
</div> <!-- /.row --> |
1314 |
|
|
|
1315 |
[% MACRO jsinclude BLOCK %] |
1316 |
<script> |
1317 |
$(document).ready(function(){ |
1318 |
selectBsTabByHash( "abouttabs" ); |
1319 |
}); |
1320 |
</script> |
1321 |
[% END %] |
1322 |
|
1323 |
<!-- the main div is closed in intranet-bottom.inc --> |
1324 |
<!-- the main div is closed in intranet-bottom.inc --> |
1324 |
[% INCLUDE 'intranet-bottom.inc' %] |
1325 |
[% INCLUDE 'intranet-bottom.inc' %] |
1325 |
- |
|
|