ginebra/chrome/demochrome/boston-chrome.html
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
--- a/ginebra/chrome/demochrome/boston-chrome.html	Fri Jun 11 16:23:26 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-<html>
-  <head>
-    <script type="text/javascript">
-      
-      function onLoad() {
-         window.chrome.setAnchor("BottomChromeId","AnchorBottom");
-         window.chrome.setVisibilityAnimator("BottomChromeId", "G_VISIBILITY_FADE_ANIMATOR");
-      }
-      
-      
-    </script>
-
-    <link id="CSSLink" rel="stylesheet" type="text/css" href="css/chromeStyleBoston.css" />
-
-  </head>
-
-  <body onload="onLoad()">
-    <div class ="InitialChrome">
-      <div class = "BottomChrome" id="BottomChromeId" style="background-image:url('images/Boston.png');background-repeat:no-repeat;">
-        <button id="Button1" onclick="window.pageController.currentLoad('http://www.google.com/news/image?p2=1&ned=us&hl=en&q=boston&imv=1')"/>
-        <button id="Button2" onclick="window.pageController.currentLoad('http://www.boston.com/ae/movies')"/>
-        <button id="Button3"  onclick="window.pageController.currentLoad('http://www.boston.com/sports')"/>
-        <button id="Button4" onclick="window.pageController.currentLoad('http://www.google.com/search?hl=en&q=weather+boston+ma&btnG=Search&aq=f&oq=&aqi=g10')"/>
-        <button id="Button5"/>
-        <button id="Button6" onclick="window.chrome.loadChrome('chrome/chrome.html');"/>
-		
-      </div>
-    </div>
-  </body>
-</html>
-