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