sync with Version-1_0_0-branch

This commit is contained in:
ak703 2004-08-06 20:44:22 +00:00
parent e2eed6a73f
commit 61482e0a19
6 changed files with 181 additions and 34 deletions

View File

@ -1,8 +1,14 @@
/* CSS Document */ /* CSS Document */
.to_continue
{
font-size: 9px;
}
A.minicalendar A.minicalendar
{ {
color: #666666; color: #666666;
font-size: 12px; font-size: 9px;
} }
@ -11,7 +17,7 @@ A.bminicalendar
color: #336699; color: #336699;
font-style: italic; font-style: italic;
font-weight: bold; font-weight: bold;
font-size: 10px; font-size: 9px;
} }
A.minicalendargrey A.minicalendargrey
@ -107,18 +113,150 @@ A.bminicalgreyhol
border: thin solid black; border: thin solid black;
} }
/* common */
.calendar_link_print
{
text-align: center;
font-size: 10px;
}
// week view //Mini Calendar
.calendar_minical_table
{
width: 180px;
font-weight: bold;
}
.calendar_minical_daytable
{
width: 100%;
}
.calendar_minical_dayname
{
font-size: 9px;
text-align: right;
}
.calendar_minical_hrule
{
width: 96%;
}
/* Header */
.calendar_dropbuttons
{
align: center;
text-align: center;
vertical-align: bottom;
font-weight: bold;
font-size: 8px;
}
.calendar-weekidentifier .calendar-weekidentifier
{ {
font-size:16px; font-size:16px;
font-weight: bold; font-weight: bold;
text-align: center;
} }
.calendar_header .calendar_header
{ {
font-size:16px; font-size: 16px;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
} }
.calendar_dayview_table_header
{
font-size: 13px;
font-weight: bold;
text-align: center;
}
.calendar_dayview_todo_header
{
margin: 0px;
padding: 2px;
font-weight: bold;
}
/* week view */
.calendar_week_identifier_table
{
border: 0px solid black;
width: 100%;
}
.calendar_week_identifier
{
font-size: 13px;
text-align: center;
font-weight: bold;
}
.calendar_weekview_daytitle
{
font-weight: bold;
font-size: 12px;
background: #D3DCE3;
}
.calendar_m_w_table
{
table-layout:fixed;
overflow:auto;
height: 100%;
width: 100%;
border: 0px #000000 solid;
}
.calendar_m_w_table_row
{
height: 80px;
}
.calendar_m_w_tablecell
{
vertical-align: top;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 6px;
}
A.event_entry
{
font-size:10px;
}
/* month view */
.calendar_month_identifier
{
font-size:14px;
font-weight: bold;
}
.calendar_user_identifier
{
font-size:12px;
color: #009999;
font-weight: bold;
}
.calendar_week_minical_table
{
width:100%;
border: 0px solid #000000
}
.calendar_weekinfo
{
color: #000000;
padding-left: 2px;
padding-right: 2px;
font-size: 10px;
font-weight: bold;
font-style: italic;
}

View File

@ -69,7 +69,7 @@
<!-- END day --> <!-- END day -->
<!-- BEGIN day_event --> <!-- BEGIN day_event -->
<tr> <tr>
<td> <td valign="top">
{daily_events} {daily_events}
</td> </td>
</tr> </tr>

View File

@ -1,32 +1,39 @@
<!-- $Id$ --> <!-- $Id$ -->
<!-- BEGIN footer_table --> <!-- BEGIN footer_table -->
<tr><td height="10"></td></tr> <!--
<font size="-1"> <tr>
<table border="0" width="100%" cellpadding="0" cellspacing="0"> <td>1</td>
<tr> </tr>
{table_row} -->
</tr>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr> <tr>
{table_row}
</tr>
</table>
<!-- <tr>-->
<!-- END footer_table --> <!-- END footer_table -->
<!-- BEGIN footer_row --> <!-- BEGIN footer_row -->
<td valign="top" width="33%">
<font size="-1">
<form action="{action_url}" method="post" name="{form_name}"> <form action="{action_url}" method="post" name="{form_name}">
<B>{label}:</B> <td valign="top">
<span style="font-size:9px; font-weight:bold;">{label}:</span>
{hidden_vars} {hidden_vars}
<select name="{form_label}" onchange="{form_onchange}"> <select name="{form_label}" onchange="{form_onchange}">
{row} {row}
</select> </select>
<noscript><input type="submit" value="{go}"></noscript> <noscript><input type="submit" value="{go}"></noscript>
</td>
</form> </form>
</font>
</td>
<!-- END footer_row --> <!-- END footer_row -->
<!-- BEGIN blank_row --> <!-- BEGIN blank_row -->
<td> <td>
{b_row} {b_row}
</td> </td>
<!-- END blank_row --> <!-- END blank_row -->
<td> <!-- <td> -->

View File

@ -20,7 +20,7 @@
<tr> <tr>
<td>{large_month}</td> <td>{large_month}</td>
</tr> </tr>
</table><p>{print} </table><p style="font-size:10px; text-align:center">{print}</p>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -17,12 +17,14 @@
</table> </table>
</center> </center>
<!-- END view_event --> <!-- END view_event -->
<!-- BEGIN list --> <!-- BEGIN list -->
<tr bgcolor="{tr_color}"> <tr bgcolor="{tr_color}">
<td valign="top" width="30%">&nbsp;<b>{field}:</b></td> <td valign="top" width="30%">&nbsp;<b>{field}:</b></td>
<td colspan="2" valign="top" width="70%">{data}</td> <td colspan="2" valign="top" width="70%">{data}</td>
</tr> </tr>
<!-- END list --> <!-- END list -->
<!-- BEGIN hr --> <!-- BEGIN hr -->
<tr> <tr>
<td colspan="3" bgcolor="{th_bg}" align="center"> <td colspan="3" bgcolor="{th_bg}" align="center">

View File

@ -53,7 +53,7 @@
<td class="calRtMidFoot"></td> <td class="calRtMidFoot"></td>
<td class="calRtRtFoot"></td> <td class="calRtRtFoot"></td>
</tr> </tr>
</table><p>{print} </table><p style="font-size:10px; text-align:center;">{print}</p>
</td> </td>
</tr> </tr>
</table> </table>