summaryrefslogtreecommitdiffstats
path: root/docs/html/sdk/sdk_toc.cs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/sdk/sdk_toc.cs')
-rw-r--r--docs/html/sdk/sdk_toc.cs12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/html/sdk/sdk_toc.cs b/docs/html/sdk/sdk_toc.cs
index f617302..688929f 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>