ginebra/chrome/demochrome/boston-chrome.html
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
equal deleted inserted replaced
2:bf4420e9fa4d 8:2e16851ffecd
     1 <html>
       
     2   <head>
       
     3     <script type="text/javascript">
       
     4       
       
     5       function onLoad() {
       
     6          window.chrome.setAnchor("BottomChromeId","AnchorBottom");
       
     7          window.chrome.setVisibilityAnimator("BottomChromeId", "G_VISIBILITY_FADE_ANIMATOR");
       
     8       }
       
     9       
       
    10       
       
    11     </script>
       
    12 
       
    13     <link id="CSSLink" rel="stylesheet" type="text/css" href="css/chromeStyleBoston.css" />
       
    14 
       
    15   </head>
       
    16 
       
    17   <body onload="onLoad()">
       
    18     <div class ="InitialChrome">
       
    19       <div class = "BottomChrome" id="BottomChromeId" style="background-image:url('images/Boston.png');background-repeat:no-repeat;">
       
    20         <button id="Button1" onclick="window.pageController.currentLoad('http://www.google.com/news/image?p2=1&ned=us&hl=en&q=boston&imv=1')"/>
       
    21         <button id="Button2" onclick="window.pageController.currentLoad('http://www.boston.com/ae/movies')"/>
       
    22         <button id="Button3"  onclick="window.pageController.currentLoad('http://www.boston.com/sports')"/>
       
    23         <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')"/>
       
    24         <button id="Button5"/>
       
    25         <button id="Button6" onclick="window.chrome.loadChrome('chrome/chrome.html');"/>
       
    26 		
       
    27       </div>
       
    28     </div>
       
    29   </body>
       
    30 </html>
       
    31