]> 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 <link rel="stylesheet" title="phpwiki" href="###CSS_URL###" type="text/css">
11 </head>
12
13 <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta>
14 <form class="wikiaction" method="POST" action="###BROWSE_PAGE###">
15 <h1><a class="wikilink" href="###BROWSE###FrontPage"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a>
16 Edit <span="wikiword">###PAGE###</span>
17 <input type="submit" value=" Save "></h1>
18
19 <textarea name="content"
20           rows="###EDIT_AREA_HEIGHT###"
21           cols="###EDIT_AREA_WIDTH###"
22           wrap="virtual">###CONTENT###</textarea>
23 <br>
24 ###IF:MINOR_EDIT_CHECKBOX###
25   ###MINOR_EDIT_CHECKBOX### This is a minor change, don't archive old version.
26   <br>
27 ###ENDIF:MINOR_EDIT_CHECKBOX###
28 <input type="checkbox" name="convert" value="tabs" >
29 I can't type tabs.
30 Please <a class="wikilink" href="###BROWSE###ConvertSpacesToTabs"><span class="wikiword">ConvertSpacesToTabs</span></a>
31 for me when I save.
32 <p><a class="wikilink" href="###BROWSE###GoodStyle"><span class="wikiword">GoodStyle</span></a> tips for editing.
33
34 ###IF COPY###<br><a class="wikiaction" href="###ACTION###edit&amp;version=archive">EditCopy</a> from previous author
35
36 <hr noshade>
37 <small>
38 <b>Emphasis:</b> '' for italics, ''' for bold, ''''' for both
39 <br><b>Lists:</b> tab-* for bullet lists, tab-# for numbered lists, tab-Term:-tab for definition lists
40 <br><b>References:</b> JoinCapitalizedWords or use square brackets for a [page link] or URL [http://cool.wiki.int/].
41 <br><b>References:</b> Use [1],[2],[3],... and EditLinks. Avoid linking with "!": !DoNotHyperlink, name links like [text | URL]
42 <br><b>Misc:</b>"!", "!!", "!!!" make headings,
43 "%%%" makes a linebreak, "- - - -" makes a horizontal rule, escape "[" with "[["
44 <br>more on
45 <a class="wikilink" href="###BROWSE###TextFormattingRules"><b><span class="wikiword">TextFormattingRules</span></b></a>
46 </small>
47
48 <input type="hidden" name="action" value="save">
49 <input type="hidden" name="pagename" value="###PAGEURL###">
50 <input type="hidden" name="editversion" value="###VERSION###">
51 </form>
52 </body>
53 </html>