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 1102-1110 Link Here
1102
                            <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>.
1086
                            <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>.
1103
                        </p>
1087
                        </p>
1104
1088
1105
                    </div> <!-- /#licenses -->
1089
                    [% END # /WRAPPER tab_item licenses %]
1106
1090
1107
                    <div role="tabpanel" class="tab-pane" id="translations">
1091
                    [% WRAPPER tab_panel tabname= "translations" %]
1108
                        <h2>Translation</h2>
1092
                        <h2>Translation</h2>
1109
                        <ul>
1093
                        <ul>
1110
                            <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.
1094
                            <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 1153-1162 Link Here
1153
                            <li>&#1575;&#1585;&#1583;&#1608;(Urdu) Ata ur Rehman</li>
1137
                            <li>&#1575;&#1585;&#1583;&#1608;(Urdu) Ata ur Rehman</li>
1154
                            <li>&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; (Ukrainian) Victor Titarchuk and Serhij Dubyk</li>
1138
                            <li>&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; (Ukrainian) Victor Titarchuk and Serhij Dubyk</li>
1155
                        </ul>
1139
                        </ul>
1140
                    [% END # /WRAPPER tab_item translations %]
1156
1141
1157
                    </div> <!-- /#translations -->
1142
                    [% WRAPPER tab_panel tabname= "history" %]
1158
1159
                    <div role="tabpanel" class="tab-pane" id="history">
1160
                        <h2>Koha history timeline</h2>
1143
                        <h2>Koha history timeline</h2>
1161
                        [% IF ! timeline_read_error %]
1144
                        [% IF ! timeline_read_error %]
1162
                            <table style="cursor:pointer">
1145
                            <table style="cursor:pointer">
Lines 1180-1188 Link Here
1180
                                Could not read the history.txt file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
1163
                                Could not read the history.txt file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
1181
                            </div>
1164
                            </div>
1182
                        [% END %]
1165
                        [% END %]
1183
                    </div> <!-- /#history -->
1166
                    [% END # /WRAPPER tab_item history %]
1184
1167
1185
                    <div role="tabpanel" class="tab-pane" id="dedications">
1168
                    [% WRAPPER tab_panel tabname= "dedications" %]
1186
                        <h2>22.11</h2>
1169
                        <h2>22.11</h2>
1187
                        <p>
1170
                        <p>
1188
                            The Koha Community would like to dedicate the release of Koha 22.11 to Rosalie Blake.
1171
                            The Koha Community would like to dedicate the release of Koha 22.11 to Rosalie Blake.
Lines 1197-1205 Link Here
1197
                            She was also a practicing Justice of the Peace, a stalwart of the Levin Pottery Club and much loved
1180
                            She was also a practicing Justice of the Peace, a stalwart of the Levin Pottery Club and much loved
1198
                            mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Billy.
1181
                            mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Billy.
1199
                        </p>
1182
                        </p>
1200
                    </div> <!-- /#dedications -->
1183
                    [% END # /WRAPPER tab_item dedications %]
1201
                 </div> <!-- /.tab-content -->
1184
                [% END %]
1202
            </div> <!-- /#abouttabs -->
1185
            [% END # /WRAPPER abouttabs %]
1203
        </div> <!-- /.col-md-12 -->
1186
        </div> <!-- /.col-md-12 -->
1204
    </div> <!-- /.row -->
1187
    </div> <!-- /.row -->
1205
1188
1206
- 

Return to bug 32571