IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 19, 2010, 11:06:08 AM (16 years ago)
Author:
Serge CHASTEL
Message:

Warp Processed Images Scripts

File:
1 edited

Legend:

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

    r28616 r28688  
    273273}
    274274
     275function head ($title) {
     276  echo "<head>\n";
     277  echo "  <title> $title </title>\n";
     278  /* JavaScript code */
     279  echo "  <script type=\"text/javascript\">\n";
     280  echo "  function changeCell(cellId, newContent){\n";
     281  echo "    document.getElementById(cellId).innerHTML=newContent;\n";
     282  echo "  }\n";
     283  echo "  </script>\n";
     284  echo "</head>\n\n";
     285}
     286
    275287function menu ($source, $title, $sheet, $append, $project) {
    276288
    277   echo "<html><head><title> $title </title></head>\n\n";
     289  echo "<html>\n";
     290  head($title);
    278291  echo "<link rel=\"STYLESHEET\" HREF=\"$sheet\">\n";
    279292  echo "<body>\n";
Note: See TracChangeset for help on using the changeset viewer.