]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - templates/editpage.html
Documented the four new functions IncreaseHitCount, GetHitCount,
[SourceForge/phpwiki.git] / templates / editpage.html
1 <html>
2 <head><title>###PAGE###</title>
3 </head>
4
5 <body bgcolor=moccasin text=black alink=red link=darkblue vlink=darkmagenta>
6
7 <form method="POST" action="###SCRIPTURL###">
8
9 <table cellpadding=2>
10 <tr><td bgcolor=black><a href="###SCRIPTURL###"><img src="wikibase.png" border=0></a></td>
11 <td><h1>Edit ###PAGE###
12 <input type="submit" value=" Save "></h1>
13 </td></tr></table>
14
15 <textarea name="content" ROWS="22" COLS="80" wrap="virtual">###CONTENT###</textarea>
16 <br>
17
18 <input type="checkbox" name="convert" value="tabs" >
19 I can't type tabs.
20 Please <a href="###SCRIPTURL###?ConvertSpacesToTabs">ConvertSpacesToTabs</a>
21 for me when I save.
22 <p><a href="###SCRIPTURL###?GoodStyle">GoodStyle</a> tips for editing.
23
24 <br>
25 <a href="###SCRIPTURL###?links=###PAGEURL###">EditLinks</a> to other web servers.
26
27 ###IFCOPY###<br><a href="###SCRIPTURL###?copy=###PAGEURL###">EditCopy</a> from previous author
28
29 <hr noshade>
30 <small>
31 <b>Emphasis:</b> '' for italics, ''' for bold, ''''' for both
32 <br><b>Lists:</b> tab-* for bullet lists, tab-# for numbered lists, tab-Term:-tab for definition lists
33 <br><b>References:</b> JoinCapitalizedWords or use square brackets for a [page link] or URL [http://cool.wiki.int/].
34 <br><b>References:</b> Use [1],[2],[3],... and EditLinks. Avoid linking with "!": !DoNotHyperlink, name links like [text | URL]
35 <br><b>Misc:</b>"!", "!!", "!!!" make headings,
36 "%%%" makes a linebreak, "- - - -" makes a horizontal rule, escape "[" with "[["
37 <br>more on
38 <a href="###SCRIPTURL###?TextFormattingRules"><b>TextFormattingRules</b></a>
39 </small>
40
41 <input type="hidden" name="post" value="###PAGEURL###">
42 <input type="hidden" name="editversion" value="###VERSION###">
43 </form>
44 </body>
45 </html>