mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
initial calendar templates
This commit is contained in:
parent
c3be8f96c1
commit
7c58c04db3
32
calendar/templates/default/day.tpl
Executable file
32
calendar/templates/default/day.tpl
Executable file
@ -0,0 +1,32 @@
|
||||
<!-- BEGIN day -->
|
||||
{printer_friendly}
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td valign="top" width="70%">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width=100%>
|
||||
<tr>
|
||||
<td align="middle">
|
||||
<font size="+2" color="{bg_text}"><b>{date}</b></font><br>
|
||||
<font size="+1" color="{bg_text}">{username}</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td bgcolor="{bg_text}">
|
||||
{daily_events}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td valign="top" align="right">
|
||||
{small_calendar}
|
||||
</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
{print}
|
||||
<!-- END day -->
|
Loading…
Reference in New Issue
Block a user