]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 23 Jan 2014 15:08:44 +0000 (15:08 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 23 Jan 2014 15:08:44 +0000 (15:08 +0000)
fluidbook/compile/index.html
fluidbook/compile/style.css

index d30784dc6eb333b28509a9d97cfb778e9d59f279..402cd2bbd971cf982dfa7c41c73692cb5fd854d3 100644 (file)
@@ -1,41 +1,41 @@
-<!DOCTYPE html>\r
-<html>\r
-       <head>\r
-               <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\r
-               <meta http-equiv="Cache-Control" content="max-age=0">\r
-               <meta http-equiv="Cache-Control" content="no-cache">\r
-               <meta http-equiv="Expires" content="0">\r
-               <meta http-equiv="Expires" content="Tue, 01 Jan 1980 1:00:00 GMT">\r
-               <meta http-equiv="Pragma" content="no-cache">\r
-               <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=IE8">\r
-               <meta name="google" value="notranslate">\r
-               $favicon\r
-               $robots\r
-               $facebook\r
-               $description\r
-               $keywords\r
-               <title>$title</title>\r
-               <link href="$spstyle.css?junk=$junk" rel="stylesheet" type="text/css">\r
-               <style type="text/css" media="print">*{ visibility: hidden; display: none }</style>\r
-               <script type="text/javascript" src="$spfluidbook.js?junk=$junk"></script>\r
-               <script type="text/javascript">\r
-                       FB_DEFAULT_LANG = '$lang';\r
-                       var backgroundColor = "$bgcolor";\r
-                       if (isMobile() || $alwaysHTML5) {\r
-                               $redirectMobile\r
-                       } else if (isBadMobile()) {\r
-                               $redirectPDF\r
-                       } else {\r
-                               swfobject.embedSWF("$pathToIndex?junk=$junk", "fluidbook", "100%", "100%", "$flashversion", "", getFlashvars($junk, $fv), {"allowScriptAccess": "always", "quality": "high", "scale": "noscale", "wmode": getWmode(), "allowFullScreen": "true", 'allowFullScreenInteractive': 'true'}, {"bgcolor": "#" + getBackgroundColor()});\r
-                       }\r
-               </script>\r
-               $ga\r
-               $redirectScript\r
-       </head>\r
-       <body onload="ready();">\r
-               <div id="fluidbook">\r
-                       <div style="padding:20px;text-align:center;"><a href="http://get.adobe.com/flashplayer/" target="_blank"><img style="border:0;" src="$pathToGetflash" alt="" width="734" height="409" /></a></div>\r
-                       <div style="padding:20px;">$alt</div>\r
-               </div>\r
-       </body>\r
+<!DOCTYPE html>
+<html>
+       <head>
+               <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+               <meta http-equiv="Cache-Control" content="max-age=0">
+               <meta http-equiv="Cache-Control" content="no-cache">
+               <meta http-equiv="Expires" content="0">
+               <meta http-equiv="Expires" content="Tue, 01 Jan 1980 1:00:00 GMT">
+               <meta http-equiv="Pragma" content="no-cache">
+               <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=IE8">
+               <meta name="google" value="notranslate">
+               $favicon
+               $robots
+               $facebook
+               $description
+               $keywords
+               <title>$title</title>
+               <link href="$spstyle.css?junk=$junk" rel="stylesheet" type="text/css">
+               <style type="text/css" media="print">*{ visibility: hidden; display: none }</style>
+               <script type="text/javascript" src="$spfluidbook.js?junk=$junk"></script>
+               <script type="text/javascript">
+                       FB_DEFAULT_LANG = '$lang';
+                       var backgroundColor = "$bgcolor";
+                       if (isMobile() || $alwaysHTML5) {
+                               $redirectMobile
+                       } else if (isBadMobile()) {
+                               $redirectPDF
+                       } else {
+                               swfobject.embedSWF("$pathToIndex?junk=$junk", "fluidbook", "100%", "100%", "$flashversion", "", getFlashvars($junk, $fv), {"allowScriptAccess": "always", "quality": "high", "scale": "noscale", "wmode": getWmode(), "allowFullScreen": "true", 'allowFullScreenInteractive': 'true'}, {"bgcolor": "#" + getBackgroundColor()});
+                       }
+               </script>
+               $ga
+               $redirectScript
+       </head>
+       <body onload="ready();">
+               <div id="fluidbook">
+                       <div style="padding:20px;text-align:center;"><a class="getflash" href="http://get.adobe.com/flashplayer/" target="_blank" style="background-image:url('$pathToGetflash');"></a></div>
+                       <div style="padding:20px;">$alt</div>
+               </div>
+       </body>
 </html>
\ No newline at end of file
index 399545afd2e6b5561790ce68aacce336727e3a66..2a15346bbee7502761d8058ec8fd962d8c6fe385 100644 (file)
@@ -9,4 +9,5 @@ img{border:0;}
 .download img{margin-right:20px;}
 .fr{color:#eee;}
 .link .clink{text-align:center;padding-top:100px;}
-.ref{color:#333;}
\ No newline at end of file
+.ref{color:#333;}
+a.getflash{display:block;width:704px;height:409px;}
\ No newline at end of file