Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

43 rader
1.2 KiB

  1. <!doctype html>
  2. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  3. <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  4. <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
  5. <!--[if gt IE 8]><!-->
  6. <html class="no-js">
  7. <!--<![endif]-->
  8. include "includes/head.html"
  9. <body id="download">
  10. include "includes/ga.html"
  11. include "includes/navigation.html"
  12. <section id="home">
  13. <div class="wrapper">
  14. <br/>
  15. <h2 class="page-title">{{.Filename}}</h2>
  16. <h4>type: <b>{{.ContentType}}</b></h4>
  17. <h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
  18. <div>
  19. <a href="#" id="copy-link-btn" class="btn-cta btn">copy link</a> &nbsp;&nbsp;
  20. <a href="{{.Url}}" class="btn-cta btn"> download</i> </a>
  21. <div id="copy-link-wrapper" class="copy-link-wrapper">
  22. <p>Press Ctrl / CMD + C to copy link to your clipboard.</p>
  23. <input readonly="readonly" type="text" value="{{.Url}}" />
  24. </div>
  25. <div id="overlay" class="overlay"></div>
  26. </div>
  27. </div>
  28. </section>
  29. include "includes/footer.html"
  30. include "includes/js.html"
  31. </body>
  32. </html>