]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/mailid/mailid_timer.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / mailid / mailid_timer.tpl
index f4d2d3d47b66e8a0af41b522c0a395c47e9904be..e2ffa5a56255f3eb47fce01595c9b284d83ec704 100644 (file)
@@ -1,6 +1,6 @@
-<SCRIPT language="JavaScript" type="text/javascript">
+<script type="text/javascript">
 <!--
-var Timer = "{!_TIME_VALUE!}";
+var Timer = "$content[time]";
 
 function Init() {
        var Counter = window.setInterval("StartCounter()", 1000);
@@ -14,25 +14,23 @@ function StartCounter() {
        Timer--;
        document.confirm.counter.value = Timer;
        if (Timer == 0) {
-               document.location.href="{?URL?}/mailid_top.php?uid=$content[uid]&$content[type]=$content[data]&mode=confirm&code=$content[rand]";
+               document.location.href="{?URL?}/mailid_top.php?userid=$content[userid]&$content[type]=$content[data]&mode=confirm&code=$content[rand]";
                clearInterval(Counter);
        }
 }
 //-->
-</SCRIPT>
-<table border="0" cellspacing="0" cellpadding="0"
-       class="member_mailidtop">
+</script>
+<table border="0" cellspacing="0" cellpadding="0" class="member_mailidtop">
        <tr>
                <td width="10" class="seperator">&nbsp;</td>
                <td width="220" align="center">
-               <table border="0" cellspacing="0" cellpadding="0" width="200"
-                       class="member_confirm dashed">
+               <table border="0" cellspacing="0" cellpadding="0" width="200" class="member_confirm dashed">
                        <tr>
                                <td height="3" class="seperator">&nbsp;</td>
                        </tr>
                        <tr>
                                <td align="center">
-                               <form name="confirm" style="margin-top: 0px; margin-bottom: 0px">
+                               <form accept-charset="utf-8" name="confirm" style="margin-top: 0px; margin-bottom: 0px">
                                {--MEMBER_TIME_COUNTER_1--} <input type="text" name="counter"
                                        size="$content[tim2]" readonly class="member_normal"
                                        value="$content[time]">&nbsp;{--_SECONDS--}
@@ -62,9 +60,9 @@ function StartCounter() {
                <td width="10" class="seperator">&nbsp;</td>
        </tr>
 </table>
-<SCRIPT language="JavaScript" type="text/javascript">
+<script type="text/javascript">
 <!--
   document.confirm.counter.value = Timer;
   Init();
 //-->
-</SCRIPT>
\ No newline at end of file
+</script>