Subversion Repositories ALCASAR

Rev

Rev 841 | 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 958 2012-07-19 09:01:30Z franck $
324 richard 3
	$select[0]=$l_activity;
4
	$select[1]=$l_network;
5
	$select[2]=$l_ldap;
841 richard 6
	$select[3]="Services";
324 richard 7
	$fich[0]="admin/activity.php";
8
	$fich[1]="admin/network.php";
9
	$fich[2]="admin/ldap.php";
838 richard 10
	$fich[3]="admin/services.php";
324 richard 11
	$j=0;
12
	$nb=count($select);
13
	while ($j != $nb)
14
	{
15
		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>";
16
		$j++;
17
	}
838 richard 18
?>