Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27791/templates/default
Modified Files:
header.tpl
Added Files:
rss_index.tpl
Log Message:
Initial wiring of rss index and template.
--- NEW FILE: rss_index.tpl ---
{HEADER}
<center>
<table border="0" width="520" cellspacing="0" cellpadding="0">
<tr>
<td width="520" valign="top" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="calborder">
<tr>
<td align="center" valign="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td align="left" width="400" class="navback"><div style="padding: 5px;"><span class="H20">{L_RSS_INFO}</span><br /><span class="V9G">{L_RSS_SUBHEAD}</span></div></td>
<td valign="top" align="right" width="120" class="navback">
<div style="padding-top: 3px;">
<table width="120" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td><a class="psf" href="../day.php?cal={CAL}&getdate={GETDATE}"><img src="../templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" border="0" /></a></td>
<td><a class="psf" href="../week.php?cal={CAL}&getdate={GETDATE}"><img src="../templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" border="0" /></a></td>
<td><a class="psf" href="../month.php?cal={CAL}&getdate={GETDATE}"><img src="../templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" border="0" /></a></td>
<td><a class="psf" href="../year.php?cal={CAL}&getdate={GETDATE}"><img src="../templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" border="0" /></a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="dayborder"><img src="../images/spacer.gif" width="1" height="5" alt=" "></td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="G10B">
<tr>
<td width="2%"></td>
<td width="98%" valign="top" align="left">
<br />
{L_THIS_SITE_IS} <a class="psf" href="http://www.oreillynet.com/rss/">RSS 0.91 enabled</a>.<br>
<br />
{RSS_LIST}
<br />
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="520" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="tbll"><img src="../images/spacer.gif" alt="" width="8" height="4" /></td>
<td class="tblbot"><img src="../images/spacer.gif" alt="" width="8" height="4" /></td>
<td class="tblr"><img src="../images/spacer.gif" alt="" width="8" height="4" /></td>
</tr>
</table>
</center>
{FOOTER}
Index: header.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/header.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** header.tpl 1 Feb 2004 04:16:37 -0000 1.5
--- header.tpl 9 Feb 2004 00:51:49 -0000 1.6
***************
*** 5,9 ****
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<title>{CALENDAR_NAME} - {DISPLAY_DATE}</title>
! <link rel="stylesheet" type="text/css" href="templates/{TEMPLATE}/default.css">
<!-- switch rss_available on -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="{DEFAULT_VIEW}/rss/rss.php?cal={CAL}&rssview={CURRENT_VIEW}">
--- 5,9 ----
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<title>{CALENDAR_NAME} - {DISPLAY_DATE}</title>
! <link rel="stylesheet" type="text/css" href="{DEFAULT_PATH}templates/{TEMPLATE}/default.css">
<!-- switch rss_available on -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="{DEFAULT_VIEW}/rss/rss.php?cal={CAL}&rssview={CURRENT_VIEW}">
|