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

(-)a/about.pl (+41 lines)
Lines 33-38 use C4::Auth; Link Here
33
use C4::Context;
33
use C4::Context;
34
use C4::Installer;
34
use C4::Installer;
35
35
36
#use Smart::Comments '####';
37
36
my $query = new CGI;
38
my $query = new CGI;
37
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
39
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
38
    {
40
    {
Lines 106-112 foreach (@components) { Link Here
106
        $row = [];
108
        $row = [];
107
    }
109
    }
108
}
110
}
111
## ## $table
109
112
110
$template->param( table => $table );
113
$template->param( table => $table );
111
114
115
116
## ------------------------------------------
117
## Koha time line code
118
119
#get file location
120
my $dir = C4::Context->config('intranetdir');
121
open( FILE, "$dir" . "/docs/history.txt" );
122
my $i = 0;
123
124
my @rows2 = ();
125
my $row2  = [];
126
127
my @lines = <FILE>;
128
close(FILE);
129
130
shift @lines; #remove header row
131
132
foreach (@lines) {
133
    my ( $date, $desc, $tag ) = split(/\t/);
134
    push(
135
        @rows2,
136
        {
137
            date => $date,
138
            desc => $desc,
139
        }
140
    );
141
}
142
143
my $table2 = [];
144
#foreach my $row2 (@rows2) {
145
foreach  (@rows2) {
146
    push (@$row2, $_);
147
    push( @$table2, { row2 => $row2 } );
148
    $row2 = [];
149
}
150
151
$template->param( table2 => $table2 );
152
112
output_html_with_http_headers $query, $cookie, $template->output;
153
output_html_with_http_headers $query, $cookie, $template->output;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-11 / +35 lines)
Lines 16-27 Link Here
16
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; About Koha</div>
16
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; About Koha</div>
17
17
18
<div id="doc3" class="yui-t7">
18
<div id="doc3" class="yui-t7">
19
   
19
20
   <div id="bd">
20
   <div id="bd">
21
    <div id="yui-main">
21
    <div id="yui-main">
22
    <div class="yui-g">
22
    <div class="yui-g">
23
            <h1>About Koha</h1>
23
            <h1>About Koha</h1>
24
    
24
25
    <div id="abouttabs" class="toptabs numbered">
25
    <div id="abouttabs" class="toptabs numbered">
26
        <ul>
26
        <ul>
27
        <li><a href="about.pl#about">Server Information</a></li>
27
        <li><a href="about.pl#about">Server Information</a></li>
Lines 29-38 Link Here
29
        <li><a href="about.pl#team">Koha Team</a></li>
29
        <li><a href="about.pl#team">Koha Team</a></li>
30
        <li><a href="about.pl#licenses">Licenses</a></li>
30
        <li><a href="about.pl#licenses">Licenses</a></li>
31
        <li><a href="about.pl#translations">Translations</a></li>
31
        <li><a href="about.pl#translations">Translations</a></li>
32
        <li><a href="about.pl#history">Koha Timeline</a></li>
32
        </ul>
33
        </ul>
33
        
34
34
        <div id="about">
35
        <div id="about">
35
            
36
36
        <table>
37
        <table>
37
            <caption>Server information</caption>
38
            <caption>Server information</caption>
38
            <tr><th scope="row">Koha version: </th><td>[% kohaVersion |html %]</td></tr>
39
            <tr><th scope="row">Koha version: </th><td>[% kohaVersion |html %]</td></tr>
Lines 95-102 Link Here
95
                <li>The <strong><a href="http://library.neu.edu.tr">Near East University</a></strong>, Cyprus</li>
96
                <li>The <strong><a href="http://library.neu.edu.tr">Near East University</a></strong>, Cyprus</li>
96
                <li><strong>OPUS International Consultants</strong>, Wellington, New Zealand (Corporate Serials sponsorship)</li>
97
                <li><strong>OPUS International Consultants</strong>, Wellington, New Zealand (Corporate Serials sponsorship)</li>
97
                <li><strong><a href="http://www.famfamfam.com/">famfamfam.com</a></strong> Birmingham (UK) based developer Mark James for the famfamfam Silk iconset.</li>
98
                <li><strong><a href="http://www.famfamfam.com/">famfamfam.com</a></strong> Birmingham (UK) based developer Mark James for the famfamfam Silk iconset.</li>
98
            </ul>   
99
            </ul>
99
                
100
100
            <h2>Koha Release Team</h2>
101
            <h2>Koha Release Team</h2>
101
            <ul>
102
            <ul>
102
               <li><strong>Colin Campbell</strong>(Koha 3.4 QA Manager)</li>
103
               <li><strong>Colin Campbell</strong>(Koha 3.4 QA Manager)</li>
