Changeset 1090 for trunk/htdocs/diagnosis/diagnosis.tpl.php
- Timestamp:
- 2012-07-30T17:01:09+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/htdocs/diagnosis/diagnosis.tpl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/diagnosis/diagnosis.tpl.php
r1089 r1090 1 1 <?php include "../common/header.tpl.php"; ?> 2 <table cellspacing="0" cellpadding="4" class="cycles"> 3 <caption> 4 <?php echo _T("Diagnosis Result"); ?> 5 </caption> 6 <tr> 7 <th> 8 <?php echo _T("Level"); ?> 9 </th> 10 <th> 11 <?php echo _T("Reason"); ?> 12 </th> 13 <th> 14 <?php echo _T("Suggestion"); ?> 15 </th> 16 </tr> 17 <?php foreach ($notes as $note) { ?> 18 <tr> 19 <td><?php echo ucfirst($note['type']); ?></td> 20 <td><?php echo $note['reason']; ?></td> 21 <td><?php echo $note['suggestion']; ?></td> 22 </tr> 23 <?php } ?> 24 </table> 2 25 <?php include "../common/footer.tpl.php"; ?>
Note: See TracChangeset
for help on using the changeset viewer.

