Details |
Last modification |
View Log
Rev |
Author |
Line No. |
Line |
1911 |
raphael.pi |
1 |
<?php
|
|
|
2 |
$select[0]="$l_backup_archive";
|
|
|
3 |
$fich[0]="backup/sauvegarde.php";
|
|
|
4 |
$j=0;
|
|
|
5 |
while ($j != count($select))
|
|
|
6 |
{
|
|
|
7 |
echo "<TR><TD valign=\"middle\" align=\"left\"> <img src=\"/images/right2.gif\" height=10 width=10 border=no nosave><a href=\"$fich[$j]\" target=\"REXY2\"><font color=\"black\">$select[$j]</font></a></TD></TR>";
|
|
|
8 |
$j++;
|
|
|
9 |
}
|
|
|
10 |
?>
|