forked from extern/egroupware
new template
This commit is contained in:
parent
10960c40a5
commit
3003566b9d
32
calendar/templates/verdilak/day.tpl
Executable file
32
calendar/templates/verdilak/day.tpl
Executable file
@ -0,0 +1,32 @@
|
||||
<!-- $Id$ -->
|
||||
{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}
|
||||
|
22
calendar/templates/verdilak/edit.tpl
Executable file
22
calendar/templates/verdilak/edit.tpl
Executable file
@ -0,0 +1,22 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN edit_entry_begin -->
|
||||
<body bgcolor="#C0C0C0">
|
||||
<center>
|
||||
<h2><font color="#000000">{calendar_action}</font></h2>
|
||||
|
||||
<form action="{action_url}" method="post" name="addform">
|
||||
{common_hidden}
|
||||
<table border="0" width="75%">
|
||||
<!-- END edit_entry_begin -->
|
||||
|
||||
{output}
|
||||
|
||||
<!-- BEGIN edit_entry_end -->
|
||||
</table>
|
||||
<input type="submit" value="{submit_button}">
|
||||
</form>
|
||||
|
||||
{delete_button}
|
||||
</center>
|
||||
<!-- END edit_entry_end -->
|
||||
|
6
calendar/templates/verdilak/form_button_script.tpl
Executable file
6
calendar/templates/verdilak/form_button_script.tpl
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN form_button -->
|
||||
<form action="{action_url_button}" method="post" name="{action_text_button}form">
|
||||
<input type="submit" value="{action_text_button}" {action_confirm_button}>
|
||||
</form>
|
||||
<!-- END form_button -->
|
6
calendar/templates/verdilak/hr.tpl
Executable file
6
calendar/templates/verdilak/hr.tpl
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- $Id$ -->
|
||||
<!- BEGIN hr -->
|
||||
<tr>
|
||||
<hr>
|
||||
</tr>
|
||||
<!-- END hr -->
|
29
calendar/templates/verdilak/index.tpl
Executable file
29
calendar/templates/verdilak/index.tpl
Executable file
@ -0,0 +1,29 @@
|
||||
<!-- $Id$ -->
|
||||
{printer_friendly}
|
||||
<head>
|
||||
<style type="text/css">
|
||||
.tablecell {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td align="left" valign="top">
|
||||
{small_calendar_prev}
|
||||
</td>
|
||||
<td align="middle">
|
||||
<font size="+2" color="#000000"><b>{month_identifier}</b></font>
|
||||
<font size="+1" color="#000000"><br>{username}</font>
|
||||
</td>
|
||||
<td align="right" valign="top">
|
||||
{small_calendar_next}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
{large_month}
|
||||
<p>
|
||||
<p>
|
||||
{print}
|
||||
|
7
calendar/templates/verdilak/list.tpl
Executable file
7
calendar/templates/verdilak/list.tpl
Executable file
@ -0,0 +1,7 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN list -->
|
||||
<tr>
|
||||
<td valign="top" width="20%"><b>{field}:</b></td>
|
||||
<td valign="top" width="80%">{data}</td>
|
||||
</tr>
|
||||
<!-- END list -->
|
19
calendar/templates/verdilak/matrix_query.tpl
Executable file
19
calendar/templates/verdilak/matrix_query.tpl
Executable file
@ -0,0 +1,19 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN matrix_query_begin -->
|
||||
<center>
|
||||
<h2><font color="#000000">{matrix_action}</font></h2>
|
||||
|
||||
<form target="viewmatrix" action="{action_url}" method="post" name="matrixform">
|
||||
<table border="0" width="75%">
|
||||
<!-- END matrix_query_begin -->
|
||||
|
||||
{output}
|
||||
|
||||
<!-- BEGIN matrix_query_end -->
|
||||
</table>
|
||||
<input type="submit" value="{submit_button}">
|
||||
</form>
|
||||
{cancel_button}
|
||||
</center>
|
||||
<!-- END matrix_query_end -->
|
||||
|
14
calendar/templates/verdilak/overlap.tpl
Executable file
14
calendar/templates/verdilak/overlap.tpl
Executable file
@ -0,0 +1,14 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN overlap -->
|
||||
<center>
|
||||
<h2>
|
||||
<font color="{color}">Scheduling Conflict</font>
|
||||
</h2>
|
||||
<table>
|
||||
<tr><td>{overlap_text}</td></tr>
|
||||
<tr><td><ul>{overlap_list}</ul></td></tr>
|
||||
</table>
|
||||
{resubmit_button}
|
||||
{reedit_button}
|
||||
</center>
|
||||
<!-- END overlap -->
|
6
calendar/templates/verdilak/search.tpl
Executable file
6
calendar/templates/verdilak/search.tpl
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- $Id$ -->
|
||||
<h2><font color="{color}">{search_text}</font></h2>
|
||||
<b>{quantity}</b><p>
|
||||
{output}
|
||||
<p>
|
||||
|
4
calendar/templates/verdilak/search_list.tpl
Executable file
4
calendar/templates/verdilak/search_list.tpl
Executable file
@ -0,0 +1,4 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN search_list -->
|
||||
<li><a href="{url_result}">{result_desc}</a>
|
||||
<!-- END search_list -->
|
21
calendar/templates/verdilak/view.tpl
Executable file
21
calendar/templates/verdilak/view.tpl
Executable file
@ -0,0 +1,21 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN view_begin -->
|
||||
<center>
|
||||
<h2>
|
||||
<font color="{bg_text}">
|
||||
{name}
|
||||
</font>
|
||||
</h2>
|
||||
<table border="0" width="50%">
|
||||
<!-- END view_begin -->
|
||||
|
||||
{output}
|
||||
|
||||
<!-- BEGIN view_end -->
|
||||
</table>
|
||||
<p>
|
||||
{edit_button} {delete_button}
|
||||
</center>
|
||||
<!-- END view_end -->
|
||||
|
||||
|
33
calendar/templates/verdilak/week.tpl
Executable file
33
calendar/templates/verdilak/week.tpl
Executable file
@ -0,0 +1,33 @@
|
||||
<!-- $Id$ -->
|
||||
{printer_friendly}
|
||||
<head>
|
||||
<style type="text/css">
|
||||
.tablecell {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<table border=0 width=100%>
|
||||
<tr>
|
||||
<td align="left" valign="top">
|
||||
{small_calendar_prev}
|
||||
</td>
|
||||
<td align="left">
|
||||
{prev_week_link}
|
||||
</td>
|
||||
<td align="center" valign="top">
|
||||
{small_calendar_this}
|
||||
<font size="+2" color="#000000"><b>{week_identifier}</b></font>
|
||||
<font size="+2" color="#000000"><br>{username}</font>
|
||||
</td>
|
||||
<td align="right">
|
||||
{next_week_link}
|
||||
</td>
|
||||
<td align="right" valign="top">
|
||||
{small_calendar_next}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
{week_display}
|
||||
{print}
|
Loading…
Reference in New Issue
Block a user