summaryrefslogtreecommitdiff
path: root/TWiki/TWikiForms.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-08-07 17:21:26 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-08-07 17:21:26 +0200
commite1f27467532fb470b383ca8115e0d562fedcce03 (patch)
tree71068f66aea8935f9e402ea03d7fe59302f91aef /TWiki/TWikiForms.mdwn
parentbe6a871fb6cfafa9d8c25a98f54a74d9959070ad (diff)
Fix broken in-wiki links. I hope I didn't break any other stuff.
Diffstat (limited to 'TWiki/TWikiForms.mdwn')
-rw-r--r--TWiki/TWikiForms.mdwn22
1 files changed, 11 insertions, 11 deletions
diff --git a/TWiki/TWikiForms.mdwn b/TWiki/TWikiForms.mdwn
index 1f6ad367..bbe93924 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><span style="background:"><font color="">Topic Classification</font></span>[[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><span style="background:"><font color="">No Disclosure</font></span>[[Know/NoDisclosure]], <span style="background:"><font color="">Public Supported</font></span>[[Know/PublicSupported]], <span style="background:"><font color="">Public FAQ</font></span>[[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><span style="background:"><font color="">Operating System</font></span>[[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><span style="background:"><font color="">Os HPUX</font></span>[[Know/OsHPUX]], <span style="background:"><font color="">Os Linux</font></span>[[Know/OsLinux]], <span style="background:"><font color="">Os Solaris</font></span>[[Know/OsSolaris]], <span style="background:"><font color="">Os Win</font></span>[[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><span style="background:"><font color="">Os Version</font></span>[[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><span style="background:"><font color="">Topic Classification</font></span>[[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><span style="background:"><font color="">Operating System</font></span>[[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><span style="background:"><font color="">Os Version</font></span>[[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><span style="background:"><font color="">No Disclosure</font></span>[[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><span style="background:"><font color="">Public Supported</font></span>[[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><span style="background:"><font color="">Public FAQ</font></span>[[Know/PublicFAQ]]</td>
> <td> option </td>
> <td> blah blah... </td>
> </tr>