Changeset 28688 for trunk/ippMonitor/raw/ipp.php
- Timestamp:
- Jul 19, 2010, 11:06:08 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/ipp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.php
r28616 r28688 273 273 } 274 274 275 function head ($title) { 276 echo "<head>\n"; 277 echo " <title> $title </title>\n"; 278 /* JavaScript code */ 279 echo " <script type=\"text/javascript\">\n"; 280 echo " function changeCell(cellId, newContent){\n"; 281 echo " document.getElementById(cellId).innerHTML=newContent;\n"; 282 echo " }\n"; 283 echo " </script>\n"; 284 echo "</head>\n\n"; 285 } 286 275 287 function menu ($source, $title, $sheet, $append, $project) { 276 288 277 echo "<html><head><title> $title </title></head>\n\n"; 289 echo "<html>\n"; 290 head($title); 278 291 echo "<link rel=\"STYLESHEET\" HREF=\"$sheet\">\n"; 279 292 echo "<body>\n";
Note:
See TracChangeset
for help on using the changeset viewer.
