diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2001-08-17 17:18:51 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2001-08-17 17:18:51 +0000 |
commit | c8e8b5b2ca7fe825d43033525386e4a0a5a8e3de (patch) | |
tree | ecd93684d9ec02080bc43f236bc531af0f190992 /Know | |
parent | 7ebcdf33f4f6d51e68fed038333938cca130c30a (diff) |
none
Diffstat (limited to 'Know')
-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]] |