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