]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/mailid/mailid_timer.tpl
Merge branch 'contrib' into 0.2.1-FINAL
[mailer.git] / templates / de / html / mailid / mailid_timer.tpl
index 6e90f9994d6c6758019ac957797bba2c122e5c81..a98439a55db8fc8dd9acb5a561e8ec1076f573b0 100644 (file)
@@ -14,8 +14,8 @@ function startCounter() {
        timer--;
        document.confirm.counter.value = timer;
        if (timer == 0) {
-               document.location.href = '{%url,js=mailid_top.php?userid=$content[userid]&$content[type]=$content[data]&mode=confirm&code=$content[rand]%}';
                clearInterval(Counter);
+               document.location.href = '{%url,js=mailid.php?userid=$content[userid]&type=$content[type]&id=$content[id]&do=confirm&code={%pipe,getRandomTan%}%}';
        }
 }
 //-->
@@ -26,18 +26,18 @@ function startCounter() {
                <table border="0" cellspacing="0" cellpadding="0" class="form_submit dashed">
                        <tr>
                                <td align="center">
-                               <form accept-charset="UTF-8" name="confirm" style="margin-top: 0px;margin-bottom:0px">
+                               {%form,formNameConfirm,formMethodGet%}
                                        {--MEMBER_TIME_COUNTER_1--}
                                        <input type="text" class="form_field" name="counter" size="$content[tim2]" readonly="readonly" value="$content[time]" />
                                        {--MEMBER_TIME_COUNTER_2--}
-                               </form>
+                               {%form_close%}
                                </td>
                        </tr>
                </table>
                </td>
                <td align="center">
                        <div class="banner dashed">
-                               $content[banner]
+                               {%template,LoadTemplate=mailid_banner%}
                        </div>
                </td>
        </tr>