IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

File:
1 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();
Note: See TracChangeset for help on using the changeset viewer.