View | Details | Raw Unified | Return to bug 32571
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-50 / +32 lines)
Lines 1-3 Link Here
1
[% USE raw %]
1
[% USE HtmlTags %]
2
[% USE HtmlTags %]
2
[% USE Koha %]
3
[% USE Koha %]
3
[% USE KohaDates %]
4
[% USE KohaDates %]
Lines 29-65 Link Here
29
30
30
            <h1>About Koha</h1>
31
            <h1>About Koha</h1>
31
32
32
            <div id="abouttabs" class="toptabs numbered">
33
            [% WRAPPER tabs id= "abouttabs" %]
33
                <ul class="nav nav-tabs" role="tablist">
34
                [% WRAPPER tabs_nav %]
34
                    <li role="presentation" class="active">
35
                    [% WRAPPER tab_item tabname= "about" active= 1 %] Server information [% END %]
35
                        <a href="#about" aria-controls="about" role="tab" data-toggle="tab">Server information</a>
36
                    [% WRAPPER tab_item tabname= "perl" %] Perl modules [% END %]
36
                    </li>
37
                    [% WRAPPER tab_item tabname= "sysinfo" %] System information [% END %]
37
                    <li role="presentation">
38
                    [% WRAPPER tab_item tabname= "team" %] Koha team [% END %]
38
                        <a href="#perl" aria-controls="perl" role="tab" data-toggle="tab">Perl modules</a>
39
                    [% WRAPPER tab_item tabname= "licenses" %] Licenses [% END %]
39
                    </li>
40
                    [% WRAPPER tab_item tabname= "translations" %] Translations [% END %]
40
                    <li role="presentation">
41
                    [% WRAPPER tab_item tabname= "history" %] Timeline [% END %]
41
                        <a href="#sysinfo" aria-controls="sysinfo" role="tab" data-toggle="tab">System information</a>
42
                    [% WRAPPER tab_item tabname= "dedications" %] Dedications [% END %]
42
                    </li>
43
                [% END %]
43
                    <li role="presentation">
44
44
                        <a href="#team" aria-controls="team" role="tab" data-toggle="tab">Koha team</a>
45
                [% WRAPPER tab_panels %]
45
                    </li>
46
                    [% WRAPPER tab_panel tabname= "about" active= 1 %]
46
                    <li role="presentation">
47
                        <a href="#licenses" aria-controls="licenses" role="tab" data-toggle="tab">Licenses</a>
48
                    </li>
49
                    <li role="presentation">
50
                        <a href="#translations" aria-controls="translations" role="tab" data-toggle="tab">Translations</a>
51
                    </li>
52
                    <li role="presentation">
53
                        <a href="#history" aria-controls="history" role="tab" data-toggle="tab">Timeline</a>
54
                    </li>
55
                    <li role="presentation">
56
                        <a href="#dedications" aria-controls="dedications" role="tab" data-toggle="tab">Dedications</a>
57
                    </li>
58
                </ul>
59
60
                <div class="tab-content">
61
                    <div role="tabpanel" class="tab-pane active" id="about">
62
63
                        <table>
47
                        <table>
64
                            <caption>Server information</caption>
48
                            <caption>Server information</caption>
65
                            <tr>
49
                            <tr>
Lines 230-238 Link Here
230
                                </td>
214
                                </td>
231
                            </tr>
215
                            </tr>
232
                        </table>
216
                        </table>
233
                    </div> <!-- /#about -->
