1{include file="$gentemplates/_header.tpl"}
2
3{include file="$gentemplates/_navi.tpl"}
4{include file="$gentemplates/_contentheader.tpl" title=$dateconflict}
5
6<table width="100%" border="0" class="contentback" cellspacing="0" cellpadding="0">
7  {* TABLE START *}
8  {include file="$gentemplates/_th5.tpl" r1="$date" r2="$from" r3="$to" r4="$temp_subject" r5="$user"}
9  <tr class="tab" align="left">
10    <td class="tab" width="30" height="20">&nbsp;</td>
11    <td class="tab" width="5"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1" /></td>
12    <td class="tab" width="50">{$appointment}&nbsp;</td>
13    <td class="tab" width="5"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1" /></td>
14    <td class="tab" width="50">{$time_start}&nbsp;</td>
15    <td class="tab" width="5"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1" /></td>
16    <td class="tab" width="50">{$time_end}&nbsp;</td>
17    <td class="tab" width="5"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1" /></td>
18    <td class="tab" width="150">{$subject}</td>
19    <td class="tab" width="5"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1" /></td>
20    <td class="tab" width="150">&nbsp;</td>
21    <td class="tab" width="5"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1" /></td>
22  </tr>
23
24  <tr><td class="lines" height="1" width="1" colspan="12"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1" /></td></tr>
25  <tr class="tab" align="left">
26    <td class="tab" valign="bottom" colspan="12"><img src="{$imgpathmaster}/space.gif" alt="" width="20" height="25" /><strong>{$collisionwith}</strong></td>
27  </tr>
28  <tr><td class="lines" height="1" width="1" colspan="12"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1" /></td></tr>
29  <tr>
30    <td valign="top">
31      {section name=inhalt1 loop=$td}
32      {include file="$gentemplates/_tr5_conflict.tpl" r1=$td[inhalt1].appointment r2=$td[inhalt1].time_start r3=$td[inhalt1].time_end r4=$td[inhalt1].topic r5=$td[inhalt1].name klass=$td[inhalt1].class}
33      {/section}
34      {include file="$gentemplates/_tfx.tpl"}
35    </td>
36  </tr>
37  <tr class="tab">
38    <td class="tab" colspan="12"><br /><br />
39      &nbsp;&nbsp;&nbsp;<a class="edit" href="{$book}" style="text-decoration:none;">{$dobook}</a>
40      &nbsp;&nbsp;<a class="edit" href="{$notbook}" style="text-decoration:none;">{$donotbook}</a>
41      &nbsp;&nbsp;<a class="edit" href="{$edit}" style="text-decoration:none;">{$change}</a><br />
42      <br />
43    </td>
44  </tr>
45</table>
46
47{include file="$gentemplates/_footer.tpl" aktUser=$username}