From: Arno H. <aho...@us...> - 2000-11-02 21:15:42
|
Update of /cvsroot/phpwiki/phpwiki/locale/de/templates In directory slayer.i.sourceforge.net:/tmp/cvs-serv19863/de/templates Added Files: browse.html editlinks.html editpage.html message.html Log Message: Spanish pages by Sandino Araico Sánchez <sa...@sa...> Initial set of German pages by me (Arno) --- NEW FILE --- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>###PAGE###</title> </head> <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta> <h1><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]" align=middle width=50 height=50></a> <a href="###SCRIPTURL###?related=###PAGEURL###">###PAGE###</a></h1> <P> ###CONTENT### <hr noshade> <a href="###SCRIPTURL###?edit=###PAGEURL###">TextEditieren</a> (Seite zuletzt am ###LASTMODIFIED### verändert) [<a href="###SCRIPTURL###?info=###PAGEURL###">Info</a>] [<a href="###SCRIPTURL###?diff=###PAGEURL###">Diff</a>]) <br> <a href="###SCRIPTURL###?SeiteFinden">SeiteFinden</a> <hr noshade> <small>###RELATEDPAGES###</small> </body> </html> --- NEW FILE --- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>###PAGE###</title> </head> <body bgcolor=moccasin text=black alink=red link=darkblue vlink=darkmagenta> <form method="POST" action="###SCRIPTURL###"> <table cellpadding=2> <tr><td bgcolor=black><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]"></a></td> <td><h1>Verweise von ###PAGE### editieren <input type="submit" value=" Speichern "> <input type="reset" value=" Zurücksetzen "></h1> </td></tr></table> <P> [1] <input type="text" size="55" name="r1" value="###R1###"><br> [2] <input type="text" size="55" name="r2" value="###R2###"><br> [3] <input type="text" size="55" name="r3" value="###R3###"><br> [4] <input type="text" size="55" name="r4" value="###R4###"><br> [5] <input type="text" size="55" name="r5" value="###R5###"><br> [6] <input type="text" size="55" name="r6" value="###R6###"><br> [7] <input type="text" size="55" name="r7" value="###R7###"><br> [8] <input type="text" size="55" name="r8" value="###R8###"><br> [9] <input type="text" size="55" name="r9" value="###R9###"><br> [10] <input type="text" size="55" name="r10" value="###R10###"><br> [11] <input type="text" size="55" name="r11" value="###R11###"><br> [12] <input type="text" size="55" name="r12" value="###R12###"><br> <p> Bitte gib die vollständige URL (http:// ...) für jeden Verweis im Text ein. <BR>Erlaubte Protokolle: ###ALLOWEDPROTOCOLS### <input type="hidden" name="post" value="###PAGEURL###"> </form> </body> </html> --- NEW FILE --- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>###PAGE###</title> </head> <body> <form method="POST" action="###SCRIPTURL###"> <table cellpadding="2"> <tr><td bgcolor="black"><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]"></a></td> <td><h1>###PAGE### editieren <input type="submit" value=" Speichern "></h1> </td></tr></table> <textarea name="content" ROWS="22" COLS="80" wrap="virtual">###CONTENT###</textarea> <br> <input type="checkbox" name="convert" value="tabs" > Ich kann keine Tabulatoren verwenden. Bitte <a href="###SCRIPTURL###?KonvertiereLeerzeichenZuTabs">KonvertiereLeerzeichenZuTabs</a> für mich, wenn ich speichere. <p><a href="###SCRIPTURL###?GuterStil">GuterStil</a>: Tips fürs Editieren. <br> <a href="###SCRIPTURL###?links=###PAGEURL###">EditiereVerweise</a> zu anderen Webseiten. ###IFCOPY###<br><a href="###SCRIPTURL###?copy=###PAGEURL###">EditiereArchivSeite</a> vom vorhergenden Autor. <hr noshade> <small> <b>Emphasis:</b> '' for italics, ''' for bold, ''''' for both <br><b>Lists:</b> tab-* for bullet lists, tab-# for numbered lists, tab-Term:-tab for definition lists <br><b>References:</b> JoinCapitalizedWords or use square brackets for a [page link] or URL [http://cool.wiki.int/]. <br><b>References:</b> Use [1],[2],[3],... and EditLinks. Avoid linking with "!": !DoNotHyperlink, name links like [text | URL] <br><b>Misc:</b>"!", "!!", "!!!" make headings, "%%%" makes a linebreak, "- - - -" makes a horizontal rule, escape "[" with "[[" <br>more on <a href="###SCRIPTURL###?TextFormattingRules"><b>TextFormattingRules</b></a> </small> <input type="hidden" name="post" value="###PAGEURL###"> <input type="hidden" name="editversion" value="###VERSION###"> </form> </body> </html> --- NEW FILE --- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>###PAGE###</title> </head> <body bgcolor=linen text=black alink=red link=darkblue vlink=darkmagenta> <table cellpadding=2> <tr><td bgcolor=black><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]"></a></td> <td><h1>###PAGE###</h1> </td></tr></table> ###CONTENT### </body> </html> |