IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10621 for trunk/ippMonitor/raw


Ignore:
Timestamp:
Dec 11, 2006, 10:32:55 AM (20 years ago)
Author:
eugene
Message:

added forward/backward buttons; fixed table fields for pz tables

Location:
trunk/ippMonitor/raw
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/ipp.css

    r9439 r10621  
    99a:link, a:visited, a:active { text-decoration: underline; font-weight: bold; color: #ff0000 }
    1010
    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 }
     11a.button      { text-decoration: none; font-weight: bold;   color: #000000; background: #0080c0}
     12a.menutop     { text-decoration: none; font-weight: bold;   color: #ffffff}
     13a.menutops    { text-decoration: none; font-weight: bold;   color: #80f0ff}
     14a.menuext     { text-decoration: none; font-weight: bold;   color: #ffffff}
    1415a.menulink    { text-decoration: none; font-weight: normal; color: #000000}
    1516a.menuselect  { text-decoration: none; font-weight: normal; color: #0000ff}
  • trunk/ippMonitor/raw/ipp.imfiles.dat

    r9439 r10621  
    3232menulink  | menuselect   | link    | detResidImfile               | detResidImfile.php           
    3333menulink  | menuselect   | link    | masterDetrendImfiles         | masterDetrendImfiles.php
    34 menulink  | menuselect   | link    | detMasterImfile              | detMasterImfile.php                   
    3534menulink  | menuselect   | link    | pzPendingImfile              | pzPendingImfile.php                   
    3635menulink  | menuselect   | link    | p2PendingImfile              | p2PendingImfile.php                   
  • trunk/ippMonitor/raw/ipp.php

    r9439 r10621  
    11<?php
     2
     3$dTABLE = 40;
    24
    35function logintext () {
     
    126128    $ID['proj'] = $_GET[proj];
    127129    $ID['menu'] = $_GET[menu];
     130    $ID['from'] = $_GET[from];
    128131
    129132    if ($VERBOSE) {
     
    139142    $ID['proj'] = $_POST[proj];
    140143    $ID['menu'] = $_POST[menu];
     144    $ID['from'] = $_POST[from];
    141145
    142146    if ($VERBOSE) {
Note: See TracChangeset for help on using the changeset viewer.