Blame view

frontend/web/js/3dtour/index.html 1.35 KB
987739f1   Alexey Boroda   -Simple spoiler
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
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

  <html>

  <head>

  <title>Профессиональное создание виртуальных туров и 3D-панорам 3DTour!</title>

  <style>

  html,body {height:100%; width: 100%; margin:0; padding:0; background: #333; text-align: center;}

  body, div, a {font: 14px Arial, Helvetica, sans-serif; color: #fff;}

  #container {width: 900px; height: 600px; margin: 10px auto;}

  </style>	

  </head>

  <body> 

  

  

  <div class="mainblockright3d">

  

  <div>

  <div id="krpanoDIV">

  	<noscript><table style="width:100%;height:100%;"><tr style="valign:middle;"><td><div style="text-align:center;">ERROR:<br/><br/>Javascript not activated<br/><br/></div></td></tr></table></noscript>

  

  

  

  <script src="3dtour.js"></script>

    <div id="container">

        <div id="panoDIV" style="height:100%;">

          <script>

            embedpano({target:"panoDIV",swf:"3dtour.swf",wmode:"direct"});

          </script>

            <noscript>

              <div id="tour">

                <object style="width:100%;height:100%;">

                  <embed src="3dtour.swf" width="100%" height="100%" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></embed>

                </object>

              </div>

            </noscript>

          </div>

        </div>

  </div></div>		

  			</div>

  

  

  </body>

  </html>