Subversion Repositories ALCASAR

Rev

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

Rev Author Line No. Line
958 franck 1
<?php
2
# $Id: system.php 1484 2014-11-11 23:14:36Z richard $
1484 richard 3
	$select[0]=$l_network;
4
	$select[1]="Services";
324 richard 5
	$select[2]=$l_ldap;
1484 richard 6
	$fich[0]="admin/network.php";
7
	$fich[1]="admin/services.php";
324 richard 8
	$fich[2]="admin/ldap.php";
9
	$j=0;
10
	$nb=count($select);
11
	while ($j != $nb)
12
	{
13
		echo "<TR><TD valign=\"middle\" align=\"left\">&nbsp;&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>";
14
		$j++;
15
	}
838 richard 16
?>