Changeset 9896 for trunk/Mars/datacenter/db/menu.php
- Timestamp:
- 08/26/10 14:35:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/datacenter/db/menu.php
r9617 r9896 38 38 printf(" </td><td>\n"); 39 39 PrintPullDown($host, $user, $pw, $db, "AtmosphericModel", "fAtmosphericModelName", "fAtmosphericModelKEY", "Atm. model"); 40 printf(" </td><td>\n"); 41 PrintPullDown($host, $user, $pw, $db, "CeresSetup", "fCeresSetupName", "fCeresSetupKEY", "Ceres setup"); 40 42 printf(" </td>\n"); 41 43 … … 1672 1674 $_GET["fAtmosphericModelName"]="Off"; 1673 1675 1676 if (empty($_GET["fCeresSetupName"])) 1677 $_GET["fCeresSetupName"]=$first?"On":""; 1678 1674 1679 if (empty($_GET["fNumEvents"])) 1675 1680 $_GET["fNumEvents"]=$first?"On":"";
Note:
See TracChangeset
for help on using the changeset viewer.