Add new tabs for Compatibility and Get Source to source.android.com framework

This commit is contained in:
Gaurav Mathur
2009-10-08 23:50:24 -07:00
parent f94bca2ab7
commit 800158fb99
5 changed files with 79 additions and 19 deletions

View File

@@ -0,0 +1,31 @@
<script type="text/javascript" language="JavaScript">
<!--
function nothing() {}
-->
</script>
<ul>
<li> <h2>Program Details </h2>
<ul>
<li><a href="">Program Overview</a></li>
<li><a href="">Getting Started</a></li>
<li><a href="">Contact Us</a></li>
</ul>
</li>
<li> <h2>Compatibility Tools </h2>
<ul>
<li><a href="">Compatibility Definition</a></li>
<li><a href="">Compatibility Test Suite</a></li>
<li><a href="">Compatibility FAQ</a></li>
<li><a href="">Downloads</a></li>
</ul>
</li>
</ul>
<script type="text/javascript">
<!--
buildToggleLists();
//-->
</script>

View File

@@ -0,0 +1,11 @@
home=true
doc.type=compatibility
@jd:body
<div id="mainBodyFixed">
<p>
Compatibility start page goes here
</p>
</div>

View File

@@ -0,0 +1,26 @@
<script type="text/javascript" language="JavaScript">
<!--
function nothing() {}
-->
</script>
<ul>
<li> <h2>Work with the Code </h2>
<ul>
<li><a href="">...</a></li>
</ul>
</li>
<li> <h2>About the project </h2>
<ul>
<li><a href="">...</a></li>
</ul>
</li>
</ul>
<script type="text/javascript">
<!--
buildToggleLists();
//-->
</script>

View File

@@ -0,0 +1,11 @@
home=true
doc.type=getsource
@jd:body
<div id="mainBodyFixed">
<p>
Some new content about getting source goes here
</p>
</div>

View File

@@ -36,25 +36,6 @@ home=true
<tr>
<td colspan="2"><div class="seperator">&nbsp;</div></td>
</tr>
<tr>
<td class="imageCell"><a href="http://source.android.com"><img src="{@docRoot}assets/images/icon_contribute.jpg" style="padding:0" /></a></td>
<td>
<h2 class="green">Contribute</h2>
<p>Android Open Source Project gives you access to the entire platform source.</p>
<p><a href="http://source.android.com">Learn more &raquo;</a></p>
</td>
</tr>
<tr>
<td colspan="2"><div class="seperator">&nbsp;</div></td>
</tr>
<tr>
<td class="imageCell"><a href="http://www.youtube.com/user/androiddevelopers"><img src="{@docRoot}assets/images/video-droid.png" style="padding:0" /></a></td>
<td>
<h2 class="green">Watch</h2>
<object width="150" height="140"><param name="movie" value="http://www.youtube.com/v/GARMe7Km_gk&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/GARMe7Km_gk&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="150" height="140"></embed></object>
<p style="margin-top:1em"><a href="{@docRoot}videos/index.html">More Android videos &raquo;</a></p>
</td>
</tr>
</table>
</div>