зеркало из https://github.com/mozilla/bedrock.git
remove more unused templates
This commit is contained in:
Родитель
5168f209bf
Коммит
d8921e105b
|
@ -1,14 +0,0 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h2>Download</h2>
|
||||
|
||||
{{ download_button('home-download') }}
|
||||
|
||||
<script src="/media/js/download.js"></script>
|
||||
<script type="text/javascript">
|
||||
offerBestDownloadLink('home-download');
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
|
@ -1,86 +0,0 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block body_id %}channel{% endblock %}
|
||||
|
||||
{% block site_css %}
|
||||
{{ css('channel') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id="main-feature">
|
||||
<h2>Welcome to the <span>Future of Firefox</span></h2>
|
||||
|
||||
<p>
|
||||
Download and test the build that’s right for you, and sign up for a
|
||||
channel newsletter to stay in the loop.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="main-content">
|
||||
|
||||
<div id="download_aurora" class="channel">
|
||||
<h3>Firefox Aurora</h3>
|
||||
<ul class="channel-list">
|
||||
<li>
|
||||
Experience the newest innovations before they go to beta
|
||||
in an environment that’s not for the faint of heart
|
||||
</li>
|
||||
<li>
|
||||
Provide feedback on features and performance to help
|
||||
determine what makes the final release
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
{{ download_button('download_aurora_button', build='aurora') }}
|
||||
|
||||
<div id="download_aurora_mobile_button">
|
||||
<div class="home-download beta-download">
|
||||
<a href="https://wiki.mozilla.org/Mobile/Platforms/Android#Download_Aurora"
|
||||
class="download-link download-firefox"
|
||||
onclick="dcsMultiTrack('DCS.dcssip', 'wiki.mozilla.org',
|
||||
'DCS.dcsuri', 'Mobile/Platforms/Android',
|
||||
'WT.ti', 'Link: Firefox Aurora for Mobile',
|
||||
'WT.dl', 99,
|
||||
'WT.z_convert', 'Firefox Aurora for Mobile',
|
||||
'WT.si_n', 'Firefox Aurora for Mobile',
|
||||
'WT.si_x', '2');">
|
||||
<span class="download-content">
|
||||
<span class="download-title">Download</span>
|
||||
Firefox Aurora for Mobile
|
||||
</span>
|
||||
<img src="/media/img/covehead/channel/icon-mobile.png" alt="" />
|
||||
</a>
|
||||
<div class="download-other">
|
||||
<a href="/{{ LANG }}/mobile/platforms/">Supported devices</a> |
|
||||
<a href="/{{ LANG }}/legal/privacy/firefox.html">Privacy Policy</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="download_beta" class="channel">
|
||||
<h3>Firefox Beta</h3>
|
||||
<ul class="channel-list">
|
||||
<li>
|
||||
Experience cutting edge features but with more stability
|
||||
</li>
|
||||
<li>
|
||||
Provide feedback to help refine and polish what will be in
|
||||
the final release
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
{{ download_button('download_beta_button', build='beta') }}
|
||||
|
||||
{# This isn't the final version of this tag, but it works #}
|
||||
{{ mobile_download_button('download_beta_mobile_button', 'desktop', 'beta') }}
|
||||
</div>
|
||||
|
||||
<script src="/media/js/download.js"></script>
|
||||
<script type="text/javascript">
|
||||
offerBestDownloadLink('download_aurora_button');
|
||||
offerBestDownloadLink('download_beta_button');
|
||||
</script>
|
||||
|
||||
{% endblock %}
|
|
@ -1,4 +0,0 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
Загрузка…
Ссылка в новой задаче