comparison app/views/pages/display.ctp @ 4:c3adb28473d6 default tip

modified icon feature
author Shoshi TAMAKI <shoshi@cr.ie.u-ryukyu.ac.jp>
date Tue, 16 Aug 2011 18:31:36 +0900
parents 7201fd354bdf
children
comparison
equal deleted inserted replaced
3:7201fd354bdf 4:c3adb28473d6
22 </tr> 22 </tr>
23 </table> 23 </table>
24 <h2>Domains</h2> 24 <h2>Domains</h2>
25 <?php foreach($domains as $dom){ ?> 25 <?php foreach($domains as $dom){ ?>
26 <img src="icon/index?uuid=<?php echo $dom["uuid"] ?>" /> 26 <img src="icon/index?uuid=<?php echo $dom["uuid"] ?>" />
27 <a href="icon/EditIcon?uuid=<?php echo $dom["uuid"] ?>">edit</a>
27 <h3><?php echo $dom["name"]; ?></h3> 28 <h3><?php echo $dom["name"]; ?></h3>
28 <table> 29 <table>
29 <tr> 30 <tr>
30 <th>Memory</th> 31 <th>Memory</th>
31 <th>Number of CPUs</th> 32 <th>Number of CPUs</th>