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