Changes between Version 12 and Version 13 of GSOCWebSetupImplementation


Ignore:
Timestamp:
04/05/11 17:29:51 (14 years ago)
Author:
anubhav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSOCWebSetupImplementation

    v12 v13  
    186186
    187187The 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:
    189189{{{
    190190#!html
     
    336336
    337337}}}
     338
     339* There will be similar forms for the settings; however I would like to have separate forms for different categories of settings
     340 
     341Like thsese:-
     342{{{
     343#!html
     344
     345
     346<table class=MsoTableGrid border=1 cellspacing=0 cellpadding=0
     347 style='border-collapse:collapse;border:none'>
     348 <tr>
     349  <td width=328 valign=top style='width:196.8pt;border:solid windowtext 1.0pt;
     350  padding:0cm 5.4pt 0cm 5.4pt'>
     351  <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
     352  normal'><span style='color:#0D0D0D'>SETTINGS CATEGORY</span></p>
     353  </td>
     354  <td width=260 valign=top style='width:155.9pt;border:solid windowtext 1.0pt;
     355  border-left:none;padding:0cm 5.4pt 0cm 5.4pt'>
     356  <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
     357  normal'><span style='color:#0D0D0D'>(before the first setting only)</span></p>
     358  </td>
     359  <td width=302 valign=top style='width:181.4pt;border:solid windowtext 1.0pt;
     360  border-left:none;padding:0cm 5.4pt 0cm 5.4pt'>
     361  <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
     362  normal'><span style='color:#0D0D0D'>&nbsp;</span></p>
     363  </td>
     364 </tr>
     365 <tr>
     366  <td width=328 valign=top style='width:196.8pt;border:solid windowtext 1.0pt;
     367  border-top:none;padding:0cm 5.4pt 0cm 5.4pt'>
     368  <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
     369  normal'><span style='color:#0D0D0D'>Setting name</span></p>
     370  </td>
     371  <td width=260 valign=top style='width:155.9pt;border-top:none;border-left:
     372  none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
     373  padding:0cm 5.4pt 0cm 5.4pt'>
     374  <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
     375  normal'><span style='color:#0D0D0D'>FIELD according to the Input type
     376  required</span></p>
     377  </td>
     378  <td width=302 valign=top style='width:181.4pt;border-top:none;border-left:
     379  none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
     380  padding:0cm 5.4pt 0cm 5.4pt'>
     381  <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
     382  normal'><span style='color:#0D0D0D'>                             ?help</span></p>
     383  </td>
     384 </tr>
     385 <tr>
     386  <td width=328 valign=top style='width:196.8pt;border:solid windowtext 1.0pt;
     387  border-top:none;padding:0cm 5.4pt 0cm 5.4pt'>
     388  <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
     389  normal'><span style='color:#0D0D0D'>&nbsp;</span></p>
     390  <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
     391  normal'><span style='color:#0D0D0D'>BACK(after the last one only)</span></p>
     392  <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
     393  normal'><span style='color:#0D0D0D'>&nbsp;</span></p>
     394  </td>
     395  <td width=260 valign=top style='width:155.9pt;border-top:none;border-left:
     396  none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
     397  padding:0cm 5.4pt 0cm 5.4pt'>
     398  <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
     399  normal'><span style='color:#0D0D0D'>&nbsp;</span></p>
     400  <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
     401  normal'><span style='color:#0D0D0D'>NEXT(after the last one only)</span></p>
     402  </td>
     403  <td width=302 valign=top style='width:181.4pt;border-top:none;border-left:
     404  none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
     405  padding:0cm 5.4pt 0cm 5.4pt'>
     406  <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
     407  normal'><span style='color:#0D0D0D'>&nbsp;</span></p>
     408  <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
     409  normal'><span style='color:#0D0D0D'>SAVE AND QUIT(after the last on only)</span></p>
     410  </td>
     411 </tr>
     412</table>
     413}}}