]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_rallye.tpl
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_add_rallye.tpl
index d3b205353cdd89d987cc88d5e25622f076e8186b..d69dc9e3f9fba1a2c6c928b1b3ec552965b247cc 100644 (file)
@@ -1,10 +1,10 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=add_rallye"
+<form action="{!URL!}/modules.php?module=admin&amp;what=add_rallye"
        method="POST" style="margin-bottom: 0px">
 <TABLE border="0" cellspacing="0" cellpadding="0" width="500"
        class="admin_table dashed">
        <TR>
                <TD colspan="3" align="center" height="30" class="admin_title bottom2">
-               <STRONG>{--ADMIN_RALLYE_ADD_NEW_TITLE--}:</STRONG></TD>
+               <strong>{--ADMIN_RALLYE_ADD_NEW_TITLE--}:</strong></TD>
        </TR>
        <TR>
                <TD colspan="3" height="3" class="seperator">&nbsp;</TD>
@@ -24,8 +24,8 @@
        <TR>
                <TD align="right" valign="top">{--RALLYE_DESCR--}:</TD>
                <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center"><TEXTAREA name="descr" cols="30" rows="6"
-                       class="admin_normal"></TEXTAREA></TD>
+               <TD align="center"><textarea name="descr" cols="30" rows="6"
+                       class="admin_normal"></textarea></TD>
        </TR>
        <TR>
                <TD colspan="3" height="3" class="seperator">&nbsp;</TD>
@@ -45,7 +45,7 @@
                <TD width="200" align="right" valign="top">{--RALLYE_START_DAY--}:</TD>
                <TD width="10" class="seperator">&nbsp;</TD>
                <TD width="290" align="center">{--_START_DAY--}.
-               {--_START_MONTH--}. {--_START_YEAR--}<BR />
+               {--_START_MONTH--}. {--_START_YEAR--}<br />
                {--_START_HOUR--}: {--_START_MIN--}: {--_START_SEC--}</TD>
        </TR>
        <TR>
@@ -58,7 +58,7 @@
                <TD align="right" valign="top">{--RALLYE_END_DAY--}:</TD>
                <TD width="10" class="seperator">&nbsp;</TD>
                <TD align="center">{--_END_DAY--}. {--_END_MONTH--}.
-               {--_END_YEAR--}<BR />
+               {--_END_YEAR--}<br />
                {--_END_HOUR--}: {--_END_MIN--}: {--_END_SEC--}</TD>
        </TR>
        <TR>
        <TR>
                <TD align="right">{--RALLYE_IS_ACTIVE--}:</TD>
                <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center"><SELECT name="active" size="1"
+               <TD align="center"><select name="active" size="1"
                        class="admin_select">
                        {--_ACTIVE_OPTIONS--}
-               </SELECT></TD>
+               </select></TD>
        </TR>
        <TR>
                <TD colspan="3" height="3" class="seperator">&nbsp;</TD>
        <TR>
                <TD align="right">{--RALLYE_AUTO_ADD_USER--}:</TD>
                <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center"><SELECT name="auto_add" size="1"
+               <TD align="center"><select name="auto_add" size="1"
                        class="admin_select">
                        {--_AUTO_ADD_OPTIONS--}
-               </SELECT></TD>
+               </select></TD>
        </TR>
        <TR>
                <TD colspan="3" height="3" class="seperator">&nbsp;</TD>
        <TR>
                <TD align="right">{--RALLYE_SEND_NOTIFY--}:</TD>
                <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center"><SELECT name="notify" size="1"
+               <TD align="center"><select name="notify" size="1"
                        class="admin_select">
                        {--_NOTIFY_OPTIONS--}
-               </SELECT></TD>
+               </select></TD>
        </TR>
        <TR>
                <TD colspan="3" height="3" class="seperator">&nbsp;</TD>
                <TD colspan="3" height="3" class="seperator bottom2">&nbsp;</TD>
        </TR>
        <TR>
-               <TD colspan="3" align="center" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
+               <TD colspan="3" class="admin_footer"><INPUT
+                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                <INPUT type="submit" name="ok" class="admin_submit"
-                       value="{--ADD_RALLYE--}"></TD>
+                       value="{--ADD_RALLYE--}" /></TD>
        </TR>
 </TABLE>
-</FORM>
+</form>