Home | History | Annotate | Download | only in templates-ds

Lines Matching refs:DOWNLOAD

37       else ?>Download the SDK<?cs /if ?>
57 <p><a href="/sdk/index.html">Download the current Android SDK</a></p>
79 <table class="download" id="download-table">
123 $("#downloadForRealz").html("Download " + $(link).text());
128 location.hash = "download";
195 >DOWNLOAD FOR OTHER PLATFORMS</a></h4>
202 <table class="download">
258 <table class="download">
343 /* set up primary adt download button */
344 $('#download-bundle-button').show();
345 $('#download-bundle-button').append("Download the SDK <br/><span class='small'>ADT Bundle for " + os + "</span>");
346 $('#download-bundle-button').click(function() {return onDownload(this,true,true);}).attr('href', bundlename);
349 $('#download-tools-button').show();
350 $('#download-tools-button').append("Download the SDK Tools for " + os);
351 $('#download-tools-button').click(function() {return onDownload(this,true);}).attr('href', $toolslink.attr('href'));
359 /* set text for download button */
363 $("#downloadForRealz").html("Download " + $(link).text());
378 /* if not using bundle, set download button to ignore bitpicker and set url */
389 location.hash = "download";
402 /* set the real url for download */
406 /* reveal the download button */