tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

moreFromMozilla.inc.xhtml (1671B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 <!-- More From Mozilla panel -->
      6 
      7 <script src="chrome://browser/content/preferences/moreFromMozilla.js"/>
      8 <html:template xmlns="http://www.w3.org/1999/xhtml" id="template-paneMoreFromMozilla">
      9  <div id="moreFromMozillaCategory-header"
     10    class="subcategory"
     11    data-hidden-from-search="true"
     12    hidden="true"
     13    data-category="paneMoreFromMozilla">
     14    <h1 class="title" data-l10n-id="more-from-moz-title"/>
     15    <p class="subtitle description-deemphasized" data-l10n-id="more-from-moz-subtitle"/>
     16  </div>
     17  <div id="moreFromMozillaCategory"
     18    data-category="paneMoreFromMozilla"
     19    hidden="true"
     20    data-hidden-from-search="true">
     21  </div>
     22 </html:template>
     23 
     24 <html:template xmlns="http://www.w3.org/1999/xhtml" id="simple">
     25  <article class="mozilla-product-item simple">
     26 
     27    <div>
     28      <h2 class="product-title"/>
     29      <div class="product-description-box">
     30        <div class="description description-deemphasized"/>
     31        <a class="text-link" target="_blank" hidden="true"/>
     32      </div>
     33    </div>
     34 
     35    <button type="button" class="primary small-button" hidden="true"/>
     36 
     37    <div class="qr-code-box" hidden="true">
     38      <h3 class="qr-code-box-title"/>
     39      <div class="qr-code-box-image-wrapper">
     40        <img class="qr-code-box-image"/>
     41        <img class="qr-code-box-logo" src="chrome://branding/content/about-logo.svg"/>
     42      </div>
     43      <a class="qr-code-link text-link" target="_blank" hidden="true"/>
     44    </div>
     45 
     46  </article>
     47 </html:template>