]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - templates/editpage.html
log
[SourceForge/phpwiki.git] / templates / editpage.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html>
3 <head>
4 <!-- phpwiki source:
5 ###RCS_IDS###
6 -->
7 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8 <base href="###BASE_URL###">
9 <title>###PAGE###</title>
10 </head>
11
12 <body>
13
14 <form method="POST" action="###BROWSE_PAGE###">
15
16 <h1><a href="###BROWSE###FrontPage"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a>
17 Edit ###PAGE###
18 <input type="submit" value=" Save "></h1>
19
20 <textarea name="content" ROWS="22" COLS="80" wrap="virtual">###CONTENT###</textarea>
21 <br>
22 ###IF:MINOR_EDIT_CHECKBOX###
23   ###MINOR_EDIT_CHECKBOX### This is a minor change, don't archive old version.
24   <br>
25 ###ENDIF:MINOR_EDIT_CHECKBOX###
26 <input type="checkbox" name="convert" value="tabs" >
27 I can't type tabs.
28 Please <a href="###BROWSE###ConvertSpacesToTabs">ConvertSpacesToTabs</a>
29 for me when I save.
30 <p><a href="###BROWSE###GoodStyle">GoodStyle</a> tips for editing.
31
32 ###IF COPY###<br><a href="###ACTION###edit&amp;version=archive">EditCopy</a> from previous author
33
34 <hr noshade>
35 <small>
36 <b>Emphasis:</b> '' for italics, ''' for bold, ''''' for both
37 <br><b>Lists:</b> tab-* for bullet lists, tab-# for numbered lists, tab-Term:-tab for definition lists
38 <br><b>References:</b> JoinCapitalizedWords or use square brackets for a [page link] or URL [http://cool.wiki.int/].
39 <br><b>References:</b> Use [1],[2],[3],... and EditLinks. Avoid linking with "!": !DoNotHyperlink, name links like [text | URL]
40 <br><b>Misc:</b>"!", "!!", "!!!" make headings,
41 "%%%" makes a linebreak, "- - - -" makes a horizontal rule, escape "[" with "[["
42 <br>more on
43 <a href="###BROWSE###?TextFormattingRules"><b>TextFormattingRules</b></a>
44 </small>
45
46 <input type="hidden" name="action" value="save">
47 <input type="hidden" name="pagename" value="###PAGEURL###">
48 <input type="hidden" name="editversion" value="###VERSION###">
49 </form>
50 </body>
51 </html>