pre release
This commit is contained in:
parent
31022358ed
commit
79de710800
40 changed files with 848 additions and 20 deletions
4
transfer/tshweb/includes/download-bottom.html
Normal file
4
transfer/tshweb/includes/download-bottom.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<a href="{{.URLGet}}" class="btn-cta btn"> download</i> </a> <br/><br/>
|
||||
<div class="qrcode">
|
||||
<img src="data:image/png;base64,{{.QRCode}}"/>
|
||||
</div>
|
4
transfer/tshweb/includes/download-top.html
Normal file
4
transfer/tshweb/includes/download-top.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<br/>
|
||||
<h2 class="page-title">{{.Filename}}</h2>
|
||||
<h4>type: <b>{{.ContentType}}</b></h4>
|
||||
<h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
|
Loading…
Add table
Add a link
Reference in a new issue