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