Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of invitro | > | Navelo CMS | > | tmpl/client.confirm.tpl | > | Download | ||
|
Download |
{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> <P>{$data.case}</P> <P>If you not redirect in {$timeout} sec, please click <a href="{$data.u}">here</a></P> {/if} |