summaryrefslogtreecommitdiff
path: root/template/ie_fullscreen.st
blob: 480037bce52f067392384a645bde91f40cb068c2 (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
26
27
28
<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 DoPrint = true;
      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">
    <script>jQuery(initLogin)</script>
  </head>
  <body>
    <div id="big-image">waiting 4 new image from dump.fm.............</div>
    <script>
      initFullscreen("print")
    </script>
  </body>
</html>