summaryrefslogtreecommitdiff
path: root/skins/stone/widgets/redirect.tmpl
blob: abaa8e700efeedf982d9a1995e749d9f0a8ed780 (plain)
1
2
3
4
5
6
7
<!-- Redirect -->
<?% IF global.shutter.defined; %?>
<script type="text/javascript">
    setTimeout("closeit()", '<?% data.wait ? data.wait * 3000 : 3000 %?>' );
    /* redirect('<?% reentities(data.url) %?>', '<?% data.wait ? data.wait : 1 %?>' ); */
</script>
<?% END %?>