Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0580df3 authored by smain@google.com's avatar smain@google.com Committed by Android (Google) Code Review
Browse files

Merge "template changes for new sdk download pages; remove tools/ page....

Merge "template changes for new sdk download pages; remove tools/ page. companion to: I7e883a2647d7c487570c4abdba9df5d72a52b274" into klp-modular-dev
parents 77a6812d e39012b7
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@
                  ja-lang="リファレンス"
                  es-lang="Referencia"
                  >Reference</a></li>
                <li><a href="<?cs var:toroot ?>tools/index.html"
                <li><a href="<?cs var:toroot ?>sdk/index.html"
                  zh-tw-lang="相關工具"
                  zh-cn-lang="工具"
                  ru-lang="Инструменты"
@@ -97,7 +97,6 @@
                  ja-lang="ツール"
                  es-lang="Herramientas"
                  >Tools</a>
                  <ul><li><a href="<?cs var:toroot ?>sdk/index.html">Get the SDK</a></li></ul>
                </li>
                <li><a href="<?cs var:toroot ?>google/index.html">Google Services</a>
                </li>
@@ -172,7 +171,7 @@
                  ja-lang="リファレンス"
                  es-lang="Referencia"
                  >Reference</a></li>
                <li class="tools"><a href="<?cs var:toroot ?>tools/index.html"
                <li class="tools"><a href="<?cs var:toroot ?>sdk/index.html"
                  zh-tw-lang="相關工具"
                  zh-cn-lang="工具"
                  ru-lang="Инструменты"
+3 −3
Original line number Diff line number Diff line
@@ -280,7 +280,7 @@

<h4><a href='' class="expandable"
  onclick="toggleExpandable(this,'.pax');hideExpandable('.myide,.reqs');return false;"
  >DOWNLOAD FOR OTHER PLATFORMS</a></h4>
  >VIEW ALL DOWNLOADS AND SIZES</a></h4>


<div class="pax col-13 online" style="display:none;margin:0;">
@@ -430,12 +430,12 @@ var:sdk.linux_download

    /* set up primary adt download button */
    $('#download-bundle-button').show();
    $('#download-bundle-button').append("Download the SDK <br/><span class='small'>with the Eclipse ADT Bundle for " + os + "</span>");
    $('#download-bundle-button').append("Download Eclipse ADT <br/><span class='small'>with the Android SDK for " + os + "</span>");
    $('#download-bundle-button').click(function() {return onDownload(this,true,true);}).attr('href', bundlename);

    /* set up sdk tools only button */
    $('#download-tools-button').show();
    $('#download-tools-button').append("Download the SDK Tools for " + os);
    $('#download-tools-button').append("Download the stand-alone Android SDK Tools for " + os);
    $('#download-tools-button').click(function() {return onDownload(this,true);}).attr('href', $toolslink.attr('href'));
  } else {
    $('.pax').show();