2010-02-02 16:19:41 +00:00
|
|
|
|
|
|
|
<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">
|
2010-02-10 05:54:08 +00:00
|
|
|
|
|
|
|
{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:$vidlink:$downloadfile}</p></div>
|