ginebra/chrome/demochrome/boston-chrome.html
changeset 5 0f2326c2a325
parent 1 b0dd75e285d2
child 6 1c3b8676e58c
--- a/ginebra/chrome/demochrome/boston-chrome.html	Fri May 14 15:40:36 2010 +0300
+++ /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>
-