constant inclusion in templates begun to rewrite. SMTP setup to installation added
[mailer.git] / templates / de / html / mailid / mailid_timer.tpl
index ef4fc9053d84c28dd756991b8f8d1acfe0090851..30e5b2c7a3fcb5653e145db3cfdc24ba7ebd9e32 100644 (file)
@@ -1,6 +1,6 @@
 <SCRIPT language="JavaScript" type="text/javascript">
 <!--
-var Timer = "{--_TIME_VALUE--}";
+var Timer = "{--_TIME_VALUE!}";
 
 function Init()
 {
@@ -13,7 +13,7 @@ function StartCounter()
        document.confirm.counter.value = Timer;
        if (Timer == 0)
        {
-               document.location.href="{!URL!}/mailid_top.php?uid={!_UID_VALUE!}&{!_TYPE_VALUE!}={!_DATA_VALUE!}&mode=confirm&code={--_RAND_VALUE--}";
+               document.location.href="{!URL!}/mailid_top.php?uid={!_UID_VALUE!}&{!_TYPE_VALUE!}={!_DATA_VALUE!}&mode=confirm&code={--_RAND_VALUE!}";
                clearInterval(Counter);
        }
 }
@@ -33,8 +33,8 @@ function StartCounter()
                                <TD align="center">
                                <FORM name="confirm" style="margin-top: 0px; margin-bottom: 0px">
                                {--MEMBER_TIME_COUNTER_1--} <INPUT type="text" name="counter"
-                                       size="{--_TIM2_VALUE--}" readonly class="member_normal"
-                                       value="{--_TIME_VALUE--}">&nbsp;{--SECS--}
+                                       size="{--_TIM2_VALUE!}" readonly class="member_normal"
+                                       value="{--_TIME_VALUE!}">&nbsp;{--SECS--}
                                {--MEMBER_TIME_COUNTER_2--}</FORM>
                                </TD>
                        </TR>