mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
27 lines
430 B
Smarty
Executable File
27 lines
430 B
Smarty
Executable File
<!-- $Id$ -->
|
|
<!-- BEGIN view_event -->
|
|
<center>
|
|
<h2>
|
|
<font color="{bg_text}">
|
|
{name}
|
|
</font>
|
|
</h2>
|
|
<table border="0" width="75%">
|
|
{row}
|
|
</table>
|
|
</center>
|
|
<!-- END view_event -->
|
|
<!-- BEGIN list -->
|
|
<tr>
|
|
<td valign="top" width="30%"><b>{field}:</b></td>
|
|
<td valign="top" width="70%">{data}</td>
|
|
</tr>
|
|
<!-- END list -->
|
|
<!-- BEGIN hr -->
|
|
<tr>
|
|
<td colspan="2">
|
|
{hr_text}
|
|
</td>
|
|
</tr>
|
|
<!-- END hr -->
|