]> jfr.im git - uguu.git/blobdiff - rain/template/upload-done.html
Update check.sh
[uguu.git] / rain / template / upload-done.html
index c64aa352645f80b845c70cd74b87233f0701adde..e08eb3e2ef5c3dff2b67404497a94794553c8c2b 100644 (file)
@@ -3,9 +3,9 @@
         <div class="col s12">
             <div class="card-panel blue-grey darken-1">
                 <div class="card-content white-text">
-                    <span class="card-title" style="color: #FF9999"><h3>File uploaded!</h3></span>
-                        <p><a href="http://a.uguu.se/{$filename}">http://a.uguu.se/{$filename}</a></p>
-                        <p>Your file will be available for download during 24 hours.</p>
+                    <span class="card-title" style="color: #00FF99"><h3>File uploaded!</h3></span>
+                        <p><a href="{$url_filename}">{$url_filename}</a></p>
+                        <p>Your file will be available for download during {$retention_time}.</p>
                 </div>
             </div>
         </div>