equal
deleted
inserted
replaced
|
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 |