Changeset 10621 for trunk/ippMonitor/raw
- Timestamp:
- Dec 11, 2006, 10:32:55 AM (20 years ago)
- Location:
- trunk/ippMonitor/raw
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.css
r9439 r10621 9 9 a:link, a:visited, a:active { text-decoration: underline; font-weight: bold; color: #ff0000 } 10 10 11 a.menutop { text-decoration: none; color: #ffffff; font-weight: bold } 12 a.menutops { text-decoration: none; color: #80f0ff; font-weight: bold } 13 a.menuext { text-decoration: none; color: #ffffff; font-weight: bold } 11 a.button { text-decoration: none; font-weight: bold; color: #000000; background: #0080c0} 12 a.menutop { text-decoration: none; font-weight: bold; color: #ffffff} 13 a.menutops { text-decoration: none; font-weight: bold; color: #80f0ff} 14 a.menuext { text-decoration: none; font-weight: bold; color: #ffffff} 14 15 a.menulink { text-decoration: none; font-weight: normal; color: #000000} 15 16 a.menuselect { text-decoration: none; font-weight: normal; color: #0000ff} -
trunk/ippMonitor/raw/ipp.imfiles.dat
r9439 r10621 32 32 menulink | menuselect | link | detResidImfile | detResidImfile.php 33 33 menulink | menuselect | link | masterDetrendImfiles | masterDetrendImfiles.php 34 menulink | menuselect | link | detMasterImfile | detMasterImfile.php35 34 menulink | menuselect | link | pzPendingImfile | pzPendingImfile.php 36 35 menulink | menuselect | link | p2PendingImfile | p2PendingImfile.php -
trunk/ippMonitor/raw/ipp.php
r9439 r10621 1 1 <?php 2 3 $dTABLE = 40; 2 4 3 5 function logintext () { … … 126 128 $ID['proj'] = $_GET[proj]; 127 129 $ID['menu'] = $_GET[menu]; 130 $ID['from'] = $_GET[from]; 128 131 129 132 if ($VERBOSE) { … … 139 142 $ID['proj'] = $_POST[proj]; 140 143 $ID['menu'] = $_POST[menu]; 144 $ID['from'] = $_POST[from]; 141 145 142 146 if ($VERBOSE) {
Note:
See TracChangeset
for help on using the changeset viewer.
