Added tab-size property value
[papyrus.git] / papyrus.tmpl
blobdec213a41326d663d80aa5a3b6b2115679540bde
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" $HTMLTagAttr>
3 <head>
4         <meta name="viewport" content="width=device-width, initial-scale=1"/>
5         <title>$WikiTitle | {$Group} / {$Title} $ActionTitle</title>
6         <!--HTMLHeader-->
7 </head>
8 <body>
9         <div id="main">
11                 <!--PageTitleFmt-->
12                 <div id="pageTitle">
13                         <span class='title-group'><a href='{$ScriptUrl}/{$Group}'>{$Group}</a> / </span>{$Title}
14                 </div>
15                 <!--/PageTitleFmt-->
17                 <!--PageText-->
19                 <!--PageFooterFmt-->
20                 <div id="footer">
21                         <div class='page-actions'>
22                                 <a rel="nofollow" href="$PageUrl">$[View]</a>&nbsp; 
23                                 <a rel="nofollow" href='{$PageUrl}?action=edit'>$[Edit]</a>&nbsp; 
24                                 <a rel="nofollow" href='{$PageUrl}?action=attr'>$[Attributes]</a>&nbsp; 
25                                 <a rel="nofollow" href='{$PageUrl}?action=diff'>$[History]</a>&nbsp; 
26                                 <a rel="nofollow" href='{$PageUrl}?action=upload'>$[Attach]</a>&nbsp; 
27                                 <a rel="nofollow" href='{$PageUrl}?action=print' target='_blank'>$[Print]</a>&nbsp; 
28                                 <a href='{$ScriptUrl}/$[{$SiteGroup}/Search]'>$[Search]</a>
29                         </div>
30                         <div class="last-modified">
31                                 $[Page last modified on {$LastModified}]
32                         </div>
33                 </div>
34                 <!--/PageFooterFmt-->
36         </div>
38         <!--PageRightFmt-->
39         <div id="sidebar">
41                 <!--wiki:{$Group}.SideBar {$SiteGroup}.SideBar-->
43                 <form id="sideSearch" name='searchform' action='{$ScriptUrl}/$[{$SiteGroup}/Search]'>
44                         <input type='hidden' name='pagename' value='$[{$SiteGroup}/Search]'/>
45                         <input class='searchbox' type='text' name='q' value=''/>
46                         <input class='searchbutton' type='submit' value='$[Search]'/>
47                 </form>
48         </div>
49         <!--/PageRightFmt-->
51         <!--PageHeaderFmt-->
52         <div id="header">
53                 <div id="pageLogo">
54                         <a href='{$ScriptUrl}'><img src='$PageLogoUrl' alt='$WikiTitle' title='$WikiTitle' /></a>
55                 </div>
57                 <!--PageActionFmt-->
58                 <div id="pageActions">
59                         <!--wiki:{$Group}.PageActions {$SiteGroup}.PageActions-->
60                 </div>
61                 <!--/PageActionFmt-->
63         </div>
64         <!--/PageHeaderFmt-->
66         <!--HTMLFooter-->
67 </body>
68 </html>