diff options
Diffstat (limited to 'TWiki/TWikiForms.mdwn')
-rw-r--r-- | TWiki/TWikiForms.mdwn | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/TWiki/TWikiForms.mdwn b/TWiki/TWikiForms.mdwn index 1f6ad367..0fe0b122 100644 --- a/TWiki/TWikiForms.mdwn +++ b/TWiki/TWikiForms.mdwn @@ -92,21 +92,21 @@ A Form Template is simply a page containing your form, defined in a table where > <th bgcolor="#99CCCC"><strong>Tooltip message</strong></th> > </tr> > <tr> -> <td><span style="background:"><font color="">Topic Classification</font></span><a href="http://LOCATIONKnow/TopicClassification">?</a></td> +> <td>[[Know/TopicClassification]]</td> > <td> select </td> > <td align="center"> 1 </td> -> <td><span style="background:"><font color="">No Disclosure</font></span><a href="http://LOCATIONKnow/NoDisclosure">?</a>, <span style="background:"><font color="">Public Supported</font></span><a href="http://LOCATIONKnow/PublicSupported">?</a>, <span style="background:"><font color="">Public FAQ</font></span><a href="http://LOCATIONKnow/PublicFAQ">?</a></td> +> <td>[[Know/NoDisclosure]], [[Know/PublicSupported]], [[Know/PublicFAQ]]</td> > <td> blah blah... </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Operating System</font></span><a href="http://LOCATIONKnow/OperatingSystem">?</a></td> +> <td>[[Know/OperatingSystem]]</td> > <td> checkbox </td> > <td align="center"> 3 </td> -> <td><span style="background:"><font color="">Os HPUX</font></span><a href="http://LOCATIONKnow/OsHPUX">?</a>, <span style="background:"><font color="">Os Linux</font></span><a href="http://LOCATIONKnow/OsLinux">?</a>, <span style="background:"><font color="">Os Solaris</font></span><a href="http://LOCATIONKnow/OsSolaris">?</a>, <span style="background:"><font color="">Os Win</font></span><a href="http://LOCATIONKnow/OsWin">?</a></td> +> <td>[[Know/OsHPUX]], [[Know/OsLinux]], [[Know/OsSolaris]], [[Know/OsWin]]</td> > <td> blah blah... </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Os Version</font></span><a href="http://LOCATIONKnow/OsVersion">?</a></td> +> <td>[[Know/OsVersion]]</td> > <td> text </td> > <td align="center"> 16 </td> > <td> </td> @@ -132,21 +132,21 @@ The Form Template can also be defined in an alternative way by using more then o > <th bgcolor="#99CCCC"><strong>Tooltip message</strong></th> > </tr> > <tr> -> <td><span style="background:"><font color="">Topic Classification</font></span><a href="http://LOCATIONKnow/TopicClassification">?</a></td> +> <td>[[Know/TopicClassification]]</td> > <td> select </td> > <td> 1 </td> > <td align="center"> ... </td> > <td> blah blah... </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Operating System</font></span><a href="http://LOCATIONKnow/OperatingSystem">?</a></td> +> <td>[[Know/OperatingSystem]]</td> > <td> checkbox </td> > <td> 3 </td> > <td align="center"> ... </td> > <td> blah blah... </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Os Version</font></span><a href="http://LOCATIONKnow/OsVersion">?</a></td> +> <td>[[Know/OsVersion]]</td> > <td> text </td> > <td> 16 </td> > <td align="center"> ... </td> @@ -161,17 +161,17 @@ The Form Template can also be defined in an alternative way by using more then o > <th bgcolor="#99CCCC"><strong>Tooltip message</strong></th> > </tr> > <tr> -> <td><span style="background:"><font color="">No Disclosure</font></span><a href="http://LOCATIONKnow/NoDisclosure">?</a></td> +> <td>[[Know/NoDisclosure]]</td> > <td> option </td> > <td> blah blah... </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Public Supported</font></span><a href="http://LOCATIONKnow/PublicSupported">?</a></td> +> <td>[[Know/PublicSupported]]</td> > <td> option </td> > <td> blah blah... </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Public FAQ</font></span><a href="http://LOCATIONKnow/PublicFAQ">?</a></td> +> <td>[[Know/PublicFAQ]]</td> > <td> option </td> > <td> blah blah... </td> > </tr> |