new template

This commit is contained in:
skeeter 2001-01-06 19:05:09 +00:00
parent 10960c40a5
commit 3003566b9d
12 changed files with 199 additions and 0 deletions

View 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}

View 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 -->

View 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 -->

View File

@ -0,0 +1,6 @@
<!-- $Id$ -->
<!- BEGIN hr -->
<tr>
<hr>
</tr>
<!-- END hr -->

View 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}

View 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 -->

View 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 -->

View 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 -->

View File

@ -0,0 +1,6 @@
<!-- $Id$ -->
<h2><font color="{color}">{search_text}</font></h2>
<b>{quantity}</b><p>
{output}
<p>

View File

@ -0,0 +1,4 @@
<!-- $Id$ -->
<!-- BEGIN search_list -->
<li><a href="{url_result}">{result_desc}</a>
<!-- END search_list -->

View 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}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{delete_button}
</center>
<!-- END view_end -->

View 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}