]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/mailid/mailid_timer.tpl
Failture box centered
[mailer.git] / templates / de / html / mailid / mailid_timer.tpl
index 30e5b2c7a3fcb5653e145db3cfdc24ba7ebd9e32..a99bc96a107255d98b26bfcfa617bf251d2bb050 100644 (file)
@@ -2,17 +2,18 @@
 <!--
 var Timer = "{--_TIME_VALUE!}";
 
-function Init()
-{
+function Init() {
        var Counter = window.setInterval("StartCounter()", 1000);
 }
 
-function StartCounter()
-{
+function StartCounter() {
+       if (Timer < 1) {
+               return false;
+       }
+
        Timer--;
        document.confirm.counter.value = Timer;
-       if (Timer == 0)
-       {
+       if (Timer == 0) {
                document.location.href="{!URL!}/mailid_top.php?uid={!_UID_VALUE!}&{!_TYPE_VALUE!}={!_DATA_VALUE!}&mode=confirm&code={--_RAND_VALUE!}";
                clearInterval(Counter);
        }
@@ -34,7 +35,7 @@ function StartCounter()
                                <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--}
+                                       value="{--_TIME_VALUE!}">&nbsp;{--_SECONDS--}
                                {--MEMBER_TIME_COUNTER_2--}</FORM>
                                </TD>
                        </TR>