[go: up one dir, main page]

Menu

[r50]: / inc / machine_table.php  Maximize  Restore  History

Download this file

16 lines (16 with data), 566 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<table>
<tr>
<td colspan="4">
<?php echo "<a href='edit.php?machine=".$machine->getID()."'>".$machine->getDisplay()."</a>"; ?>
</td>
</tr>
<tr>
<?php if($is_admin): ?>
<td>
Delete <input type="checkbox" name="delm[<?php echo $machine->getID(); ?>]"/>
<?php echo "<a href='edit.php?machine=".$machine->getID()."'>(Edit)</a>"; ?>
<?php endif ?>
<a href="scp://<?php echo $machine->getUser()."@".$machine->getHost().":".$machine->getSSHPort(); ?>"><img src='img/winscp.jpg' width='30' height='30' /></a>
</td>
</tr>
</table>