aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-09 00:51:48 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-09 00:51:48 +0000
commitcb7f301d3a39acebecd56fa8d831e275bc8980f0 (patch)
tree59928251987369663bd4de215a63d4bcc23e9809 /templates
parentaba3742b77e18aa1001a70a8a87f4a10ccf0531f (diff)
downloadphpicalendar-cb7f301d3a39acebecd56fa8d831e275bc8980f0.tar.gz
phpicalendar-cb7f301d3a39acebecd56fa8d831e275bc8980f0.tar.bz2
phpicalendar-cb7f301d3a39acebecd56fa8d831e275bc8980f0.zip
Initial wiring of rss index and template.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/header.tpl2
-rw-r--r--templates/default/rss_index.tpl60
2 files changed, 61 insertions, 1 deletions
diff --git a/templates/default/header.tpl b/templates/default/header.tpl
index 9ecc5fc..fefa494 100644
--- a/templates/default/header.tpl
+++ b/templates/default/header.tpl
@@ -4,7 +4,7 @@
<head>
<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">
+ <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}&amp;rssview={CURRENT_VIEW}">
<!-- switch rss_available off -->
diff --git a/templates/default/rss_index.tpl b/templates/default/rss_index.tpl
new file mode 100644
index 0000000..25df995
--- /dev/null
+++ b/templates/default/rss_index.tpl
@@ -0,0 +1,60 @@
+{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}&amp;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}&amp;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}&amp;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}&amp;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} \ No newline at end of file

© 2014-2024 Faster IT GmbH | imprint | privacy policy