Subversion Repositories ALCASAR

Rev

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

Rev 59 Rev 96
Line 258... Line 258...
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><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><?php echo $serviceName ;?></td>
262
    <td width="30" align="center">---</td>
262
    <td width="30" align="center">---</td>
263
    <td width="30" align="center"><a href="services.php?action=stop&service=<?php echo $serviceName;?>"><?php echo $l_service_stop;?></a></td>
263
    <td width="30" 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="services.php?action=restart&service=<?php echo $serviceName;?>"><?php echo $l_service_restart;?></a></td>
264
    <td width="30" 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><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="services.php?action=start&service=<?php echo $serviceName;?>"><?php echo $l_service_start;?></a></td>
268
    <td width="30" 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="30" align="center">---</td>
270
    <td width="30" align="center">---</td>
270
    <td width="30" align="center">---</td>
271
    <?php } ?>
271
    <?php } ?>
272
</tr>
272
</tr>
273
<?php } ?>
273
<?php } ?>