Changeset 465 for trunk/openmct/packages/system/owi/src/shell.c
- Timestamp:
- 10/03/07 14:04:56 (5 years ago)
- Files:
-
- 1 modified
-
trunk/openmct/packages/system/owi/src/shell.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/openmct/packages/system/owi/src/shell.c
r425 r465 56 56 /* Print table head */ 57 57 printf("<form action=\"%s\" method=\"post\">\n" 58 "<input type=\"hidden\" name=\"module\" value=\"%s\" />\n" 58 59 "<input type=\"hidden\" name=\"command\" value=\"execute\" />\n" 59 60 "<table class=\"%s\" width=\"100%%\">\n" … … 61 62 "<td>\n", 62 63 getenv("SCRIPT_NAME"), 64 variable_get("module"), 63 65 CONTENT_TABLE_CLASS); 64 66
