Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of invitro | > | Navelo CMS | > | tmpl/admin.confirm.tpl | > | Download | ||
|
Download |
<table border="1" align="center"> {if $data.u eq "?no"} <P>{$data.case}</P> {else} {assign var="timeout" value="3"} <script language="JavaScript" type="text/javascript"> {literal} function setRefresh() { {/literal}setTimeout('location.href="{$data.u}";', {$timeout}*1000);{literal} } setRefresh(); {/literal} </script> <tr> <td> <P>{$data.case}</P> <P>If you not redirect in {$timeout} sec, please click <a href="{$data.u}">here</a></P> </td> </tr> {/if} </table> |