Rewrites/fixes for handling config entries in SQLs
[mailer.git] / templates / de / html / loader.tpl
1 <div class="para">
2         <big><strong>DEREFERRER-{?MAIN_TITLE?}</strong></big>
3 </div>
4
5 <div class="para">
6         {--LOADER_NOT_WORKING--}
7         [<a href="$content">{--LOADER_CLICK_HERE--}</a>]
8 </div>
9
10 <script type="text/javascript">
11 <!--
12 function Loader (URL) {
13         document.location.href = URL;
14         return false;
15 }
16
17 setTimeout("Loader('$content')", 1000);
18 //-->
19 </script>