ginebra/chrome/demochrome/boston-chrome.html
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 04 May 2010 12:39:35 +0300
changeset 0 1450b09d0cfd
permissions -rw-r--r--
Revision: 201015 Kit: 201018

<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>