IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9347 for trunk/ippMonitor/raw


Ignore:
Timestamp:
Oct 5, 2006, 8:47:34 PM (20 years ago)
Author:
eugene
Message:

updates to cleanup table layouts and links

Location:
trunk/ippMonitor/raw
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/getimage.php

    r9080 r9347  
    11<?php
    22
    3 $IMAGEDIR = "/data/alala/eugene/swtests/pantasks/isp/full/";
     3$IMAGEDIR = "/data/alala/eugene/swtests/pantasks/";
    44
    55// load an image file from the image directory
  • trunk/ippMonitor/raw/ipp.detrend.dat

    r9080 r9347  
    2727menulink  | menuselect   | link    | Detrend Runs                 | detRunSummary.php             
    2828menulink  | menuselect   | link    | Raw Detrend Exp              | rawDetrendExp_detrend.php
    29 menulink  | menuselect   | link    | Input Detrend Exp            | detInputExp.php                   
    30 menulink  | menuselect   | link    | Resid Detrend Exp            | detResidExp.php                       
     29menulink  | menuselect   | link    | Input Detrend Exp            | detInputExp.php
     30menulink  | menuselect   | link    | Proc Detrend Exp             | detProcessedExp.php
     31menulink  | menuselect   | link    | Resid Detrend Exp            | detResidExp.php
    3132
    3233menutop   | menutop      | plain   | &nbsp;                       |
    33 menutop   | menutop      | plain   | External Links               | none           
    34 menutop   | menutop      | link    | test page                    | phptest.php     
     34menutop   | menutop      | plain   | External Links               | none
     35menutop   | menutop      | link    | test page                    | phptest.php
  • trunk/ippMonitor/raw/ipp.php

    r9080 r9347  
    234234  if ($_SERVER[REQUEST_METHOD] == 'GET') {
    235235    $value = $_GET[$htmlkey];
    236     // echo "using GET<br>\n";
     236    // echo "using GET: $value<br>\n";
    237237  } else {
    238238    $value = $_POST[$htmlkey];
    239     // echo "using POST<br>\n";
     239    // echo "using POST: $value<br>\n";
    240240  }
    241241  // echo "value: $value<br>\n";
    242   if ($value) {
     242  if ($value != "") {
    243243    if ($where) {
    244244      $where = $where . " AND $key = '$value'";
Note: See TracChangeset for help on using the changeset viewer.