IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9016 for trunk/ippMonitor/def


Ignore:
Timestamp:
Sep 27, 2006, 4:57:39 PM (20 years ago)
Author:
eugene
Message:

adding login, cookie tables, database selection

Location:
trunk/ippMonitor/def
Files:
2 edited

Legend:

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

    r9011 r9016  
    44
    55$ID = checkID ();
     6if ($ID['proj']) {
     7  $db = dbconnect($ID['proj']);
     8} else {
     9  $db = dbconnect('detrend');
     10}
    611
    712if ($ID['menu']) {
     
    1419
    1520echo "<p> $TITLE </p>";
    16 
    17 $db = dbconnect();
    1821
    1922// define restrictiosn to the queries
  • trunk/ippMonitor/def/detInputExp.d

    r9011 r9016  
    44MENU  ipp.detrend.dat
    55
    6 HEAD HTML  test head 1 <br>
    7 HEAD HTML  test head 2 <br>
    8 HEAD HTML  test head 3 <br>
     6# HEAD HTML  test head 1 <br>
    97
    108#     field      width  name        show  link to                 extras
     
    1513FIELD include,   7,     include
    1614
    17 TAIL HTML test tail 1 <br>
    18 TAIL HTML test tail 2 <br>
    19 TAIL HTML test tail 3 <br>
     15# TAIL HTML  test tail 1 <br>
Note: See TracChangeset for help on using the changeset viewer.