]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_holiday_form.tpl
c0c16b6b9a682ae42e9b4c45c16a635a738452e3
[mailer.git] / templates / de / html / member / member_holiday_form.tpl
1 <FORM action="{!URL!}/modules.php?module=login&amp;what=holiday" method="POST" style="margin-bottom: 0px">
2 <TABLE border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
3         <TR>
4                 <TD colspan="3" align="center" class="bottom member_title2"
5                         height="30"><STRONG>{--HOLIDAY_MEMBER_TITLE--}</STRONG></TD>
6         </TR>
7         <TR>
8                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
9         </TR>
10         <TR>
11                 <TD align="right">{--HOLIDAY_MEMBER_TSTART--}:</TD>
12                 <TD width="10" class="seperator">&nbsp;</TD>
13                 <TD align="center">{--_START_DAY--}. {--_START_MONTH--}.
14                 {--_START_YEAR--}</TD>
15         </TR>
16         <TR>
17                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
18         </TR>
19         <TR>
20                 <TD align="right">{--HOLIDAY_MEMBER_TEND--}:</TD>
21                 <TD width="10" class="seperator">&nbsp;</TD>
22                 <TD align="center">{--_END_DAY--}. {--_END_MONTH--}.
23                 {--_END_YEAR--}</TD>
24         </TR>
25         <TR>
26                 <TD colspan="3" class="seperator bottom" height="5">&nbsp;</TD>
27         </TR>
28         <TR>
29                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
30         </TR>
31         <TR>
32                 <TD colspan="3" align="center"><FONT class="member_note">{--HOLIDAY_MAX_DAYS_1--}<STRONG>{--__HOLIDAY_MAX--}</STRONG>{--HOLIDAY_MAX_DAYS_2--}
33                 </TD>
34         </TR>
35         <TR>
36                 <TD colspan="3" class="seperator bottom" height="5">&nbsp;</TD>
37         </TR>
38         <TR>
39                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
40         </TR>
41         <TR>
42                 <TD colspan="3" align="center">{--HOLIDAY_COMMENTS--}:<br />
43                 <TEXTAREA name="comments" class="member_normal" cols="50" rows="6"></TEXTAREA>
44                 </TD>
45         </TR>
46         <TR>
47                 <TD colspan="3" class="seperator bottom" height="5">&nbsp;</TD>
48         </TR>
49         <TR>
50                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
51         </TR>
52         <TR>
53                 <TD colspan="3" align="center"><FONT class="member_note">{--HOLIDAY_NOTES--}</FONT>
54                 </TD>
55         </TR>
56         <TR>
57                 <TD colspan="3" class="seperator bottom" height="5">&nbsp;</TD>
58         </TR>
59         <TR>
60                 <TD colspan="3" align="center" class="member_footer"><INPUT
61                         type="reset" class="member_reset" value="{--CLEAR_FORM--}">&nbsp;*
62                 <INPUT type="submit" name="ok" class="member_submit"
63                         value="{--HOLIDAY_ADD--}"></TD>
64         </TR>
65 </TABLE>
66 </FORM>