-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskin.tmpl
More file actions
84 lines (74 loc) · 2.64 KB
/
skin.tmpl
File metadata and controls
84 lines (74 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>$WikiTitle {$Group}/{$Titlespaced}</title>
<link rel="stylesheet" type="text/css" href="$SkinDirUrl/default.css" media="screen" title="style (screen)" />
<link rel="stylesheet" type="text/css" href="$SkinDirUrl/color-$SkinColor/default.css" media="screen" title="style (screen)" />
<!--HTMLHeader-->
</head>
<body>
<div id="header">
<div id="logo">
<!--PageHeaderFmt-->
<!--wiki:{$Group}.SiteHeader {$SiteGroup}.SiteHeader--> <!-- DJG: h1->a->sup?! -->
<!--/PageHeaderFmt-->
</div>
<div id="menu">
<!--PageTabsFmt-->
<!--wiki:{$Group}.SiteNav {$SiteGroup}.SiteNav -->
<!--/PageTabsFmt-->
</div>
</div>
<div id="page">
<div id="content">
<!--PageTitleGroupFmt-->
<a href='{$ScriptUrl}/{$Group}' class="pagegroup">{$Group}</a>
<!--/PageTitleGroupFmt-->
<!--PageTitleFmt-->
<h2 class='page-head'><a href='{$PageUrl}'>{$Titlespaced}</a></h2>
<!--/PageTitleFmt-->
<!--PageText-->
</div>
<div id="sidebar">
<div class="pageactions">
<!--PageActionFmt-->
<!--wiki:{$Group}.PageActions {$SiteGroup}.PageActions-->
<!--/PageActionFmt-->
</div>
<!--PageTitleGroupFmt-->
<a href='{$ScriptUrl}/{$Group}' class="pagegroup">{$Group}</a>
<!--/PageTitleGroupFmt-->
<!--PageSearchFmt-->
<p class="sidehead">$[Search]</p>
<ul>
<li id="search">
<form id="searchform" action='$ScriptUrl' method="get"><fieldset>
<input type='hidden' name='n' value='{$FullName}' />
<input type='hidden' name='action' value='search' />
<p>
<input id='s' class='text' type='text' name='q' value="" />
<input id='searchsubmit' class='button' type='submit' value='$[Go]' />
</p>
</fieldset></form>
</li>
</ul>
<!--/PageSearchFmt-->
<!--PageRightFmt-->
<!--wiki:{$Group}.SideBar {$SiteGroup}.SideBar-->
<!--/PageRightFmt-->
</div>
<div style="clear: both;"> </div>
</div>
<div id="footer">
<div id="footer-inner">
<!--PageFooterFmt-->
<!--wiki:{$Group}.SiteFooter {$SiteGroup}.SiteFooter-->
<!--/PageFooterFmt-->
<p class="credits">
<a href="http://pmwiki.com/Cookbook/Colorimetry">Colorimetry</a> $[theme originally by] <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>, $[adapted by] <a href="http://solidgone.org/Skins">David Gilbert</a>, $[powered by] <!--function:dg_PoweredBy-->
</p>
</div>
</div>
<!--HTMLFooter-->
</body>
</html>