diff options
-rw-r--r-- | Know/WebForm.mdwn | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Know/WebForm.mdwn b/Know/WebForm.mdwn new file mode 100644 index 00000000..b4cf8edd --- /dev/null +++ b/Know/WebForm.mdwn @@ -0,0 +1,34 @@ +# <a name="Form_Definition_for_the_WEB_web"> Form Definition for the %WEB% web </a> + +<table border="1" cellpadding="1" cellspacing="0"> + <tr> + <th bgcolor="#99CCCC"><strong>Name:</strong></th> + <th bgcolor="#99CCCC"><strong>Type:</strong></th> + <th bgcolor="#99CCCC"><strong>Size:</strong></th> + <th bgcolor="#99CCCC"><strong>Values:</strong></th> + <th bgcolor="#99CCCC"><strong>Tooltip message:</strong></th> + </tr> + <tr> + <td><span style="background:"><font color="">Topic Classification</font></span><a href="http://LOCATION/TopicClassification">?</a></td> + <td> select </td> + <td> 1 </td> + <td> Select one..., <span style="background:"><font color="">No Disclosure</font></span><a href="http://LOCATION/NoDisclosure">?</a>, <span style="background:"><font color="">Public Supported</font></span><a href="http://LOCATION/PublicSupported">?</a>, <span style="background:"><font color="">Public FAQ</font></span><a href="http://LOCATION/PublicFAQ">?</a></td> + <td> Classify a topic </td> + </tr> + <tr> + <td><span style="background:"><font color="">Operating System</font></span><a href="http://LOCATION/OperatingSystem">?</a></td> + <td> checkbox+buttons </td> + <td> 3 </td> + <td><span style="background:"><font color="">Os HPUX</font></span><a href="http://LOCATION/OsHPUX">?</a>, <span style="background:"><font color="">Os Linux</font></span><a href="http://LOCATION/OsLinux">?</a>, <span style="background:"><font color="">Os Solaris</font></span><a href="http://LOCATION/OsSolaris">?</a>, <span style="background:"><font color="">Os Sun OS</font></span><a href="http://LOCATION/OsSunOS">?</a>, <span style="background:"><font color="">Os Win</font></span><a href="http://LOCATION/OsWin">?</a></td> + <td> Select the OS </td> + </tr> + <tr> + <td><span style="background:"><font color="">Os Version</font></span><a href="http://LOCATION/OsVersion">?</a></td> + <td> text </td> + <td> 16 </td> + <td> </td> + <td> OS version </td> + </tr> +</table> + +Related Topic: [[WebPreferences]], [[WebTopicEditTemplate]] |