]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_nickname_login.tpl
Yet another more XHTML fixes
[mailer.git] / templates / de / html / guest / guest_nickname_login.tpl
index 6bf7da4d0c8c995501118e9c8b1e203e965086e3..b2ddc9ee56525c584bc67d75647fa89d6ed2ffd3 100644 (file)
@@ -1,7 +1,5 @@
-<form action="{!URL!}/modules.php?module=index&amp;what=login"
-       method="POST" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" align="center"
-       class="guest_table dashed" width="540">
+<form action="{!URL!}/modules.php?module=index&amp;what=login" method="post" style="margin-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="540">
        <tr>
                <td width="10" class="guest_title2 bottom2 seperator" height="30">&nbsp;</td>
                <td colspan="8" class="guest_title2 bottom2"><strong>{--GUEST_WELCOME_MEMBER--}</strong>
                <td width="10" class="seperator">&nbsp;</td>
                <td width="180" align="right">{--GUEST_ENTER_LOGIN_NICKNAME--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
-               <td><INPUT type="text" name="id" class="guest_normal" size="10"
+               <td><input type="text" name="id" class="guest_normal" size="10"
                        maxlength="255"></td>
                <td width="10" class="seperator">&nbsp;</td>
                <td width="80" align="right">{--GUEST_ENTER_PASSWORD--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
-               <td><INPUT type="password" name="password" class="guest_normal"
+               <td><input type="password" name="password" class="guest_normal"
                        size="10" maxlength="255"></td>
                <td width="10" class="seperator">&nbsp;</td>
        </tr>
        </tr>
        <tr>
                <td width="10" class="guest_footer seperator">&nbsp;</td>
-               <td colspan="8" align="center" class="guest_footer"><INPUT
-                       type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
-                       type="submit" name="ok" class="guest_submit"
-                       value="{--LOGIN_SUBMIT--}"></td>
+               <td colspan="8" align="center" class="guest_footer">
+                       <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="guest_submit" value="{--LOGIN_SUBMIT--}" />
+               </td>
                <td width="10" class="guest_footer seperator">&nbsp;</td>
        </tr>
 </table>
 </form>
 
-<form action="{!URL!}/modules.php?module=index&amp;what=login"
-       method="POST" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" align="center"
-       class="guest_table dashed" width="540">
+<form action="{!URL!}/modules.php?module=index&amp;what=login" method="post" style="margin-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="540">
        <tr>
                <td width="10" class="guest_title2 bottom2 seperator">&nbsp;</td>
                <td colspan="3" class="guest_title2 bottom2" height="30"><strong>{--GUEST_GET_NEW_PASS--}</strong>
@@ -81,7 +77,7 @@
                <td width="10" class="seperator">&nbsp;</td>
                <td width="145" align="right">{--GUEST_ENTER_LOGIN_NICKNAME--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
-               <td width="145"><INPUT type="text" name="id" class="guest_normal"
+               <td width="145"><input type="text" name="id" class="guest_normal"
                        size="10" maxlength="255">&nbsp;&nbsp;<strong>{--_OR--}</strong></td>
                <td width="10" class="seperator">&nbsp;</td>
        </tr>
@@ -92,7 +88,7 @@
                <td width="10" class="seperator">&nbsp;</td>
                <td width="145" align="right">{--GUEST_ENTER_EMAIL--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
-               <td width="145"><INPUT type="text" name="email"
+               <td width="145"><input type="text" name="email"
                        class="guest_normal" size="20" maxlength="255"></td>
                <td width="10" class="seperator">&nbsp;</td>
        </tr>
        </tr>
        <tr>
                <td width="10" class="guest_footer seperator">&nbsp;</td>
-               <td colspan="3" align="center" class="guest_footer"><INPUT
-                       type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
-                       type="submit" name="new_pass" class="guest_submit"
-                       value="{--NEW_PASSWD--}" /></td>
+               <td colspan="3" align="center" class="guest_footer">
+                       <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="new_pass" class="guest_submit" value="{--NEW_PASSWD--}" />
+               </td>
                <td width="10" class="guest_footer seperator">&nbsp;</td>
        </tr>
 </table>
-</form>
\ No newline at end of file
+</form>