Removed old domaine in resources links.
This commit is contained in:
parent
98b08566ae
commit
ffe9fcaad8
@ -41,12 +41,12 @@ if($i<10){$num="0".$i;}
|
||||
else{$num=$i;}
|
||||
|
||||
echo("<tr>");
|
||||
echo("<td>$num : $title[$i]</td><td><a href=\"http://www.expolibre.org/expolibre-2/svg/expo"."$num".".svg\">SVG</a></td><td><a href=\"http://www.expolibre.org/expolibre-2/png/expo"."$num".".png\">PNG</a></td><td><a href=\"http://www.expolibre.org/expolibre-2/pdf/expo"."$num".".pdf\">PDF</a></td>");
|
||||
echo("<td>$num : $title[$i]</td><td><a href=\"/svg/expo"."$num".".svg\">SVG</a></td><td><a href=\"/png/expo"."$num".".png\">PNG</a></td><td><a href=\"/pdf/expo"."$num".".pdf\">PDF</a></td>");
|
||||
echo("</tr>");
|
||||
}
|
||||
|
||||
echo("<tr>");
|
||||
echo("<td>Tous : archives tar.gz</td><td><a href=\"http://www.expolibre.org/expolibre-2/svg/expo-svg.tar.gz\">SVG</a></td><td><a href=\"http://www.expolibre.org/expolibre-2/png/expo-png.tar.gz\">PNG</a></td><td><a href=\"http://www.expolibre.org/expolibre-2/pdf/expo-pdf.tar.gz\">PDF</a></td>");
|
||||
echo("<td>Tous : archives tar.gz</td><td><a href=\"/svg/expo-svg.tar.gz\">SVG</a></td><td><a href=\"/png/expo-png.tar.gz\">PNG</a></td><td><a href=\"/pdf/expo-pdf.tar.gz\">PDF</a></td>");
|
||||
echo("</tr>");
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user