diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-02-19 10:57:31 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-02-19 10:57:31 -0800 |
commit | 3001a035439d8134a7d70d796376d1dfbff3cdcd (patch) | |
tree | 343ccdba15a594ff6e50c874a145232753315a30 /docs/html/sdk/sdk_toc.cs | |
parent | da996f390e17e16f2dfa60e972e7ebc4f868f37e (diff) |
auto import from //branches/cupcake/...@132276
Diffstat (limited to 'docs/html/sdk/sdk_toc.cs')
-rw-r--r-- | docs/html/sdk/sdk_toc.cs | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/html/sdk/sdk_toc.cs b/docs/html/sdk/sdk_toc.cs index f617302278cc..688929fea080 100644 --- a/docs/html/sdk/sdk_toc.cs +++ b/docs/html/sdk/sdk_toc.cs @@ -1,8 +1,12 @@ <ul> - <li><h2>Latest SDK Release</h2> + <li> + <?cs if:android.whichdoc != "online" ?><h2>Android 1.1 SDK, r1</h2> + <?cs else ?><h2>Latest SDK Release</h2><?cs /if ?> <ul> - <li><a href="<?cs var:toroot ?>sdk/1.1_r1/index.html">Download</a></li> + <?cs if:android.whichdoc == "online" ?> + <li><a href="<?cs var:toroot ?>sdk/1.1_r1/index.html">Download</a></li> + <?cs /if ?> <li><a href="<?cs var:toroot ?>sdk/1.1_r1/installing.html">Installing</a></li> <li><a href="<?cs var:toroot ?>sdk/1.1_r1/upgrading.html">Upgrading</a></li> <li><a href="<?cs var:toroot ?>sdk/1.1_r1/requirements.html">System Requirements</a></li> @@ -15,6 +19,8 @@ </ul> <ul> <li><a href="<?cs var:toroot ?>sdk/terms.html">SDK Terms and Conditions</a></li> - <li><a href="http://code.google.com/android/download_list.html">Previous SDK Releases</a></li> + <?cs if:android.whichdoc == "online" ?> + <li><a href="http://code.google.com/android/download_list.html">Previous SDK Releases</a></li> + <?cs /if ?> </ul> |