User Tools

Site Tools


doc:biblio:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
doc:biblio:start [2006/10/06 16:50] – external edit 127.0.0.1doc:biblio:start [2018/02/25 00:08] (current) niccolo
Line 3: Line 3:
 <php> <php>
  
-$INDEX = '/var/www/www.rigacci.org/docs/biblio/bibliolist.txt'; +$INDEX = '/var/www/html/www.rigacci.org/docs/biblio/bibliolist.txt'; 
-$URL_PREFIX = 'http://www.rigacci.org/docs/biblio/';+$URL_PREFIX = 'https://www.rigacci.org/docs/biblio/';
  
 setlocale(LC_ALL, 'it_IT.UTF-8'); setlocale(LC_ALL, 'it_IT.UTF-8');
Line 63: Line 63:
             echo ' ';             echo ' ';
             echo_image ($image, $URL_PREFIX, $alt, $width, $height);             echo_image ($image, $URL_PREFIX, $alt, $width, $height);
 +        }
 +        if (isset($record['src'])) {
 +            echo ' <a href="' . $URL_PREFIX . $record['src'] . '">';
 +            echo 'doc';
 +            echo '</a>';
         }         }
         if (isset($record['offline'])) {         if (isset($record['offline'])) {
doc/biblio/start.1160146259.txt.gz · Last modified: 2011/09/22 11:49 (external edit)