comparison app/views/pages/display.ctp @ 3:7201fd354bdf

added icon features , default icon
author Shoshi TAMAKI <shoshi@cr.ie.u-ryukyu.ac.jp>
date Sun, 14 Aug 2011 23:52:31 +0900
parents eb4fee3d9bb8
children c3adb28473d6
comparison
equal deleted inserted replaced
2:bea0f05fb3c8 3:7201fd354bdf
21 <?php } ?> 21 <?php } ?>
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 <h3><?php echo $dom["name"]; ?></h3> 27 <h3><?php echo $dom["name"]; ?></h3>
27 <table> 28 <table>
28 <tr> 29 <tr>
29 <th>Memory</th> 30 <th>Memory</th>
30 <th>Number of CPUs</th> 31 <th>Number of CPUs</th>