| 1 |
lars |
1 |
<html>
|
|
|
2 |
<head>
|
|
|
3 |
<title>{$webs.kunde_bezeichnung}: Redaktionssystem</title>
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
|
5 |
<style>
|
|
|
6 |
.links
|
|
|
7 |
{
|
|
|
8 |
background-color: #{$webs.bgcolor_links};
|
|
|
9 |
color: #{$webs.font_color_links};
|
|
|
10 |
font-family: Arial, Helvetica, sans-serif;
|
|
|
11 |
font-weight: bold;
|
|
|
12 |
font-size: 12px;
|
|
|
13 |
}
|
|
|
14 |
|
|
|
15 |
.rechts
|
|
|
16 |
{
|
|
|
17 |
background-color: #{$webs.bgcolor_rechts};
|
|
|
18 |
color: #{$webs.font_color_rechts};
|
|
|
19 |
font-family: Arial, Helvetica, sans-serif;
|
|
|
20 |
font-size: 12px;
|
|
|
21 |
}
|
|
|
22 |
</style>
|
|
|
23 |
</head>
|
|
|
24 |
|
|
|
25 |
<body leftmargin="20" topmargin="10" marginwidth="20" marginheight="10" bgcolor="#{$webs.bgcolor_seite}" text="#{$webs.font_color_seite}" alink="#{$webs.font_color_seite}" vlink="#{$webs.font_color_seite}">
|
|
|
26 |
<p>
|
|
|
27 |
<font face="Arial, Helvetica, sans-serif" size="2">
|
|
|
28 |
<b>{$webs.kunde_begruessung}</b>
|
|
|
29 |
</font>
|
|
|
30 |
</p>
|
|
|
31 |
<form action="{$SCRIPT_NAME}" method="GET">
|
|
|
32 |
<table width="80%" border="1" cellspacing="0" cellpadding="0" class="rechts">
|
|
|
33 |
<tr>
|
|
|
34 |
<td width="50%">abgelaufene Termine</td>
|
|
|
35 |
<td width="50%">zukünftige Termine</td>
|
|
|
36 |
</tr>
|
|
|
37 |
<tr>
|
|
|
38 |
<td valign="top">
|
|
|
39 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="rechts">
|
|
|
40 |
{section loop=$termine.abgelaufen name=t_ind}
|
|
|
41 |
<tr>
|
|
|
42 |
<td>
|
|
|
43 |
{$termine.abgelaufen[t_ind].ueberschrift}
|
|
|
44 |
<br>
|
|
|
45 |
fällig am: {$termine.abgelaufen[t_ind].faelligkeit|date_format:"d.m.Y"}
|
|
|
46 |
<br>
|
|
|
47 |
fällig um: {$termine.abgelaufen[t_ind].faelligkeit|date_format:"H:i"} Uhr
|
|
|
48 |
</td>
|
|
|
49 |
<td>
|
|
|
50 |
erstellt von: {$termine.abgelaufen[t_ind].erstellt_von}
|
|
|
51 |
Priorität: {$termine.abgelaufen[t_ind].prioritaet}
|
|
|
52 |
</td>
|
|
|
53 |
</tr>
|
|
|
54 |
<tr>
|
|
|
55 |
<td colspan="2">
|
|
|
56 |
{$termine.abgelaufen[t_ind].nachricht|nl2br}
|
|
|
57 |
</td>
|
|
|
58 |
</tr>
|
|
|
59 |
<tr>
|
|
|
60 |
<td>
|
|
|
61 |
<a href="{$termine.abgelaufen[t_ind].deeplink}">{$termine.abgelaufen[t_ind].deeplink}</a>
|
|
|
62 |
</td>
|
|
|
63 |
<td align="right">
|
|
|
64 |
<input type="submit" name="delete[{$termine.abgelaufen[t_ind].msg_ID}]" value="Löschen">
|
|
|
65 |
</td>
|
|
|
66 |
</tr>
|
|
|
67 |
{sectionelse}
|
|
|
68 |
<tr>
|
|
|
69 |
<td>Keine Termine</td>
|
|
|
70 |
</tr>
|
|
|
71 |
{/section}
|
|
|
72 |
</table>
|
|
|
73 |
</td>
|
|
|
74 |
<td valign="top">
|
|
|
75 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="rechts">
|
|
|
76 |
{section loop=$termine.kommend name=t_ind}
|
|
|
77 |
<tr>
|
|
|
78 |
<td>
|
|
|
79 |
{$termine.kommend[t_ind].ueberschrift}
|
|
|
80 |
<br>
|
|
|
81 |
fällig am: {$termine.kommend[t_ind].faelligkeit|date_format:"d.m.Y"}
|
|
|
82 |
<br>
|
|
|
83 |
fällig um: {$termine.kommend[t_ind].faelligkeit|date_format:"H:i"} Uhr
|
|
|
84 |
</td>
|
|
|
85 |
<td>
|
|
|
86 |
erstellt von: {$termine.kommend[t_ind].erstellt_von}
|
|
|
87 |
Priorität: {$termine.kommend[t_ind].prioritaet}
|
|
|
88 |
</td>
|
|
|
89 |
</tr>
|
|
|
90 |
<tr>
|
|
|
91 |
<td colspan="2">
|
|
|
92 |
{$termine.kommend[t_ind].nachricht|nl2br}
|
|
|
93 |
</td>
|
|
|
94 |
</tr>
|
|
|
95 |
<tr>
|
|
|
96 |
<td>
|
|
|
97 |
<a href="{$termine.kommend[t_ind].deeplink}">{$termine.kommend[t_ind].deeplink}</a>
|
|
|
98 |
</td>
|
|
|
99 |
<td align="right">
|
|
|
100 |
<input type="submit" name="delete[{$termine.kommend[t_ind].msg_ID}]" value="Löschen">
|
|
|
101 |
</td>
|
|
|
102 |
</tr>
|
|
|
103 |
{sectionelse}
|
|
|
104 |
<tr>
|
|
|
105 |
<td>Keine Termine</td>
|
|
|
106 |
</tr>
|
|
|
107 |
{/section}
|
|
|
108 |
</table>
|
|
|
109 |
</td>
|
|
|
110 |
</tr>
|
|
|
111 |
</table>
|
|
|
112 |
</form>
|
|
|
113 |
<br>
|
|
|
114 |
<table width="536" border="0" cellspacing="0" cellpadding="0">
|
|
|
115 |
<tr>
|
|
|
116 |
<td>
|
|
|
117 |
<hr width="100%" align="left">
|
|
|
118 |
{if $webs.system_copyright}
|
|
|
119 |
{$webs.system_copyright}
|
|
|
120 |
{else}
|
|
|
121 |
<p align="center">
|
|
|
122 |
<font face="Arial, Helvetica, sans-serif" size="2">
|
|
|
123 |
© 2007 - {$smarty.now|date_format:"%Y"} Webagentur Niewerth
|
|
|
124 |
</font>
|
|
|
125 |
</p>
|
|
|
126 |
<p align="center">
|
|
|
127 |
<font face="Arial, Helvetica, sans-serif">
|
|
|
128 |
<a href="http://www.webagentur-online.de" target="_blank">
|
|
|
129 |
<img alt="Zur Homepage der Webagentur Niewerth" border="0" src="http://www.webagentur-online.de/images/Logo123x55.jpg" width="123" height="55">
|
|
|
130 |
</a>
|
|
|
131 |
</font>
|
|
|
132 |
</p>
|
|
|
133 |
{/if}
|
|
|
134 |
</td>
|
|
|
135 |
</tr>
|
|
|
136 |
</table>
|
|
|
137 |
</body>
|
|
|
138 |
</html>
|