diff options
Diffstat (limited to 'docs/html/sdk/1.0_r1/download.jd')
-rw-r--r-- | docs/html/sdk/1.0_r1/download.jd | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/html/sdk/1.0_r1/download.jd b/docs/html/sdk/1.0_r1/download.jd deleted file mode 100644 index c767271..0000000 --- a/docs/html/sdk/1.0_r1/download.jd +++ /dev/null @@ -1,26 +0,0 @@ -page.title=Download the Android SDK -@jd:body - -<p>Please review the Android SDK License Agreement carefully before -downloading the SDK. The License Agreement constitutes a contract between you -and Google with respect to your use of the SDK.</p> -<iframe src="terms_body.html" style="border: 1px solid black; height:400px; width: 100%; margin: 1em 0;"></iframe> -<script language="JavaScript"> -function verify() { - document.getElementById('agreeButton').disabled = !document.getElementById('agreeCheckbox').checked; -} -</script> -<input id="agreeCheckbox" type="checkbox" onclick="verify();"/>I agree to the terms of the SDK License -<br/><br/> -<script language="JavaScript"> -function submit() { - var agreeCheckbox = document.getElementById('agreeCheckbox'); - if (agreeCheckbox.checked) { - document.location = "download_list.html"; - } -} -</script> -<input id='agreeButton' value="Continue" type="button" onclick="submit();"/> -<script language="JavaScript"> -document.getElementById('agreeButton').disabled = true; -</script> |