Subversion Repositories ALCASAR

Rev

Rev 303 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
1 root 1
<?
303 richard 2
	$select[0]="$l_domains_filter";
315 richard 3
	$select[1]=$l_network;
303 richard 4
	$select[2]="Exceptions";
286 richard 5
	$fich[0]="admin/dns_filter.php";
303 richard 6
	$fich[1]="admin/net_filter.php";
7
	$fich[2]="admin/filter_exceptions.php";
1 root 8
	$j=0;
9
	$nb=count($select);
10
	while ($j != $nb)
11
	{
12
		echo "<TR><TD valign=\"middle\" align=\"left\">&nbsp;<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>";
13
		$j++;
14
	}
15
?>