-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.st
58 lines (57 loc) · 2.22 KB
/
page.st
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
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
$if(feed)$
<link href="$base$/_feed/" type="application/atom+xml" rel="alternate" title="$wikititle$" />
<link href="$base$/_feed$pageUrl$" type="application/atom+xml" rel="alternate" title="$wikititle$ - $pagetitle$" />
$endif$
<title>$wikititle$ - $pagetitle$</title>
$if(printable)$
<link href="$base$/css/print.css" rel="stylesheet" media="all" type= "text/css" />
$else$
<link href="$base$/css/custom.css" rel="stylesheet" media="screen, projection" type="text/css" />
<link href="$base$/css/print.css" rel="stylesheet" media="print" type= "text/css" />
$endif$
<!--[if IE]><link href="$base$/css/ie.css" rel="stylesheet" media="screen, projection" type="text/css" /><![endif]-->
<!-- VexFlow Compiled Source -->
<!--
<script src="http://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.js"></script>
<script src="http://www.vexflow.com/build/vexflow/vexflow-debug.js"></script>
<script src="http://www.vexflow.com/vextab/support/vexflow-min.js"></script>
<script src="http://www.vexflow.com/support/tabdiv-debug.js"></script>
<link href="$base$/js/vextab/releases/vextab.css" rel="stylesheet" type="text/css" />
-->
</head>
<body>
<div id="doc3" class="yui-t1">
<div id="yui-main">
<div id="maincol" class="yui-b">
$userbox()$
$tabs$
$content()$
$footer()$
</div>
</div>
<div id="sidebar" class="yui-b first">
$logo()$
$if(sitenav)$
$sitenav()$
$endif$
$if(pagetools)$
$pagetools()$
$endif$
$if(markuphelp)$
$markuphelp()$
$endif$
</div>
</div>
$javascripts$
<script src="$base$/js/vextab/releases/vextab-div.js"></script>
<script src="$base$/js/musicrender/bundle.js"></script>
$expire()$
$getuser()$
</body>
</html>