]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/de/templates/browse.html
Munged for German and Spanish templates and pgsrc so that they work
[SourceForge/phpwiki.git] / locale / de / templates / browse.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>###SPLIT_PAGE###</title>
11 <link rel="stylesheet" title="phpwiki" href="###CSS_URL###" type="text/css">
12 </head>
13 <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta>
14 <h1><a class="wikilink" href="###BROWSE###StartSeite"><img src="###LOGO###" border=0 alt="[phpwiki]" align=middle width=50 height=50></a>
15 <a class='wikiaction'
16   href="###ACTION###search&amp;searchtype=full&amp;searchterm=###PAGEURL###"
17 ><span class='wikiword'>###PAGE###</span></a></h1>
18 ###IF:!ANONYMOUS###
19 <p>You are logged in as <em>###USERID###</em>.
20 [<a class="wikiaction" href="###ACTION###logout">Log Out</a>]</p>
21 ###IF:ADMIN###
22 ###IF LOCK###[<a class="wikiadmin" href="###ACTION###unlock">Seite freigeben</a>]
23 ###IF !LOCK###[<a class="wikiadmin" href="###ACTION###lock">Seite sperren</a>]
24 - - 
25 [<a class="wikiadmin" href="###ACTION###remove">Seite l&ouml;schen</a>]
26 ###ENDIF:ADMIN###
27 <hr noshade>
28 ###ENDIF:!ANONYMOUS###
29 <br>
30 ###CONTENT###
31 <hr noshade>
32 ###IF ADMIN###<a class="wikiaction" href="###ACTION###edit">TextEditieren</a>
33 ###IF:!ADMIN###
34 ###IF LOCK###Page locked
35 ###IF !LOCK###<a class="wikiaction" href="###ACTION###edit">TextEditieren</a>
36 ###ENDIF:!ADMIN###
37 (Seite zuletzt am ###LASTMODIFIED### verändert)
38 [<a class="wikiaction" href="###ACTION###info">Info</a>]
39 [<a class="wikiaction" href="###ACTION###diff">Diff</a>])
40 <br>
41 <a class="wikilink" href="###BROWSE###SeiteFinden"><span class="wikiword">SeiteFinden</span></a>
42 <hr noshade>
43 <small>###RELATEDPAGES###</small>
44
45 </body>
46 </html>