clipbucket/upload/styles/cbv2new/layout/download.html
Fawaz 2dfac5af2a Fixed : main structure.sql for category column
Fixed : view photo link in activity feeds
Fixed : Private collection display
Removed : Colons from pad video filter
Fixed : The swapped links in download.html
Fixed : Topic post parsing
Removed : Ajax link from Back to topics
Added : Upgrade 2.6 SQL
2011-08-04 11:06:38 +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>