diff options
Diffstat (limited to 'docs/html/index.jd')
| -rw-r--r-- | docs/html/index.jd | 64 |
1 files changed, 34 insertions, 30 deletions
diff --git a/docs/html/index.jd b/docs/html/index.jd index bd681e2c6d97..07d0abe7f6e4 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -5,32 +5,36 @@ home=true <div id="mainBodyFixed"> <div id="mainBodyLeft"> <div id="homeMiddle"> - <div id="homeTitle"> - <h2>Developer Announcements</h2> - </div><!-- end homeTitle --> - <div id="announcement-block"> - <!-- total max width is 520px --> - <img src="{@docRoot}assets/images/home/IO-logo.png" alt="Google I/O Developer Conference 2009" width="242px" /> - <div id="announcement" style="width:270px"> - <p>Google I/O is a two-day developer event that will take place May 27-28 at Moscone Center, San Francisco.</p> - <p><a href="http://code.google.com/events/io/">Learn more »</a></p> - </div> <!-- end annoucement --> - </div> <!-- end annoucement-block --> - <div id="carouselMain"> - <div id="bulletinImg"></div> - <div id="bulletinDesc"></div> - </div> - <div class="clearer"></div> - <div class="app-list-container" align="center"> - <a href="javascript:{}" id="arrow-left" onclick="" class="arrow-left-off"></a> - <div id="list-clip"> - <div style="left: 0px;" id="app-list"> - <!-- populated by buildCarousel() --> - </div> - </div><!-- end list-clip --> - <a href="javascript:page_right()" id="arrow-right" onclick="" class="arrow-right-on"></a> + <div id="topAnnouncement"> + <div id="homeTitle"> + <h2>Developer Announcements</h2> + </div><!-- end homeTitle --> + <div id="announcement-block"> + <!-- total max width is 520px --> + <img src="/assets/images/home/IO-logo.png" alt="Google I/O Developer Conference 2009" width="242px" /> + <div id="announcement" style="width:270px"> + <p>Google I/O is a two-day developer event that will take place May 27-28 at Moscone Center, San Francisco. The agenda includes a number of great sessions on Android topics by team engineers and other developers.</p> + <p><a href="http://code.google.com/events/io/">Learn more »</a></p> + </div> <!-- end annoucement --> + </div> <!-- end annoucement-block --> + </div><!-- end topAnnouncement --> + <div id="carousel"> + <div id="carouselMain"> + <div id="bulletinImg"></div> + <div id="bulletinDesc"></div> + </div> <div class="clearer"></div> - </div><!-- end app-list container --> + <div class="app-list-container" align="center"> + <a href="javascript:{}" id="arrow-left" onclick="" class="arrow-left-off"></a> + <div id="list-clip"> + <div style="left: 0px;" id="app-list"> + <!-- populated by buildCarousel() --> + </div> + </div><!-- end list-clip --> + <a href="javascript:page_right()" id="arrow-right" onclick="" class="arrow-right-on"></a> + <div class="clearer"></div> + </div><!-- end app-list container --> + </div><!-- end carousel --> </div><!-- end homeMiddle --> <div style="clear:both"> </div> @@ -43,7 +47,7 @@ home=true <td> <h2 class="green">Download</h2> <p>The Android SDK has the tools, sample code, and docs you need to create great apps. </p> - <p><a href="{@docRoot}sdk/1.1_r1/index.html">Learn more »</a></p> + <p><a href="{@docRoot}sdk/{@sdkCurrent}/index.html">Learn more »</a></p> </td> </tr> <tr> @@ -116,10 +120,10 @@ home=true 'sdk': { 'layout':"imgLeft", 'icon':"sdk-small.png", - 'name':"SDK 1.1 r1", + 'name':"SDK 1.5 r2", 'img':"sdk-large.png", - 'title':"Android 1.1 SDK r1", - 'desc': "<p>A new Android SDK is available for download. The new SDK includes minor API changes, new UI localizations, bug fixes and some new application features.</p><p><a href='{@docRoot}sdk/1.1_r1/index.html'>Download Android 1.1 SDK r1</a></p>" + 'title':"Android 1.5 SDK", + 'desc': "<p>Android 1.5 SDK is now available. It includes new APIs for Android 1.5, updated developer tools, multiple platform versions, and a Google APIs add-on.</p><p><a href='{@docRoot}sdk/1.5_r2/index.html'>Download Android 1.5 SDK</a></p>" }, 'mapskey': { @@ -128,7 +132,7 @@ home=true 'name':"Maps API Key", 'img':"maps-large.png", 'title':"Maps API Key", - 'desc':"<p>If you're writing an Android application that uses Google Maps (with MapView), you must register your application to obtain a Maps API Key. Without the key, your maps application will not work on Android devices. Obtaining a key requires just a couple of steps.</p><p><a href='{@docRoot}guide/topics/location/geo/mapkey.html'>Learn how to get a Maps API Key</a></p>" + 'desc':"<p>If you're writing an Android application that uses Google Maps (with MapView), you must register your application to obtain a Maps API Key. Without the key, your maps application will not work on Android devices. Obtaining a key requires just a couple of steps.</p><p><a href='http://code.google.com/android/add-ons/google-apis/maps-overview.html'>Learn more »</a></p>" }, 'market': { |