Corrected example for 'submit page'

SVN revision: 175
This commit is contained in:
Stefan Ritt 2002-07-11 08:27:25 +00:00
parent 04a0df895e
commit a1f6858853

View File

@ -257,11 +257,10 @@ Here is an example:
<p> <p>
<pre> <pre>
&lt;h1&gt;You successfully submitted a message&lt;/h1&gt; &lt;h1&gt;You successfully submitted a message&lt;/h1&gt;
&lt;a href="linux"&gt;Back&lt;/a&gt; to the logbook&lt;p&gt; &lt;a href="?cmd=Back"&gt;Back&lt;/a&gt; to the logbook&lt;p&gt;
&lt;a href="linux?cmd=new"&gt;Enter&lt;/a&gt; another message &lt;a href="?cmd=New"&gt;Enter&lt;/a&gt; another message
</pre> </pre>
The reference "<I>linux</I>" in this case corresponds to the logbook name.
The file must be present in the same directory as the <code><b>elogd</b></code> file. The file must be present in the same directory as the <code><b>elogd</b></code> file.
<p> <p>