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

Lines Matching refs:download

36       else ?>Download the SDK<?cs /if ?>
56 <p><a href="/sdk/index.html">Download the current Android SDK</a></p>
78 <table class="download" id="download-table">
122 $("#downloadForRealz").html("Download " + $(link).text());
127 location.hash = "download";
194 >DOWNLOAD FOR OTHER PLATFORMS</a></h4>
201 <table class="download">
257 <table class="download">
342 /* set up primary adt download button */
343 $('#download-bundle-button').show();
344 $('#download-bundle-button').append("Download the SDK <br/><span class='small'>ADT Bundle for " + os + "</span>");
345 $('#download-bundle-button').click(function() {return onDownload(this,true,true);}).attr('href', bundlename);
348 $('#download-tools-button').show();
349 $('#download-tools-button').append("Download the SDK Tools for " + os);
350 $('#download-tools-button').click(function() {return onDownload(this,true);}).attr('href', $toolslink.attr('href'));
358 /* set text for download button */
362 $("#downloadForRealz").html("Download " + $(link).text());
377 /* if not using bundle, set download button to ignore bitpicker and set url */
388 location.hash = "download";
401 /* set the real url for download */
405 /* reveal the download button */