clipbucket/upload/styles/cbv2new/layout/download.html
Arslan Hassan 959122f086 FIXED : Group Category '%s'
FIXED : Button disable while adding comment
FIXED : Template Editor Strip Slashes
FIXED : Groups Privacy Setting
ADDED : Owner can delete comments
ADDED : download option
2010-02-02 16:19:41 +00:00

16 lines
No EOL
456 B
HTML

<script>
var download_file = '{$vdo.download_file}';
{literal}
$(document).ready
(function()
{
setTimeout("location.href='"+download_file+"'",3000);
}
)
{/literal}
</script>
<div style="width:98%; margin:auto">
<h2>Downloading {$vdo.title}...</h2>
<p><a href="{$vdo.download_file}">click here if you don't redirect automatically</a> - <a href="{videoLink vdetails=$vdo}"> Click Here to Go Back to Video Page</a></p></div>