Web components
File detail
| Name: | Redirect.tpl [Download] |
| Location: | src > templates |
| Size: | 431 B |
| Last modification: | 2007-12-11 16:09 |
Source code
{include file='pageInit.tpl'} <script type="text/javascript"> window.onload = function() {ldelim} window.location = '{$redirTo}'; {rdelim} </script> {include file='pageBodyInit.tpl'} <div id='content'> <h1>{if $lang=='cz'}Nelze přesměrovat{else}Could not redirect{/if}</h1> <p>{if $lang=='cz'}Klikněte{else}Click{/if} <a href="{$redirTo}">{if $lang=='cz'}zde{else}here{/if}</a>.</p> </div> {include file='pageEnd.tpl'}




Back to main page
Redirect.tpl