--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ginebra/chrome/demochrome/boston-chrome.html Tue May 04 12:39:35 2010 +0300
@@ -0,0 +1,31 @@
+<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>
+