IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9003 for trunk/ippMonitor/def


Ignore:
Timestamp:
Sep 26, 2006, 6:19:19 PM (20 years ago)
Author:
eugene
Message:

many changes to support the inline images and linked images

Location:
trunk/ippMonitor/def
Files:
26 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/autocode.php

    r8984 r9003  
    55$ID = checkID ();
    66
    7 menu('$MENU', '$TITLE', '$STYLE', $ID['link']);
     7if ($ID['menu']) {
     8  $myMenu = $ID['menu'];
     9} else {
     10  $myMenu = "$MENU";
     11}
     12
     13menu($myMenu, '$TITLE', '$STYLE', $ID['link']);
    814
    915echo "<p> $TITLE </p>";
     
    2632  menu_end();
    2733}
     34
     35// ** BODY HTML **
    2836
    2937// set up the table and form
     
    5866$pass = $ID['pass'];
    5967$proj = $ID['proj'];
     68$menu = $ID['menu'];
    6069echo "<input type=\"hidden\" name=\"pass\" value=\"$pass\">\n";
    6170echo "<input type=\"hidden\" name=\"proj\" value=\"$proj\">\n";
     71echo "<input type=\"hidden\" name=\"menu\" value=\"$menu\">\n";
    6272echo "</form>\n";
     73
     74// ** TAIL HTML **
    6375
    6476menu_end();
  • trunk/ippMonitor/def/detInputExp.d

    r8984 r9003  
    44MENU  ipp.detrend.dat
    55
    6 #     field     name     link to     extras
    7 FIELD det_id, det_id
     6BODY.HTML  test 1 <br>
     7BODY.HTML  test 2 <br>
     8BODY.HTML  test 3 <br>
     9
     10#     field      name       show        link to                 extras
     11FIELD det_id,    det_id
    812FIELD iteration, iteration
    9 FIELD exp_id, exp_id
    10 FIELD include, include
     13FIELD exp_id,    exp_id,    value,      rawImfile.php,          exp_id=$exp_id
     14FIELD exp_id,    processed, value=proc, detProcessedImfile.php, exp_id=$exp_id,det_id=$det_id
     15FIELD include,   include
     16
     17TAIL.HTML test tail 1 <br>
     18TAIL.HTML test tail 2 <br>
     19TAIL.HTML test tail 3 <br>
  • trunk/ippMonitor/def/detMasterFrame.d

    r8984 r9003  
    44MENU  ipp.detrend.dat
    55
    6 #     field     name     link to     extras
     6#     field     name     show  link to     extras
    77FIELD det_id, det_id
    88FIELD iteration, iteration
  • trunk/ippMonitor/def/detMasterImfile.d

    r8984 r9003  
    44MENU  ipp.imfiles.dat
    55
    6 #     field     name     link to     extras
     6#     field     name     show  link to     extras
    77FIELD det_id, det_id
    88FIELD class_id, class_id
  • trunk/ippMonitor/def/detNormalizedImfile.d

    r8984 r9003  
    44MENU  ipp.imfiles.dat
    55
    6 #     field     name     link to     extras
     6#     field     name     show   link to     extras
    77FIELD det_id, det_id
    88FIELD iteration, iteration
  • trunk/ippMonitor/def/detNormalizedStatImfile.d

    r8984 r9003  
    44MENU  ipp.imfiles.dat
    55
    6 #     field     name     link to     extras
     6#     field     name     show   link to     extras
    77FIELD det_id, det_id
    88FIELD iteration, iteration
  • trunk/ippMonitor/def/detProcessedImfile.d

    r8984 r9003  
    44MENU  ipp.imfiles.dat
    55
    6 #     field     name     link to     extras
     6RESTRICT exp_id
     7RESTRICT det_id
     8
     9#     field     name      show   link to     extras
    710FIELD det_id, det_id
    811FIELD exp_id, exp_id
  • trunk/ippMonitor/def/detResidExp.d

    r8984 r9003  
    44MENU  ipp.detrend.dat
    55
    6 #     field     name     link to     extras
    7 FIELD det_id, det_id
    8 FIELD iteration, iteration
    9 FIELD exp_id, exp_id
    10 FIELD recipe, recipe
    11 FIELD bg, bg
    12 FIELD bg_stdev, bg_stdev
    13 FIELD bg_mean_stdev, bg_mean_stdev
    14 FIELD b1_uri, b1_uri
    15 FIELD b2_uri, b2_uri
    16 FIELD accept, accept
     6#     field      name       show            link to         extras
     7FIELD det_id,    det_id,    value
     8FIELD iteration, iteration, value
     9FIELD accept,    accept,    value
     10FIELD exp_id,    exp_id,    value,          rawImfile.php,  exp_id=$exp_id
     11FIELD b1_uri,    b1_uri,    image=$b1_uri,  display.php,    image=$b2_uri
     12FIELD recipe,    recipe,    image=pic.png
     13FIELD bg,        backgnd,   value
     14FIELD bg_stdev,  bg_stdev,  value
     15FIELD b2_uri,    b2_uri,    none
     16# FIELD bg_mean_stdev, bg_mean_stdev
  • trunk/ippMonitor/def/detResidImfile.d

    r8984 r9003  
    44MENU  ipp.imfiles.dat
    55
    6 #     field     name     link to     extras
     6#     field     name        show  link to     extras
    77FIELD det_id, det_id
    88FIELD iteration, iteration
  • trunk/ippMonitor/def/detRun.d

    r8984 r9003  
    44MENU  ipp.detrend.dat
    55
    6 #     field     name     link to     extras
     6#     field      name         show    link to              extras
     7FIELD position,  det ID,      value,  detRunSummary.php,   det_id=$position
    78FIELD iteration, iteration
    8 FIELD det_type, det_type
     9FIELD det_type,  det_type
  • trunk/ippMonitor/def/detRunSummary.d

    r8984 r9003  
    44MENU  ipp.detrend.dat
    55
    6 #     field    name    link to     extras
    7 FIELD det_id, det_id
    8 FIELD iteration, iteration
    9 FIELD bg, bg
    10 FIELD bg_stdev, bg_stdev
    11 FIELD bg_mean_stdev, bg_mean_stdev
    12 FIELD accept, accept
     6#     field      name           show         link to           extras
     7FIELD det_id,    det_id
     8FIELD iteration, iteration,     value,       detInputExp.php,  det_id=$det_id,iteration=$iteration
     9FIELD iteration, iteration,     value=resid, detResidExp.php,  det_id=$det_id,iteration=$iteration
     10FIELD accept,    accept
     11FIELD bg,        bg
     12FIELD bg_stdev,  bg_stdev
     13# FIELD bg_mean_stdev, bg_mean_stdev
  • trunk/ippMonitor/def/detStackedImfile.d

    r8984 r9003  
    44MENU  ipp.imfiles.dat
    55
    6 #     field     name     link to     extras
     6#     field     name                   show  link to     extras
    77FIELD det_id, det_id
    88FIELD iteration, iteration
  • trunk/ippMonitor/def/newExp.d

    r8984 r9003  
    11TABLE newExp
    2 TITLE Raw Science Exposures
     2TITLE New Exposures
    33FILE  newExp.php
    44MENU  ipp.copy.dat
    55
    6 #        field          name           link to         extras
     6#        field          name           show     link to         extras
    77FIELD    exp_id,        exposure ID
    88FIELD    camera,        camera
  • trunk/ippMonitor/def/newImfile.d

    r8984 r9003  
    44MENU  ipp.imfiles.dat
    55
    6 #        field          name           link to         extras
     6#        field          name           show   link to         extras
    77FIELD    exp_id,        exposure ID
    88FIELD    class,         class
  • trunk/ippMonitor/def/p1PendingExp.d

    r8984 r9003  
    44MENU  ipp.science.dat
    55
    6 #     field       name         link to         extras
    7 FIELD exp_id,     exposure ID, rawImfile.php,  exp_id=$exp_id
     6#     field       name         show     link to         extras
     7FIELD exp_id,     exposure ID, value,   rawImfile.php,  exp_id=$exp_id
    88FIELD recipe,     recipe
    99FIELD p1_version, p1 version
  • trunk/ippMonitor/def/p2PendingExp.d

    r8984 r9003  
    44MENU  ipp.science.dat
    55
    6 #     field       name         link to         extras
    7 FIELD exp_id,     exposure ID, rawImfile.php,  exp_id=$exp_id
     6#     field       name         show    link to         extras
     7FIELD exp_id,     exposure ID, value,  rawImfile.php,  exp_id=$exp_id
    88FIELD recipe,     recipe
    99FIELD p1_version, p1 version
  • trunk/ippMonitor/def/p2PendingImfile.d

    r8984 r9003  
    44MENU  ipp.imfiles.dat
    55
    6 #     field     name     link to     extras
     6#     field     name           show   link to     extras
    77FIELD exp_id,   exposure ID
    88FIELD class_id, class ID
  • trunk/ippMonitor/def/p2ProcessedExp.d

    r8984 r9003  
    44MENU  ipp.science.dat
    55
    6 #     field       name         link to                 extras
    7 FIELD exp_id,     exposure ID, p2ProcessedImfile.php,  exp_id=$exp_id
    8 FIELD p1_version, p1 version,  p1PendingExp.php        exp_id=$exp_id
     6#     field       name         show   link to                 extras
     7FIELD exp_id,     exposure ID, value, p2ProcessedImfile.php,  exp_id=$exp_id
     8FIELD p1_version, p1 version,  value, p1PendingExp.php        exp_id=$exp_id
    99FIELD p2_version, p2 version
  • trunk/ippMonitor/def/p2ProcessedImfile.d

    r8984 r9003  
    44MENU  ipp.imfiles.dat
    55
    6 #     field          name         link to     extras
     6#     field          name          show  link to     extras
    77FIELD exp_id,        exposure ID
    88FIELD class_id,      class ID
  • trunk/ippMonitor/def/p3PendingExp.d

    r8984 r9003  
    44MENU  ipp.science.dat
    55
    6 #     field       name          link to                extras
    7 FIELD exp_id,     exposure ID,  p2ProcessedImfile.php, exp_id=$exp_id
    8 FIELD p2_version, p2 version,   p2ProcessedExp.php,    exp_id=$exp_id
     6#     field       name          show   link to                extras
     7FIELD exp_id,     exposure ID,  value, p2ProcessedImfile.php, exp_id=$exp_id
     8FIELD p2_version, p2 version,   value, p2ProcessedExp.php,    exp_id=$exp_id
    99FIELD p3_version, p3 version
  • trunk/ippMonitor/def/pzPendingExp.d

    r8984 r9003  
    44MENU  ipp.copy.dat
    55
    6 #        field        name           link to         extras
     6#        field          name           show     link to         extras
    77FIELD    exp_id,        exposures ID
    88FIELD    camera,        camera
  • trunk/ippMonitor/def/pzPendingImfile.d

    r8984 r9003  
    44MENU  ipp.imfiles.dat
    55
    6 #        field        name           link to         extras
    7 FIELD    exp_id,        exposure ID
    8 FIELD    bytes,         number of bytes
    9 FIELD    md5sum,        checksum
    10 FIELD    class,         class
    11 FIELD    class_id,      class ID
    12 FIELD    uri,           URI
     6#        field        name             show   link to         extras
     7FIELD    exp_id,      exposure ID
     8FIELD    bytes,       number of bytes
     9FIELD    md5sum,      checksum
     10FIELD    class,       class
     11FIELD    class_id,    class ID
     12FIELD    uri,         URI
  • trunk/ippMonitor/def/rawDetrendExp.d

    r8984 r9003  
    44MENU  ipp.copy.dat
    55
    6 #        field        name           link to         extras
    7 FIELD    exp_id,      exposure ID,   rawImfile.php,  exp_id=$exp_id
    8 FIELD    telescope,   Telescope,     telescopes.php
     6#        field        name           show     link to         extras
     7FIELD    exp_id,      exposure ID,   value,   rawImfile.php,  exp_id=$exp_id
     8FIELD    telescope,   Telescope
    99FIELD    camera,      Camera
    1010FIELD    exp_type,    Type   
  • trunk/ippMonitor/def/rawImfile.d

    r8984 r9003  
    77RESTRICT class_id
    88
    9 #        field        name           link to         extras
     9#        field        name           show   link to         extras
    1010FIELD    exp_id,      Exposure ID
    1111FIELD    class,       Class
  • trunk/ippMonitor/def/rawScienceExp.d

    r8984 r9003  
    44MENU  ipp.copy.dat
    55
    6 #        field        name           link to         extras
    7 FIELD    exp_id,      exposure ID,   rawImfile.php,  exp_id=$exp_id,camera=$camera,foo=bar
    8 FIELD    telescope,   Telescope,     telescopes.php
     6#        field        name           show    link to         extras
     7FIELD    exp_id,      exposure ID,   value,   rawImfile.php,  exp_id=$exp_id,camera=$camera,foo=bar
     8FIELD    telescope,   Telescope,     value,  telescopes.php
    99FIELD    camera,      Camera
    1010FIELD    exp_type,    Type   
  • trunk/ippMonitor/def/summitExp.d

    r8984 r9003  
    11TABLE summitExp
    2 TITLE Summit Exposures
     2TITLE Pending Summit Exposures
    33FILE  summitExp.php
    44MENU  ipp.copy.dat
    55
    6 #        field        name           link to         extras
    7 FIELD    exp_id,        exposure ID
    8 FIELD    camera,        camera
    9 FIELD    telescope,     telescope
    10 FIELD    exp_type,      type
    11 FIELD    uri,           URI
     6#        field        name           show    link to         extras
     7FIELD    exp_id,      exposure ID
     8FIELD    camera,      camera
     9FIELD    telescope,   telescope
     10FIELD    exp_type,    type
     11FIELD    uri,         URI
Note: See TracChangeset for help on using the changeset viewer.