]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/it/templates/editpage.html
Add Italian translations by Marco Milanesi <kpanic@ada2.unipv.it>.
[SourceForge/phpwiki.git] / locale / it / 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###PaginaPrincipale"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a>
17 Modifica <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 Non posso scrivere le tabulazioni.
31 Per favore <a class="wikilink" href="###BROWSE###ConvertiGliSpaziInTabs"><span class="wikiword">ConvertiGliSpaziInTab</span></a>
32 per me quando salvo.
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###BuonStile"><span class="wikiword">BuonStile</span></a> consigli per le modifiche.</p>
36
37 ###IF COPY###<br><a class="wikiaction" href="###ACTION###edit&amp;version=archive">ModificaCopia</a> dell'autore precedente
38
39 <hr noshade>
40 <small>
41 <b>Enfasi:</b> '' per corsivo, __ per grassetto, ''__ per entrambi
42 <br><b>Liste:</b> * per liste puntate, # per liste numerate, ''; term : definition'' per liste di definizioni
43 <br><b>Collegamenti:</b> UnisciParoleConInizialiInMaiuscolo o usa le parentesi quadre per un [collegamento ad una pagina] o un 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>Varie:</b>"!", "!!", "!!!" definisce le intestazioni,
48 "%%%" va a capo, "- - - -" crea una linea orizzontale, usa "[" con "[["
49 per le sequenze di escape
50 <br>altre informazioni su
51 <a class="wikilink" href="###BROWSE###RegoleDiFormattazioneDelTesto"><b><span class="wikiword">RegoleDiFormattazioneDelTestoTextFormattingRules</span></b></a>
52 </small>
53
54 <input type="hidden" name="action" value="save">
55 <input type="hidden" name="pagename" value="###PAGE###">
56 <input type="hidden" name="editversion" value="###VERSION###">
57 </form>
58 </body>
59 </html>