Changes between Version 16 and Version 17 of GSOCWebSetupImplementation
- Timestamp:
- 04/05/11 17:33:39 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSOCWebSetupImplementation
v16 v17 187 187 The TABLE() function will be extremely useful for setting the user interface and SELECT() function for defining dropboxes. INPUT() will help us define check boxes and other input types. All the fields stored in modules for every setting will be sent to the user using INPUT() (jquery validation requirement, input type and default value ) and FIELDSET(for field id and the keys of the, setting variable are extremely important here) 188 188 * Module Forms: 189 [[BR]] 190 189 191 {{{ 190 192 #!html … … 412 414 }}} 413 415 414 * for adding some text on the main page416 * ''For adding some text on the main page'' 415 417 416 418 We will just set a text field in the form. Where he can type anything which he wants to be displayed at the main landing page of eden. I will set a global variable, that later I will write to the file 000_config.Then a division would be created in the index page of eden for displaying simple text.