]> jfr.im git - uguu.git/blame - rain/template/upload-done.html
Using the footer template
[uguu.git] / rain / template / upload-done.html
CommitLineData
572a393f
GJ
1<div class="container">
2 <div class="row">
3 <div class="col s12">
4 <div class="card-panel blue-grey darken-1">
5 <div class="card-content white-text">
2f98035a
PAB
6 <span class="card-title" style="color: #00FF99"><h3>File uploaded!</h3></span>
7 <p><a href="{$url_filename}">{$url_filename}</a></p>
f2750d42 8 <p>Your file will be available for download during {$retention_time}.</p>
572a393f
GJ
9 </div>
10 </div>
11 </div>
12 </div>
13</div>