Lines 286-292 Link Here
286
                <li><strong>Katipo Communications</strong>, New Zealand</li>
287
                <li><strong>Katipo Communications</strong>, New Zealand</li>
287
                <li><strong>KohaAloha</strong>, New Zealand</li>
288
                <li><strong>KohaAloha</strong>, New Zealand</li>
288
                <li><strong>LibLime</strong>, USA</li>
289
                <li><strong>LibLime</strong>, USA</li>
289
                <li><strong>Libriotech</strong>, Norway</li> 
290
                <li><strong>Libriotech</strong>, Norway</li>
290
		<li><strong>Nelsonville Public Library</strong>, Ohio, USA</li>
291
		<li><strong>Nelsonville Public Library</strong>, Ohio, USA</li>
291
		<li><strong>PTFS</strong>, Maryland, USA</li>
292
		<li><strong>PTFS</strong>, Maryland, USA</li>
292
		<li><strong>PTFS Europe Ltd</strong>, United Kingdom</li>
293
		<li><strong>PTFS Europe Ltd</strong>, United Kingdom</li>
Lines 296-302 Link Here
296
		<li><strong>Tamil</strong>, France</li>
297
		<li><strong>Tamil</strong>, France</li>
297
		<li><strong>Xercode</strong>, Spain</li>
298
		<li><strong>Xercode</strong>, Spain</li>
298
            </ul>
299
            </ul>
299
			
300
300
            <h2>Additional Thanks To...</h2>
301
            <h2>Additional Thanks To...</h2>
301
            <ul>
302
            <ul>
302
	    <li>Jo Ransom</li>
303
	    <li>Jo Ransom</li>
Lines 307-312 Link Here
307
                <li>Nicolas Morin (French Translation in 2.0)</li>
308
                <li>Nicolas Morin (French Translation in 2.0)</li>
308
            </ul>
309
            </ul>
309
        </div>
310
        </div>
311
310
        <div id="licenses">
312
        <div id="licenses">
311
            <h2>Koha</h2>
313
            <h2>Koha</h2>
312
            <p>
314
            <p>
Lines 315-321 Link Here
315
            <h2>YUI</h2>
317
            <h2>YUI</h2>
316
            <p>
318
            <p>
317
            <a href="http://developer.yahoo.com/auth/license.txt">BSD License</a>
319
            <a href="http://developer.yahoo.com/auth/license.txt">BSD License</a>
318
            </p> 
320
            </p>
319
            <h2>Famfamfam iconset</h2>
321
            <h2>Famfamfam iconset</h2>
320
              <ul>
322
              <ul>
321
                <li><a href="http://www.famfamfam.com/lab/icons/silk/">FamFamFam Site</a></li>
323
                <li><a href="http://www.famfamfam.com/lab/icons/silk/">FamFamFam Site</a></li>
Lines 329-334 Link Here
329
                  by the Bridge Consortium of Carleton College and St. Olaf College.</li>
331
                  by the Bridge Consortium of Carleton College and St. Olaf College.</li>
330
              </ul>
332
              </ul>
331
        </div>
333
        </div>
334
332
        <div id="translations">
335
        <div id="translations">
333
            <h2>Translation</h2>
336
            <h2>Translation</h2>
334
            <ul>
337
            <ul>
Lines 380-387 Link Here
380
<li><strong>&#1575;&#1585;&#1583;&#1608;(Urdu)</strong> Ata ur Rehman</li>
383
<li><strong>&#1575;&#1585;&#1583;&#1608;(Urdu)</strong> Ata ur Rehman</li>
381
<li><strong>&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; (Ukrainian)</strong> Victor Titarchuk and Serhij Dubyk</li>
384
<li><strong>&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; (Ukrainian)</strong> Victor Titarchuk and Serhij Dubyk</li>
382
            </ul>
385
            </ul>
383
    
386
387
        </div>
388
389
        <div id="history">
390
        <h2>Koha history timeline</h2>
391
        <table style="cursor:pointer">
392
        <thead>
393
        <tr>
394
            <td  style="font-weight:bold;" >Date</td>
395
            <td  style="font-weight:bold;" >Description</td>
396
        </tr>
397
        </thead>
398
        [% FOREACH tabl IN table2 %]
399
            <tr class="[% loop.parity %]">
400
                [% FOREACH ro IN tabl.row2 %]
401
                     <td>[% ro.date %]</td>
402
                     <td>[% ro.desc %]</td>
403
                [% END %]
404
            </tr>
405
        [% END %]
406
        </table>
384
        </div>
407
        </div>
408
385
    </div>
409
    </div>
410
386
</div></div></div>
411
</div></div></div>
387
[% INCLUDE 'intranet-bottom.inc' %]
412
[% INCLUDE 'intranet-bottom.inc' %]
388
- 

Return to bug 7164