Add new tabs for Compatibility and Get Source to source.android.com framework
This commit is contained in:
31
pdk/docs/compatibility/compatibility_toc.cs
Normal file
31
pdk/docs/compatibility/compatibility_toc.cs
Normal 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>
|
||||||
11
pdk/docs/compatibility/index.jd
Normal file
11
pdk/docs/compatibility/index.jd
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
home=true
|
||||||
|
doc.type=compatibility
|
||||||
|
@jd:body
|
||||||
|
|
||||||
|
<div id="mainBodyFixed">
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Compatibility start page goes here
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
26
pdk/docs/getsource/getsource_toc.cs
Normal file
26
pdk/docs/getsource/getsource_toc.cs
Normal 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>
|
||||||
11
pdk/docs/getsource/index.jd
Normal file
11
pdk/docs/getsource/index.jd
Normal 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>
|
||||||
@@ -36,25 +36,6 @@ home=true
|
|||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"><div class="seperator"> </div></td>
|
<td colspan="2"><div class="seperator"> </div></td>
|
||||||
</tr>
|
</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 »</a></p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td colspan="2"><div class="seperator"> </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 »</a></p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user