forked from extern/egroupware
added new templates
This commit is contained in:
parent
fa8881f43c
commit
e3bf56f192
2
calendar/templates/idsociety/column_title.tpl
Executable file
2
calendar/templates/idsociety/column_title.tpl
Executable file
@ -0,0 +1,2 @@
|
||||
<!-- $Id$ -->
|
||||
<th width="11%" bgcolor="{bgcolor}"><font color="{font_color}">{col_title}</font></th>
|
32
calendar/templates/idsociety/day.tpl
Executable file
32
calendar/templates/idsociety/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}
|
||||
|
33
calendar/templates/idsociety/day_cal.tpl
Executable file
33
calendar/templates/idsociety/day_cal.tpl
Executable file
@ -0,0 +1,33 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.event
|
||||
{
|
||||
width: 91%
|
||||
color: #{font_color};
|
||||
font-family: {font};
|
||||
font-weight: 100;
|
||||
font-size: 80%;
|
||||
line-height: 220%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.time
|
||||
{
|
||||
width: 9%;
|
||||
background-image: url('{bg_time_image}');
|
||||
color: #{font_color};
|
||||
font-family: {font};
|
||||
font-size: 65%;
|
||||
line-height: 220%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
-->
|
||||
</style>
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
{row}
|
||||
</table>
|
||||
|
7
calendar/templates/idsociety/day_row.tpl
Executable file
7
calendar/templates/idsociety/day_row.tpl
Executable file
@ -0,0 +1,7 @@
|
||||
<!-- $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 -->
|
3
calendar/templates/idsociety/day_row_event.tpl
Executable file
3
calendar/templates/idsociety/day_row_event.tpl
Executable file
@ -0,0 +1,3 @@
|
||||
<!-- $Id$ -->
|
||||
<td class="event" bgcolor="{bgcolor}"{extras}>{event}</td>
|
||||
|
3
calendar/templates/idsociety/day_row_time.tpl
Executable file
3
calendar/templates/idsociety/day_row_time.tpl
Executable file
@ -0,0 +1,3 @@
|
||||
<!-- $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>
|
||||
|
27
calendar/templates/idsociety/edit.tpl
Executable file
27
calendar/templates/idsociety/edit.tpl
Executable file
@ -0,0 +1,27 @@
|
||||
<!-- $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">
|
||||
<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 -->
|
||||
|
8
calendar/templates/idsociety/footer.tpl
Executable file
8
calendar/templates/idsociety/footer.tpl
Executable file
@ -0,0 +1,8 @@
|
||||
<br clear="all">
|
||||
<hr clear="all">
|
||||
<font size="-1">
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
{output}
|
||||
</tr>
|
||||
</table>
|
13
calendar/templates/idsociety/footer_column.tpl
Executable file
13
calendar/templates/idsociety/footer_column.tpl
Executable file
@ -0,0 +1,13 @@
|
||||
<td valign="top" width="33%">
|
||||
<font size="-1">
|
||||
<form action="{action_url}" method="post" name="{form_name}">
|
||||
<B>{label}:</B>
|
||||
<select name="{form_label}" onchange="{form_onchange}">
|
||||
{row}
|
||||
</select>
|
||||
<noscript><input type="submit" value="{go}"></noscript>
|
||||
</form>
|
||||
</font>
|
||||
</td>
|
||||
|
||||
|
6
calendar/templates/idsociety/form_button_script.tpl
Executable file
6
calendar/templates/idsociety/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 -->
|
7
calendar/templates/idsociety/hr.tpl
Executable file
7
calendar/templates/idsociety/hr.tpl
Executable file
@ -0,0 +1,7 @@
|
||||
<!-- $Id$ -->
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
{hr_text}
|
||||
</td>
|
||||
</tr>
|
||||
|
BIN
calendar/templates/idsociety/images/navbar-over.gif
Normal file
BIN
calendar/templates/idsociety/images/navbar-over.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 450 B |
BIN
calendar/templates/idsociety/images/navbar.gif
Normal file
BIN
calendar/templates/idsociety/images/navbar.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 448 B |
29
calendar/templates/idsociety/index.tpl
Executable file
29
calendar/templates/idsociety/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}
|
||||
|
4
calendar/templates/idsociety/link_pict.tpl
Executable file
4
calendar/templates/idsociety/link_pict.tpl
Executable file
@ -0,0 +1,4 @@
|
||||
<!-- $Id$ link_pict -->
|
||||
<a href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;">
|
||||
<img src="{pic_image}" width="5" height="7" alt="{description}" border="0">
|
||||
|
7
calendar/templates/idsociety/list.tpl
Executable file
7
calendar/templates/idsociety/list.tpl
Executable file
@ -0,0 +1,7 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN list -->
|
||||
<tr>
|
||||
<td valign="top" width="35%"><b>{field}:</b></td>
|
||||
<td valign="top" width="65%">{data}</td>
|
||||
</tr>
|
||||
<!-- END list -->
|
19
calendar/templates/idsociety/matrix_query.tpl
Executable file
19
calendar/templates/idsociety/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 -->
|
||||
|
37
calendar/templates/idsociety/mini_cal.tpl
Executable file
37
calendar/templates/idsociety/mini_cal.tpl
Executable file
@ -0,0 +1,37 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN mini_cal -->
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.minicalendar
|
||||
{
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.minicalendargrey
|
||||
{
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
-->
|
||||
</style>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" valign="top" bgcolor="{bgcolor}" width="46%">
|
||||
<tr valign="center" bgcolor="{bgcolor}">
|
||||
<td align="left" colspan="5"><font size="-2"> <b>{month}</b></font></td>
|
||||
<td align="right" colspan="2"><a href="{prevmonth}"><img src="{img_root}/left.gif" border="0"></a> <a href="{nextmonth}"><img src="{img_root}/right.gif" border="0"></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="{bgcolor}" align="center" colspan="7"><img src="{cal_img_root}/mini-calendar-bar.gif" width="90%" height="5"></td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td bgcolor="{bgcolor}" 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 -->
|
||||
|
4
calendar/templates/idsociety/mini_day.tpl
Executable file
4
calendar/templates/idsociety/mini_day.tpl
Executable file
@ -0,0 +1,4 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN mini_day -->
|
||||
<td bgcolor="{bgcolor}" align="center"{day_image}><font size="-2">{dayname}</font></td>
|
||||
<!-- END mini_day -->
|
6
calendar/templates/idsociety/mini_week.tpl
Executable file
6
calendar/templates/idsociety/mini_week.tpl
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN mini_week -->
|
||||
<tr>
|
||||
{monthweek_day}
|
||||
</tr>
|
||||
<!-- END mini_week -->
|
6
calendar/templates/idsociety/month.tpl
Executable file
6
calendar/templates/idsociety/month.tpl
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- $Id$ -->
|
||||
<table width="100%" border="0" bordercolor="#FFFFFF" cellspacing="2" cellpadding="2">
|
||||
{row}
|
||||
</table>
|
||||
|
||||
|
5
calendar/templates/idsociety/month_column.tpl
Executable file
5
calendar/templates/idsociety/month_column.tpl
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- $Id$ month_column -->
|
||||
<td valign="top" width="75" height="75"{extra}>
|
||||
{column_data}
|
||||
</td>
|
||||
|
4
calendar/templates/idsociety/month_day.tpl
Executable file
4
calendar/templates/idsociety/month_day.tpl
Executable file
@ -0,0 +1,4 @@
|
||||
<!-- $Id$ month_day -->
|
||||
{new_event_link}
|
||||
[ {day_number} ]<br>
|
||||
|
2
calendar/templates/idsociety/month_filler.tpl
Executable file
2
calendar/templates/idsociety/month_filler.tpl
Executable file
@ -0,0 +1,2 @@
|
||||
<!-- $Id$ -->
|
||||
{month_filler_text}
|
3
calendar/templates/idsociety/month_header.tpl
Executable file
3
calendar/templates/idsociety/month_header.tpl
Executable file
@ -0,0 +1,3 @@
|
||||
<!-- $Id$ -->
|
||||
<tr>
|
||||
{column_header}</tr>
|
14
calendar/templates/idsociety/overlap.tpl
Executable file
14
calendar/templates/idsociety/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 -->
|
7
calendar/templates/idsociety/pref.tpl
Executable file
7
calendar/templates/idsociety/pref.tpl
Executable file
@ -0,0 +1,7 @@
|
||||
<p><b>{title}:</b><hr><p>
|
||||
<form action="{action_url}" method="POST">
|
||||
<table border="0" align="center" width="50%">
|
||||
{row}
|
||||
</table>
|
||||
<center><input type="submit" name="submit" value="{submit_lang}"></center>
|
||||
</form>
|
4
calendar/templates/idsociety/pref_colspan.tpl
Executable file
4
calendar/templates/idsociety/pref_colspan.tpl
Executable file
@ -0,0 +1,4 @@
|
||||
<tr bgcolor="{bg_color}">
|
||||
<td colspan="2">{text}</td>
|
||||
</tr>
|
||||
|
5
calendar/templates/idsociety/pref_list.tpl
Executable file
5
calendar/templates/idsociety/pref_list.tpl
Executable file
@ -0,0 +1,5 @@
|
||||
<tr bgcolor="{bg_color}">
|
||||
<td align="right">{field}</td>
|
||||
<td align="center">{data}</td>
|
||||
</tr>
|
||||
|
27
calendar/templates/idsociety/preference_acl.tpl
Executable file
27
calendar/templates/idsociety/preference_acl.tpl
Executable file
@ -0,0 +1,27 @@
|
||||
{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>
|
||||
|
||||
|
8
calendar/templates/idsociety/preference_acl_row.tpl
Executable file
8
calendar/templates/idsociety/preference_acl_row.tpl
Executable file
@ -0,0 +1,8 @@
|
||||
<!-- $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>
|
||||
</tr>
|
9
calendar/templates/idsociety/preference_acl_row_private.tpl
Executable file
9
calendar/templates/idsociety/preference_acl_row_private.tpl
Executable file
@ -0,0 +1,9 @@
|
||||
<!-- $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>
|
7
calendar/templates/idsociety/preference_colspan.tpl
Executable file
7
calendar/templates/idsociety/preference_colspan.tpl
Executable file
@ -0,0 +1,7 @@
|
||||
<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>
|
||||
</tr>
|
8
calendar/templates/idsociety/preference_colspan_private.tpl
Executable file
8
calendar/templates/idsociety/preference_colspan_private.tpl
Executable file
@ -0,0 +1,8 @@
|
||||
<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>
|
6
calendar/templates/idsociety/search.tpl
Executable file
6
calendar/templates/idsociety/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/idsociety/search_list.tpl
Executable file
4
calendar/templates/idsociety/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/idsociety/view.tpl
Executable file
21
calendar/templates/idsociety/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/idsociety/week.tpl
Executable file
33
calendar/templates/idsociety/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}
|
5
calendar/templates/idsociety/week_day_event.tpl
Executable file
5
calendar/templates/idsociety/week_day_event.tpl
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- $Id$ -->
|
||||
{link_entry}
|
||||
<nobr><font size="-2">{start_time}-{end_time}</font></nobr>{close_view_link}
|
||||
<font size="-1">{name}<br></font>
|
||||
|
4
calendar/templates/idsociety/week_day_events.tpl
Executable file
4
calendar/templates/idsociety/week_day_events.tpl
Executable file
@ -0,0 +1,4 @@
|
||||
<!-- $Id$ -->
|
||||
<font size="{week_day_font_size}">
|
||||
{events}
|
||||
</font>
|
Loading…
Reference in New Issue
Block a user