]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - templates/editpage.html
Removed EditCopy link.
[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###HomePage"><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 ###IF !CURRENT###<b>Editing old revision ###VERSION###. Saving this page will replace the current version with this text.</b>
21
22 <textarea name="content"
23           rows="###EDIT_AREA_HEIGHT###"
24           cols="###EDIT_AREA_WIDTH###"
25           wrap="virtual">###CONTENT###</textarea>
26 <br>
27 ###IF:MINOR_EDIT_CHECKBOX###
28   ###MINOR_EDIT_CHECKBOX### This is a minor change, don't archive old version.
29   <br>
30 ###ENDIF:MINOR_EDIT_CHECKBOX###
31 <input type="checkbox" name="convert" value="tabs" >
32 I can't type tabs.
33 Please <a class="wikilink" href="###BROWSE###ConvertSpacesToTabs"><span class="wikiword">ConvertSpacesToTabs</span></a>
34 for me when I save.
35 <p>You can change the size of the editing area.
36 See <a class="wikilink" href="###BROWSE###UserPreferences"><span class="wikiword">UserPreferences</span></a>.</p>
37 <p><a class="wikilink" href="###BROWSE###GoodStyle"><span class="wikiword">GoodStyle</span></a> tips for editing.</p>
38
39 <hr noshade>
40 <small>
41 <b>Emphasis:</b> '' for italics, __ for bold, ''__ for both
42 <br><b>Lists:</b> * for bullet lists, # for numbered lists, ''; term : definition'' 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>Footnotes:</b> Use [1],[2],[3],... 
45 <br><b>Preventing linking:</b> Avoid linking with "!":
46 !DoNotHyperlink, name links like [[text | URL] (double up on the "[")
47 <br><b>Misc:</b>"!", "!!", "!!!" make headings,
48 "%%%" makes a linebreak, "- - - -" makes a horizontal rule
49 <br>more on
50 <a class="wikilink" href="###BROWSE###TextFormattingRules"><b><span class="wikiword">TextFormattingRules</span></b></a>
51 </small>
52
53 <input type="hidden" name="action" value="save">
54 <input type="hidden" name="pagename" value="###PAGE###">
55 <input type="hidden" name="editversion" value="###CURRENT_VERSION###">
56 </form>
57 </body>
58 </html>