Changeset 30949
- Timestamp:
- Mar 17, 2011, 3:27:04 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/czartool_labels.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/czartool_labels.php
r30948 r30949 119 119 echo "</form>\n"; 120 120 121 echo "<table border="0">"; 122 123 echo "<tr>"; 124 echo "<td colspan=\"2\" style=\"background-color:#FFA500;\">"; 125 echo "<h1>Main Title of Web Page</h1>"; 126 echo "</td>"; 127 echo "</tr>"; 128 129 echo "<tr valign=\"top\">"; 130 echo "<td style=\"background-color:#FFD700;width:100px;text-align:top;\">"; 131 echo "<b>Menu</b><br />"; 132 echo "HTML<br/>"; 133 echo "CSS<br/>"; 134 echo "JavaScript"; 135 echo "</td>"; 136 echo "<td style=\"background-color:#EEEEEE;height:200px;width:400px;text-align:top;\">"; 121 137 echo "<table>\n"; 122 138 … … 252 268 echo "</tr>\n"; 253 269 254 echo "</table>\n"; 270 echo "</td>"; 271 echo "</tr>"; 272 273 echo "<tr>"; 274 echo "<td colspan=\"2\" style=\"background-color:#FFA500;text-align:center;\">"; 275 echo "Copyright © 2011 W3Schools.com</td>"; 276 echo "</tr>"; 277 278 echo "</table>"; 279 echo "</table>"; 255 280 256 281 menu_end();
Note:
See TracChangeset
for help on using the changeset viewer.
