am 110b50ca: AI 149839: make the home page\'s announcement block expandable... primarily, this is to handle various lengths of text due to translations, but also allows us to be more flexible WRT the content for the top section.

Merge commit '110b50ca5158f75abdead740f0956600da2f212d' into donut

* commit '110b50ca5158f75abdead740f0956600da2f212d':
  AI 149839: make the home page's announcement block expandable...
This commit is contained in:
Scott Main
2009-06-14 20:45:27 -07:00
committed by The Android Open Source Project

View File

@@ -5,32 +5,36 @@ home=true
<div id="mainBodyFixed"> <div id="mainBodyFixed">
<div id="mainBodyLeft"> <div id="mainBodyLeft">
<div id="homeMiddle"> <div id="homeMiddle">
<div id="homeTitle"> <div id="topAnnouncement">
<h2>Developer Announcements</h2> <div id="homeTitle">
</div><!-- end homeTitle --> <h2>Developer Announcements</h2>
<div id="announcement-block"> </div><!-- end homeTitle -->
<!-- total max width is 520px --> <div id="announcement-block">
<img src="{@docRoot}assets/images/home/IO-logo.png" alt="Google I/O Developer Conference 2009" width="242px" /> <!-- total max width is 520px -->
<div id="announcement" style="width:270px"> <img src="/assets/images/home/IO-logo.png" alt="Google I/O Developer Conference 2009" width="242px" />
<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> <div id="announcement" style="width:270px">
<p><a href="http://code.google.com/events/io/">Learn more &raquo;</a></p> <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>
</div> <!-- end annoucement --> <p><a href="http://code.google.com/events/io/">Learn more &raquo;</a></p>
</div> <!-- end annoucement-block --> </div> <!-- end annoucement -->
<div id="carouselMain"> </div> <!-- end annoucement-block -->
<div id="bulletinImg"></div> </div><!-- end topAnnouncement -->
<div id="bulletinDesc"></div> <div id="carousel">
</div> <div id="carouselMain">
<div class="clearer"></div> <div id="bulletinImg"></div>
<div class="app-list-container" align="center"> <div id="bulletinDesc"></div>
<a href="javascript:{}" id="arrow-left" onclick="" class="arrow-left-off"></a> </div>
<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 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><!-- end homeMiddle -->
<div style="clear:both">&nbsp;</div> <div style="clear:both">&nbsp;</div>