Changeset 26456
- Timestamp:
- Dec 17, 2009, 9:58:17 AM (16 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 4 edited
-
def/autocode.php (modified) (1 diff)
-
def/warpStageSkyfileInputs.d (modified) (1 diff)
-
raw/ipp.php (modified) (2 diffs)
-
scripts/generate (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/autocode.php
r21137 r26456 23 23 echo "<form action=\"$FILE\" method=\"POST\">\n"; 24 24 25 $restricted = 0; 26 25 27 // define restrictiosn to the queries 26 28 // ** TABLE RESTRICTIONS ** 29 30 if ($restricted == 0) { 31 if ("$UNRESTRICTED" != "none") { 32 $WHERE = "$WHERE $UNRESTRICTED"; 33 } 34 } 27 35 28 36 // get the result table count -
trunk/ippMonitor/def/warpStageSkyfileInputs.d
r24867 r26456 11 11 WHERE chipProcessedImfile.chip_id = chipRun.chip_id 12 12 WHERE chipProcessedImfile.class_id = warpSkyCellMap.class_id 13 14 # if no query restrictions are supplied, we want to limit the query or it is extremely long running: 15 UNRESTRICTED AND warpRun.warp_id = 0 13 16 14 17 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id -
trunk/ippMonitor/raw/ipp.php
r25783 r26456 17 17 echo "Username: <input type=\"text\" name=\"username\"><br>\n"; 18 18 } 19 echo 'Password: <input type=" text" name="password"><br>', "\n";19 echo 'Password: <input type="password" name="password"><br>', "\n"; 20 20 echo '<input type="submit" name="login" value="login">', "\n"; 21 21 echo '</form>', "\n\n"; … … 430 430 } 431 431 if ($value == "") { return $where; } 432 433 global $restricted; 434 $restricted = 1; 435 432 436 if ($where) { 433 437 $where = $where . " AND"; -
trunk/ippMonitor/scripts/generate
r24758 r26456 28 28 &init_key ("STYLE"); 29 29 &init_key ("MODE"); 30 &init_key ("UNRESTRICTED"); 30 31 &init_key ("TABLE"); 31 32 &init_key ("TITLE"); … … 121 122 &check_key ("STYLE", "ipp.css"); 122 123 &check_key ("MODE", "basic"); 124 &check_key ("UNRESTRICTED", "none"); 123 125 &check_key ("TABLE", ""); 124 126 &check_key ("TITLE", "");
Note:
See TracChangeset
for help on using the changeset viewer.
