]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - templates/browse.html
Did find-grep to replace all occurances of FrontPage to HomePage.
[SourceForge/phpwiki.git] / 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###HomePage"><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">Unlock page</a>]
23 ###IF !LOCK###[<a class="wikiadmin" href="###ACTION###lock">Lock page</a>]
24 - - 
25 [<a class="wikiadmin" href="###ACTION###remove">Remove page</a>]
26 ###ENDIF:ADMIN###
27 <hr noshade>
28 ###ENDIF:!ANONYMOUS###
29 <table class="outer" width="100%" cellspacing=2 border=0>
30 <tr><td><table class="inner" width="100%" border=0 cellspacing=0 cellpadding=5>
31 <tr><td class="wikitext">###CONTENT###</td></tr>
32 </table></td></tr>
33 </table>
34 <hr noshade>
35 ###IF ADMIN###<a class="wikiaction" href="###ACTION###edit">EditText</a> of this page
36 ###IF:!ADMIN###
37 ###IF LOCK###Page locked
38 ###IF !LOCK###<a class="wikiaction" href="###ACTION###edit">EditText</a> of this page
39 ###ENDIF:!ADMIN###
40 (last edited ###LASTMODIFIED###)
41 [<a class="wikiaction" href="###ACTION###info">info</a>]
42 [<a class="wikiaction" href="###ACTION###diff">diff</a>])
43 <br>
44 <a class="wikilink" href="###BROWSE###FindPage"><span class="wikiword">FindPage</span></a>
45 by browsing or searching
46 <hr noshade>
47 <small>###RELATEDPAGES###</small>
48
49 </body>
50 </html>