2009-10-04 22:00:08 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2010-02-08 10:26:25 +00:00
|
|
|
<title>{{settings.SITENAME}}</title>
|
2009-10-04 22:00:08 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
2010-09-05 13:02:54 +00:00
|
|
|
<link rel="shortcut icon" type="image/png" href="/static/png/icon.16.png"/>
|
2010-02-08 10:26:25 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/static/oxjs/build/css/ox.ui.css"/>
|
2010-09-17 13:04:57 +00:00
|
|
|
<script type='text/javascript'>
|
|
|
|
if(typeof(console)=='undefined') {
|
|
|
|
console = {};
|
|
|
|
console.log = function() {};
|
|
|
|
}
|
|
|
|
</script>
|
2010-11-28 15:06:48 +00:00
|
|
|
<script type="text/javascript" src="/static/js/jquery/jquery.js"></script>
|
|
|
|
<script type="text/javascript" src="/static/js/jquery/jquery.tmpl.min.js"></script>
|
2010-09-03 13:28:44 +00:00
|
|
|
<script type="text/javascript" src="/static/js/jquery/jquery.videosupport.js"></script>
|
2010-09-05 14:23:49 +00:00
|
|
|
<script type="text/javascript" src="/static/oxjs/build/js/ox.load.js"></script>
|
2010-02-08 10:26:25 +00:00
|
|
|
<script type="text/javascript" src="/static/oxjs/build/js/ox.js"></script>
|
|
|
|
<script type="text/javascript" src="/static/oxjs/build/js/ox.ui.js"></script>
|
2010-06-24 13:11:34 +00:00
|
|
|
<script type="text/javascript" src="/static/js/pandora.js"></script>
|
2010-09-08 17:14:01 +00:00
|
|
|
<script type="text/javascript" src="/static/js/pandora.local.js"></script>
|
2009-10-04 22:00:08 +00:00
|
|
|
</head>
|
2010-09-05 00:31:29 +00:00
|
|
|
<body></body>
|
2010-09-06 20:47:24 +00:00
|
|
|
</html>
|