forked from extern/egroupware
No longer needed
This commit is contained in:
parent
8ba043d9c9
commit
0a12a5f757
@ -1,2 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<th width="11%" bgcolor="{bgcolor}"><font color="{font_color}">{col_title}</font></th>
|
@ -1,32 +0,0 @@
|
||||
<!-- $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}
|
||||
|
@ -1,34 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.event
|
||||
{
|
||||
color: #{font_color};
|
||||
font-family: {font};
|
||||
font-weight: 100;
|
||||
font-size: 80%;
|
||||
line-height: 110%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.time
|
||||
{
|
||||
width: {time_width}%;
|
||||
background-image: url('{bg_time_image}');
|
||||
background-repeat: repeat;
|
||||
border-width: 1;
|
||||
color: #{font_color};
|
||||
font-family: {font};
|
||||
font-size: 65%;
|
||||
line-height: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
-->
|
||||
</style>
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
{row}
|
||||
</table>
|
||||
|
@ -1,7 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN day_row -->
|
||||
<tr>
|
||||
<td bgcolor="{bgcolor}"{extras}>{event}</td>
|
||||
<th width="14%" bgcolor="{bgcolor1}"><font color="{font_color}">{open_link}{time}{close_link}</font></th>
|
||||
</tr>
|
||||
<!-- END day_row -->
|
@ -1,3 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<td class="event" bgcolor="{bgcolor}"{extras}>{event}</td>
|
||||
|
@ -1,3 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<td class="time"><table width="100%" border="1" cellspacing="0" cellpadding="0"><tr><td class="time">{open_link}{time}{close_link}</td></tr></table></td>
|
||||
|
@ -1,28 +0,0 @@
|
||||
<!-- $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%">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<center><h1>{errormsg}</h1></center>
|
||||
<hr>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END edit_entry_begin -->
|
||||
|
||||
{output}
|
||||
|
||||
<!-- BEGIN edit_entry_end -->
|
||||
</table>
|
||||
<input type="submit" value="{submit_button}">
|
||||
</form>
|
||||
|
||||
{delete_button}
|
||||
</center>
|
||||
<!-- END edit_entry_end -->
|
||||
|
@ -1,9 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<td width="{form_width}%" align="center" valign="bottom">
|
||||
<form action="{form_link}" method="post" name="{form_name}form">
|
||||
<b>{title}:</b>
|
||||
{hidden_vars} <select name="{form_name}" onchange="document.{form_name}form.submit()">
|
||||
{form_options} </select>
|
||||
<noscript><input type="submit" value="{button_value}"></noscript>
|
||||
</form>
|
||||
</td>
|
@ -1,6 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN form_button -->
|
||||
<form action="{action_url_button}" method="post" name="{action_text_button}form">
|
||||
{action_extra_field} <input type="submit" value="{action_text_button}" {action_confirm_button}>
|
||||
</form>
|
||||
<!-- END form_button -->
|
@ -1,6 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<table border="0" width="100%" cols={cols} cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
{header_column} </tr>
|
||||
</table>
|
||||
|
@ -1,2 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
{str}
|
@ -1,7 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
{hr_text}
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -1,31 +0,0 @@
|
||||
<!-- $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}
|
||||
|
@ -1,4 +0,0 @@
|
||||
<!-- $Id$ link_pict -->
|
||||
<a href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;">
|
||||
{picture}
|
||||
|
@ -1,7 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN list -->
|
||||
<tr>
|
||||
<td valign="top" width="35%"><b>{field}:</b></td>
|
||||
<td valign="top" width="65%">{data}</td>
|
||||
</tr>
|
||||
<!-- END list -->
|
@ -1,19 +0,0 @@
|
||||
<!-- $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 -->
|
||||
|
@ -1,47 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN mini_cal -->
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.minicalendar
|
||||
{
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.minicalendargrey
|
||||
{
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.minicalhol
|
||||
{
|
||||
color: #000000;
|
||||
background-color: {holiday_color};
|
||||
}
|
||||
|
||||
.minicalgreyhol
|
||||
{
|
||||
color: #999999;
|
||||
background-color: {holiday_color};
|
||||
}
|
||||
|
||||
-->
|
||||
</style>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" valign="top" width=80 cols=7>
|
||||
<tr valign="center">
|
||||
<td align="left" colspan=4><font size="-2"> <b>{month}</b></font></td>
|
||||
<td align="right" colspan=3>{prevmonth} {nextmonth}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" colspan=7><img src="{cal_img_root}/mini-calendar-bar.gif" width="90%" height="5"></td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td colspan=7>
|
||||
<table border="0" width="100%" cellspacing="7" cellpadding="0" valign="top" cols=7>
|
||||
<tr>{daynames} </tr>{display_monthweek} </table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- END mini_cal -->
|
||||
|
@ -1,4 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN mini_day -->
|
||||
<td align="center"{day_image}><font size="-2">{dayname}</font></td>
|
||||
<!-- END mini_day -->
|
@ -1,5 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN mini_week -->
|
||||
<tr>
|
||||
{monthweek_day} </tr>
|
||||
<!-- END mini_week -->
|
@ -1,6 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<table width="100%" border="0" bordercolor="#FFFFFF" cellspacing="2" cellpadding="2" cols={cols}>
|
||||
{row}
|
||||
</table>
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
<!-- $Id$ month_column -->
|
||||
<td valign="top" height="75" colspan=1 width="{col_width}%"{extra}>
|
||||
{column_data}
|
||||
</td>
|
||||
|
@ -1,3 +0,0 @@
|
||||
<!-- $Id$ month_day -->
|
||||
<font size="-1">[ {day_number} ]</font>{new_event_link}<br>
|
||||
|
@ -1,2 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
{month_filler_text}
|
@ -1,3 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<tr colspan={cols} width="{col_width}%">
|
||||
{column_header}</tr>
|
@ -1,14 +0,0 @@
|
||||
<!-- $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 -->
|
@ -1 +0,0 @@
|
||||
<img src="{pic_image}"{pic_size} alt="{description}" border="0">
|
@ -1,7 +0,0 @@
|
||||
<p><b>{title}:</b><hr><p>
|
||||
<form action="{action_url}" method="POST">
|
||||
<table border="0" align="center" width="90%">
|
||||
{row}
|
||||
</table>
|
||||
<center><input type="submit" name="submit" value="{submit_lang}"></center>
|
||||
</form>
|
@ -1,4 +0,0 @@
|
||||
<tr bgcolor="{bg_color}">
|
||||
<td colspan="2">{text}</td>
|
||||
</tr>
|
||||
|
@ -1,5 +0,0 @@
|
||||
<tr bgcolor="{bg_color}">
|
||||
<td align="right">{field}</td>
|
||||
<td align="center">{data}</td>
|
||||
</tr>
|
||||
|
@ -1,27 +0,0 @@
|
||||
{errors}
|
||||
{title}
|
||||
<table border="0" align="center" width="70%">
|
||||
<tr>
|
||||
{nml}
|
||||
<td width="40%">
|
||||
<div align="center">
|
||||
<form method="POST" action="{action_url}">
|
||||
{common_hidden_vars}
|
||||
<input type="text" name="query" value="{search_value}">
|
||||
<input type="submit" name="search" value="{search}">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
{nmr}
|
||||
</tr>
|
||||
</table>
|
||||
<form method="POST" action="{action_url}">
|
||||
<table border="0" align="center" width="50%" cols="4">
|
||||
{row}
|
||||
</table>
|
||||
{common_hidden_vars_form}
|
||||
<input type="hidden" name="processed" value="{processed}">
|
||||
<center><input type="submit" name="submit" value="{submit_lang}"></center>
|
||||
</form>
|
||||
|
||||
|
@ -1,9 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<tr bgcolor="{row_color}">
|
||||
<td>{user}</td>
|
||||
<td align="center"><input type="checkbox" name="{read}" value="Y"{read_selected}></td>
|
||||
<td align="center"><input type="checkbox" name="{add}" value="Y"{add_selected}></td>
|
||||
<td align="center"><input type="checkbox" name="{edit}" value="Y"{edit_selected}></td>
|
||||
<td align="center"><input type="checkbox" name="{delete}" value="Y"{delete_selected}></td>
|
||||
<td align="center"><input type="checkbox" name="{private}" value="Y"{private_selected}></td>
|
||||
</tr>
|
@ -1,8 +0,0 @@
|
||||
<tr bgcolor="{bg_color}">
|
||||
<td>{string}</td>
|
||||
<td align="center">{read_lang}</td>
|
||||
<td align="center">{add_lang}</td>
|
||||
<td align="center">{edit_lang}</td>
|
||||
<td align="center">{delete_lang}</td>
|
||||
<td align="center">{private_lang}</td>
|
||||
</tr>
|
@ -1,6 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<h2><font color="{color}">{search_text}</font></h2>
|
||||
<b>{quantity}</b><p>
|
||||
{output}
|
||||
<p>
|
||||
|
@ -1,4 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN search_list -->
|
||||
<li><a href="{url_result}">{result_desc}</a>
|
||||
<!-- END search_list -->
|
@ -1,19 +0,0 @@
|
||||
<!-- $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>
|
||||
</center>
|
||||
<!-- END view_end -->
|
||||
|
||||
|
@ -1,30 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
{printer_friendly}
|
||||
<style type="text/css">
|
||||
.tablecell {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
}
|
||||
</style>
|
||||
<table border="0" width="100%" cols=5>
|
||||
<tr>
|
||||
<td align="left" valign="top" width="20%">
|
||||
{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><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}
|
@ -1,5 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
{link_entry}
|
||||
<nobr><font size="-2">{start_time}{end_time}</font></nobr>{close_view_link}
|
||||
<font size="-1">{name}<br></font>
|
||||
|
@ -1,4 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<font size="{week_day_font_size}">
|
||||
{events}
|
||||
</font>
|
Loading…
Reference in New Issue
Block a user