summaryrefslogtreecommitdiff
path: root/template/fullscreen_front.st
blob: 82b1403a2d6e4b4edcf3d68360fc0f4b57d879f7 (plain)
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
<html>
  <head>
    <title>dump.fm - fullscreen</title>
    <script src="/static/js/jquery-1.4.2.min.js?v=20260126"></script>
    <script src="/static/js/pichat.js?v=20260130"></script>
    <script src="/static/js/fullscreen.js"></script>
    <script>
      var LoggedIn = $if(user_nick)$true$else$false$endif$;
      var Timestamp = $timestamp$;
      var newwindow;
      function pop(url) {
      newwindow=window.open(url,'name','height=50,width=400,left=20,top=20,location=0,status=0,scrollbar=0,resizable=0');
      if (window.focus) {newwindow.focus()}
      }
      jQuery(startChatUpdater);
    </script>
    <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260129">
    <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_bigtext.css?v=20260129">
  </head>
  <body>
    <script>
      initFullscreen()
    </script>
  </body>
</html>