]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_holiday_form.tpl
Next stage of HTML rewriting, lesser br-tags
[mailer.git] / templates / de / html / member / member_holiday_form.tpl
index d0aa7aab77f33e99fc31818624e83684c2fd1b3c..4aabcde2097e6113ebe4fc29358fd917d1805026 100644 (file)
@@ -1,68 +1,44 @@
-<FORM action="{!URL!}/modules.php?module=login&amp;what=holiday"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="600"
-       class="member_table dashed">
-       <TR>
-               <TD colspan="3" align="center" class="bottom member_title2"
-                       height="30"><STRONG>{--HOLIDAY_MEMBER_TITLE--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right">{--HOLIDAY_MEMBER_TSTART--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center">{--_START_DAY--}. {--_START_MONTH--}.
-               {--_START_YEAR--}</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right">{--HOLIDAY_MEMBER_TEND--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center">{--_END_DAY--}. {--_END_MONTH--}.
-               {--_END_YEAR--}</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator bottom" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" align="center"><FONT class="member_note">{--HOLIDAY_MAX_DAYS_1--}<STRONG>{--__HOLIDAY_MAX--}</STRONG>{--HOLIDAY_MAX_DAYS_2--}
-               </TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator bottom" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" align="center">{--HOLIDAY_COMMENTS--}:<BR>
-               <TEXTAREA name="comments" class="member_normal" cols="50" rows="6"></TEXTAREA>
-               </TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator bottom" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" align="center"><FONT class="member_note">{--HOLIDAY_NOTES--}</FONT>
-               </TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator bottom" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" align="center" class="member_footer"><INPUT
-                       type="reset" class="member_reset" value="{--CLEAR_FORM--}">&nbsp;*
-               <INPUT type="submit" name="ok" class="member_submit"
-                       value="{--HOLIDAY_ADD--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=holiday%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
+       <tr>
+               <td colspan="2" align="center" class="bottom member_title2" height="30">
+                       <strong>{--HOLIDAY_MEMBER_TITLE--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td width="50%" align="right">{--HOLIDAY_MEMBER_TSTART--}:</td>
+               <td width="50%" align="center">
+                       $content[start_day].$content[start_month].$content[start_year]
+               </td>
+       </tr>
+       <tr>
+               <td align="right">{--HOLIDAY_MEMBER_TEND--}:</td>
+               <td align="center">
+                       $content[end_day].$content[end_month].$content[end_year]
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2" align="center">
+                       <span class="member_note">{--HOLIDAY_MAX_DAYS_1--}<strong>{?holiday_max?}</strong>{--HOLIDAY_MAX_DAYS_2--}</span>
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2" align="center">{--HOLIDAY_COMMENTS--}:<br />
+                       <textarea name="comments" class="member_normal" cols="50" rows="6"></textarea>
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2" align="center">
+                       <span class="member_note">{--HOLIDAY_NOTES--}</span>
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2" align="center" class="member_footer">
+                       <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="member_submit" value="{--HOLIDAY_ADD--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>