clipbucket/upload/styles/cbv2new/layout/download.html
2013-10-07 12:17:06 +00:00

25 lines
No EOL
585 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">
{lang code='downloading_string' assign='downloadingstring'}
<h2>{$downloadingstring|sprintf:$vdo.title}</h2>
{lang code='download_redirect_msg' assign='redirectmsg'}
{videoLink vdetails=$vdo assign='vidlink'}
{assign value=$vdo.download_file var='downloadfile'}
<p>{$redirectmsg|sprintf:$downloadfile:$vidlink}</p></div>