217
                    [% END # /WRAPPER tab_item about %]
234
218
235
                    <div role="tabpanel" class="tab-pane" id="perl">
219
                    [% WRAPPER tab_panel tabname= "perl" %]
236
                        <table style="cursor:pointer">
220
                        <table style="cursor:pointer">
237
                            <caption>Perl modules</caption>
221
                            <caption>Perl modules</caption>
238
                            [% FOREACH tabl IN table %]
222
                            [% FOREACH tabl IN table %]
Lines 280-288 Link Here
280
                                </tr>
264
                                </tr>
281
                            [% END # /FOREACH tabl %]
265
                            [% END # /FOREACH tabl %]
282
                        </table>
266
                        </table>
283
                    </div> <!-- /#perl -->
267
                    [% END # /WRAPPER tab_item perl %]
284
268
285
                    <div role="tabpanel" class="tab-pane" id="sysinfo">
269
                    [% WRAPPER tab_panel tabname= "sysinfo" %]
286
                        [% IF warnRequireChoosingExistingAuthority || 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 || elasticsearch_has_missing %]
270
                        [% IF warnRequireChoosingExistingAuthority || 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 || elasticsearch_has_missing %]
287
                            [% IF (warnIsRootUser) %]
271
                            [% IF (warnIsRootUser) %]
288
                                <h2>Warning regarding current user</h2>
272
                                <h2>Warning regarding current user</h2>
Lines 707-715 Link Here
707
                        [% ELSE %]
691
                        [% ELSE %]
708
                            <p>No warnings.</p>
692
                            <p>No warnings.</p>
709
                        [% END # /IF warnRequireChoosingExistingAuthority... %]
693
                        [% END # /IF warnRequireChoosingExistingAuthority... %]
710
                    </div> <!-- /#sysinfo -->
694
                    [% END # /WRAPPER tab_item sysinfo %]
711
695
712
                    <div role="tabpanel" class="tab-pane" id="team">
696
                    [% WRAPPER tab_panel tabname= "team" %]
713
                        <h2>Special thanks to the following organizations</h2>
697
                        <h2>Special thanks to the following organizations</h2>
714
                        <ul>
698
                        <ul>
715
                            <li>
699
                            <li>
Lines 894-902 Link Here
894
                            <li>Nicholas Rosasco (Documentation Compiler)</li>
878
                            <li>Nicholas Rosasco (Documentation Compiler)</li>
895
                            <li>Regula Sebastiao</li>
879
                            <li>Regula Sebastiao</li>
896
                        </ul>
880
                        </ul>
897
                    </div> <!-- /#team -->
881
                    [% END # /WRAPPER tab_item team %]
898
882
899
                    <div role="tabpanel" class="tab-pane" id="licenses">
883
                    [% WRAPPER tab_panel tabname= "licenses" %]
900
                        <h2>Koha</h2>
884
                        <h2>Koha</h2>
901
                        <p>
885
                        <p>
902
                            <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>
886
                            <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 1107-1115 Link Here
1107
                            <a href="https://wicky.nillia.ms/enquire.js">Enquire.js</a> licensed under the <a href="https://github.com/WickyNilliams/enquire.js/blob/master/LICENSE">MIT license</a>.
1091
                            <a href="https://wicky.nillia.ms/enquire.js">Enquire.js</a> licensed under the <a href="https://github.com/WickyNilliams/enquire.js/blob/master/LICENSE">MIT license</a>.
1108
                        </p>
1092
                        </p>
1109
1093
1110
                    </div> <!-- /#licenses -->
1094
                    [% END # /WRAPPER tab_item licenses %]
1111
1095
1112
                    <div role="tabpanel" class="tab-pane" id="translations">
1096
                    [% WRAPPER tab_panel tabname= "translations" %]
1113
                        <h2>Translation</h2>
1097
                        <h2>Translation</h2>
1114
                        <ul>
1098
                        <ul>
1115
                            <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.
1099
                            <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 1158-1167 Link Here
1158
                            <li>&#1575;&#1585;&#1583;&#1608;(Urdu) Ata ur Rehman</li>
1142
                            <li>&#1575;&#1585;&#1583;&#1608;(Urdu) Ata ur Rehman</li>
1159
                            <li>&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; (Ukrainian) Victor Titarchuk and Serhij Dubyk</li>
1143
                            <li>&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; (Ukrainian) Victor Titarchuk and Serhij Dubyk</li>
1160
                        </ul>
1144
                        </ul>
1145
                    [% END # /WRAPPER tab_item translations %]
1161
1146
1162
                    </div> <!-- /#translations -->
1147
                    [% WRAPPER tab_panel tabname= "history" %]
1163
1164
                    <div role="tabpanel" class="tab-pane" id="history">
1165
                        <h2>Koha history timeline</h2>
1148
                        <h2>Koha history timeline</h2>
1166
                        [% IF ! timeline_read_error %]
1149
                        [% IF ! timeline_read_error %]
1167
                            <table style="cursor:pointer">
1150
                            <table style="cursor:pointer">
Lines 1185-1193 Link Here
1185
                                Could not read the history.txt file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
1168
                                Could not read the history.txt file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
1186
                            </div>
1169
                            </div>
1187
                        [% END %]
1170
                        [% END %]
1188
                    </div> <!-- /#history -->
1171
                    [% END # /WRAPPER tab_item history %]
1189
1172
1190
                    <div role="tabpanel" class="tab-pane" id="dedications">
1173
                    [% WRAPPER tab_panel tabname= "dedications" %]
1191
                        <h2>22.11</h2>
1174
                        <h2>22.11</h2>
1192
                        <p>
1175
                        <p>
1193
                            The Koha Community would like to dedicate the release of Koha 22.11 to Rosalie Blake.
1176
                            The Koha Community would like to dedicate the release of Koha 22.11 to Rosalie Blake.
Lines 1202-1210 Link Here
1202
                            She was also a practicing Justice of the Peace, a stalwart of the Levin Pottery Club and much loved
1185
                            She was also a practicing Justice of the Peace, a stalwart of the Levin Pottery Club and much loved
1203
                            mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Billy.
1186
                            mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Billy.
1204
                        </p>
1187
                        </p>
1205
                    </div> <!-- /#dedications -->
1188
                    [% END # /WRAPPER tab_item dedications %]
1206
                 </div> <!-- /.tab-content -->
1189
                [% END %]
1207
            </div> <!-- /#abouttabs -->
1190
            [% END # /WRAPPER abouttabs %]
1208
        </div> <!-- /.col-md-12 -->
1191
        </div> <!-- /.col-md-12 -->
1209
    </div> <!-- /.row -->
1192
    </div> <!-- /.row -->
1210
1193
1211
- 

Return to bug 32571