Changeset 11977
- Timestamp:
- 09/06/11 09:24:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/db_po/get_values.php
r11601 r11977 160 160 printf("<button onClick='ShowCurrent();' id='showcurrent2' style='display:none'>Show Current</button>\n"); 161 161 printf("<button onClick='ShowAll();' id='showall2' style='display:inline'>Show History</button>\n"); 162 printf("<button onClick='addRow(3,\"%s\",\"%s\",\"%s\",\"%s\",\"%s\",\"%s\" );' id='addrowvals2' style='display:inline'>Add Value</button>\n",162 printf("<button onClick='addRow(3,\"%s\",\"%s\",\"%s\",\"%s\",\"%s\",\"%s\",\"%s\");' id='addrowvals2' style='display:inline'>Add Value</button>\n", 163 163 $_GET["fProgram"], $_GET["fKey"], $key1, $key2, $type, $min, $max); 164 164 }
Note:
See TracChangeset
for help on using the changeset viewer.