Subversion Repositories ALCASAR

Rev

Rev 96 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 96 Rev 131
Line 255... Line 255...
255
<TABLE width="100%" border=1 cellspacing=0 cellpadding=0>
255
<TABLE width="100%" border=1 cellspacing=0 cellpadding=0>
256
	<TR align="center">
256
	<TR align="center">
257
<?php foreach( $serviceStatus as $serviceName => $statusOK ) { ?>
257
<?php foreach( $serviceStatus as $serviceName => $statusOK ) { ?>
258
<tr>
258
<tr>
259
	<?php if ($statusOK) { ?>
259
	<?php if ($statusOK) { ?>
260
    <td><img src="/images/state_ok.gif" width="15" height="15" alt="<?php echo $l_service_status_img_ok; ?>"></td>
260
    <td align="center"><img src="/images/state_ok.gif" width="15" height="15" alt="<?php echo $l_service_status_img_ok; ?>"></td>
261
    <td><?php echo $serviceName ;?></td>
261
    <td align="left"><?php echo $serviceName ;?> </td>
262
    <td width="30" align="center">---</td>
262
    <td width="80" align="center">---</td>
263
    <td width="30" align="center"><a href="<?php echo $_SERVER['PHP_SELF']."?action=stop&service=$serviceName\"> $l_service_stop";?></a></td>
263
    <td width="80" align="center"><a href="<?php echo $_SERVER['PHP_SELF']."?action=stop&service=$serviceName\"> $l_service_stop";?></a></td>
264
    <td width="30" align="center"><a href="<?php echo $_SERVER['PHP_SELF']."?action=restart&service=$serviceName\"> $l_service_restart";?></a></td>
264
    <td width="80" align="center"><a href="<?php echo $_SERVER['PHP_SELF']."?action=restart&service=$serviceName\"> $l_service_restart";?></a></td>
265
	<?php } else { ?>
265
	<?php } else { ?>
266
    <td><img src="/images/state_error.gif" width="15" height="15" alt="<?php echo $l_service_status_img_ko ?>"></td>
266
    <td align="center"><img src="/images/state_error.gif" width="15" height="15" alt="<?php echo $l_service_status_img_ko ?>"></td>
267
    <td><?php echo $serviceName ;?></td>
267
    <td><?php echo $serviceName ;?></td>
268
    <td width="30" align="center"><a href="<?php echo $_SERVER['PHP_SELF']."?action=start&service=$serviceName\"> $l_service_start";?></a></td>
268
    <td width="80" align="center"><a href="<?php echo $_SERVER['PHP_SELF']."?action=start&service=$serviceName\"> $l_service_start";?></a></td>
269
    <td width="30" align="center">---</td>
269
    <td width="80" align="center">---</td>
270
    <td width="30" align="center">---</td>
270
    <td width="80" align="center">---</td>
271
    <?php } ?>
271
    <?php } ?>
272
</tr>
272
</tr>
273
<?php } ?>
273
<?php } ?>
274
</td></tr></table>
274
</td></tr></table>
275
</table>
275
</table>