diff options
author | Scott Main <> | 2009-04-29 13:35:42 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-29 13:35:42 -0700 |
commit | 71975b1fe638fe05b920518abe72afcb0f069d6e (patch) | |
tree | fc19ee64e962d629df2c43cc43880ad066467489 /docs | |
parent | f65b2cbe6854db9654a5149ef6811fd8407e42b3 (diff) | |
parent | 5e8ead2647f37015f8265a4d7e8d99debdb852b3 (diff) | |
download | frameworks_base-71975b1fe638fe05b920518abe72afcb0f069d6e.zip frameworks_base-71975b1fe638fe05b920518abe72afcb0f069d6e.tar.gz frameworks_base-71975b1fe638fe05b920518abe72afcb0f069d6e.tar.bz2 |
am 5e8ead2: am 6bbf389: AI 147767: set 1.1 download page to include "not
Merge commit '5e8ead2647f37015f8265a4d7e8d99debdb852b3'
* commit '5e8ead2647f37015f8265a4d7e8d99debdb852b3':
AI 147767: set 1.1 download page to include "not current" disclaimer
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/sdk/1.1_r1/index.jd | 3 | ||||
-rw-r--r-- | docs/html/sdk/download.jd | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/docs/html/sdk/1.1_r1/index.jd b/docs/html/sdk/1.1_r1/index.jd index c4a9bf0..df8ff5a 100644 --- a/docs/html/sdk/1.1_r1/index.jd +++ b/docs/html/sdk/1.1_r1/index.jd @@ -1,5 +1,6 @@ page.title=Android 1.1 SDK, Release 1 +sdk.not_latest_version=true sdk.version=1.1_r1 sdk.date=February 2009 @@ -18,6 +19,8 @@ sdk.linux_checksum=ebcb16b0cd4aef198b4dd9a1418efbf1 @jd:body +<p><a href="{@docRoot}sdk/RELEASENOTES.html#1.1_r1">Release Notes</a></p> + <h2>SDK Contents</h2> <h4>Development tools</h4> diff --git a/docs/html/sdk/download.jd b/docs/html/sdk/download.jd index 3c4f06b..1712ae6 100644 --- a/docs/html/sdk/download.jd +++ b/docs/html/sdk/download.jd @@ -3,7 +3,7 @@ hide_license_footer=true @jd:body -<script language="javascript"> +<script type="text/javascript"> function verify() { document.getElementById('download-button').disabled = !document.getElementById('checkbox').checked; } @@ -68,7 +68,7 @@ The License Agreement constitutes a contract between you and Google with respect <p>If you want to re-read the license agreement, it's available to you in the <em>SDK</em> tab.</p> </div> -<script language="javascript"> +<script type="text/javascript"> var loc = window.location.href; var filename = loc.substring(loc.indexOf('=')+1,loc.length); version = filename.substring(filename.indexOf('.')-1,filename.lastIndexOf('.')); |