]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - templates/editpage.html
PhpWiki 1.2.7 backport cvs release-1_2-branch enhancements never released with 1...
[SourceForge/phpwiki.git] / templates / editpage.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
4 <meta name="robots" content="noindex,nofollow" />
5 <meta name="language" content="en" />
6 <meta name="PHPWIKI_VERSION" content="###PHPWIKI_VERSION###" />
7 <link rel="shortcut icon" href="###DATA_PATH###/images/favicon.ico" />
8 <title>###PAGE###</title>
9 </head>
10
11 <body>
12
13 <form method="post" action="###SCRIPTURL###">
14
15 <h1><a href="###SCRIPTURL###"><img src="###LOGO###" border="0" alt="[phpwiki]" width="50" height="50"></a>
16 Edit ###PAGE###
17 <input type="submit" value=" Save "></h1>
18
19 <textarea name="content" rows="22" cols="80" wrap="virtual">###CONTENT###</textarea>
20 <br />
21 <input type="checkbox" name="minor_edit" value="yes"
22 ###IF MINOR_EDIT### checked
23 >
24 This is a minor change, don't archive old version.
25 <br />
26 <input type="checkbox" name="convert" value="tabs" >
27 I can't type tabs.
28 Please <a href="###SCRIPTURL###?ConvertSpacesToTabs">ConvertSpacesToTabs</a>
29 for me when I save.
30 <p /><a href="###SCRIPTURL###?GoodStyle">GoodStyle</a> tips for editing.
31
32 <br />
33 <a href="###SCRIPTURL###?links=###PAGEURL###">EditLinks</a> to other web servers.
34
35 ###IF COPY###<br /><a href="###SCRIPTURL###?copy=###PAGEURL###">EditCopy</a> from previous author
36
37 <hr noshade>
38 <small>
39 <b>Emphasis:</b> '' for italics, ''' for bold, ''''' for both
40 <br /><b>Lists:</b> tab-* for bullet lists, tab-# for numbered lists, tab-Term:-tab for definition lists
41 <br /><b>References:</b> JoinCapitalizedWords or use square brackets for a [page link] or URL [http://cool.wiki.int/].
42 <br /><b>References:</b> Use [1],[2],[3],... and EditLinks. Avoid linking with "!": !DoNotHyperlink, name links like [text | URL]
43 <br /><b>Misc:</b>"!", "!!", "!!!" make headings,
44 "%%%" makes a linebreak, "- - - -" makes a horizontal rule, escape "[" with "[["
45 <br />more on
46 <a href="###SCRIPTURL###?TextFormattingRules"><b>TextFormattingRules</b></a>
47 </small>
48
49 <input type="hidden" name="action" value="save" />
50 <input type="hidden" name="post" value="###PAGE###" />
51 <input type="hidden" name="editversion" value="###VERSION###" />
52 </form>
53 </body>
54 </html>