]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - templates/editpage.html
adjusted layout (smaller logo, no use of table anymore)
[SourceForge/phpwiki.git] / templates / editpage.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>###PAGE###</title>
5 </head>
6
7 <body>
8
9 <form method="POST" action="###SCRIPTURL###">
10
11 <h1><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a>
12 Edit ###PAGE###
13 <input type="submit" value=" Save "></h1>
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>