am 6bbf389: AI 147767: set 1.1 download page to include "not current" di

Merge commit '6bbf38916957aba00e85af83923c232ccae5a59d' into donut

* commit '6bbf38916957aba00e85af83923c232ccae5a59d':
  AI 147767: set 1.1 download page to include "not current" disclaimer
This commit is contained in:
Scott Main
2009-04-28 21:54:12 -07:00
committed by The Android Open Source Project
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
page.title=Android 1.1 SDK, Release 1 page.title=Android 1.1 SDK, Release 1
sdk.not_latest_version=true
sdk.version=1.1_r1 sdk.version=1.1_r1
sdk.date=February 2009 sdk.date=February 2009
@@ -18,6 +19,8 @@ sdk.linux_checksum=ebcb16b0cd4aef198b4dd9a1418efbf1
@jd:body @jd:body
<p><a href="{@docRoot}sdk/RELEASENOTES.html#1.1_r1">Release Notes</a></p>
<h2>SDK Contents</h2> <h2>SDK Contents</h2>
<h4>Development tools</h4> <h4>Development tools</h4>

View File

@@ -3,7 +3,7 @@ hide_license_footer=true
@jd:body @jd:body
<script language="javascript"> <script type="text/javascript">
function verify() { function verify() {
document.getElementById('download-button').disabled = !document.getElementById('checkbox').checked; 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> <p>If you want to re-read the license agreement, it's available to you in the <em>SDK</em> tab.</p>
</div> </div>
<script language="javascript"> <script type="text/javascript">
var loc = window.location.href; var loc = window.location.href;
var filename = loc.substring(loc.indexOf('=')+1,loc.length); var filename = loc.substring(loc.indexOf('=')+1,loc.length);
version = filename.substring(filename.indexOf('.')-1,filename.lastIndexOf('.')); version = filename.substring(filename.indexOf('.')-1,filename.lastIndexOf('.'));