Selaa lähdekoodia

download.audio

tags/v1.0.0
Uvis Grinfelds 9 vuotta sitten
vanhempi
commit
2dce9fbb29
1 muutettua tiedostoa jossa 11 lisäystä ja 31 poistoa
  1. +11
    -31
      transfersh-web/download.audio.html

+ 11
- 31
transfersh-web/download.audio.html Näytä tiedosto

@@ -1,3 +1,6 @@


</html>
<!doctype html> <!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
@@ -9,54 +12,31 @@
include "includes/head.html" include "includes/head.html"


<body id="download"> <body id="download">
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-40833733-1', 'transfer.sh');
ga('send', 'pageview');
</script>


include "includes/ga.html"
include "includes/navigation.html" include "includes/navigation.html"


<section id="home"> <section id="home">
<div class="wrapper"> <div class="wrapper">
<br/>
<h2> {{.Filename}}</h2>
<h4>type: <b>{{.ContentType}}</b></h4>
<h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
include "includes/download-top.html"

<div class="row animated fadeInDown"> <div class="row animated fadeInDown">
<div id="from-terminal" class=" box col-md-8 col-md-offset-2 col-xs-12"> <div id="from-terminal" class=" box col-md-8 col-md-offset-2 col-xs-12">
<div class="terminal-top"> <div class="terminal-top">


</div> </div>
<div id="terminal" class="terminal preview-image"> <div id="terminal" class="terminal preview-image">
<audio controls>
<source src="{{.Url}}" type="{{.ContentType}}">
</audio>
<audio controls>
<source src="{{.Url}}" type="{{.ContentType}}">
</audio>
</div> </div>
</div> </div>
</div> </div>
<br/> <br/>
<div> <div>


<div>
<a href="#" id="copy-link-btn" class="btn-cta btn">copy link</a> &nbsp;&nbsp;
<a href="{{.Url}}" class="btn-cta btn"> download</i> </a>
<div id="copy-link-wrapper" class="copy-link-wrapper">
<p>Press Ctrl / CMD + C to copy link to your clipboard.</p>
<input readonly="readonly" type="text" value="{{.Url}}" />
</div>
<div id="overlay" class="overlay"></div>
</div>
</section> </section>


include "includes/footer.html" include "includes/footer.html"


Ladataan…
Peruuta
Tallenna