aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-31 22:59:28 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-31 22:59:28 +0000
commit7cade3b04274ecc2d3583a0602cc5de3643e81a6 (patch)
treeec2b28c307671a3d19f421f1b9cbe42762b2dfc7 /templates
parentc143f2891418cb0f0ae0f80f7d2d58e69879a722 (diff)
downloadphpicalendar-7cade3b04274ecc2d3583a0602cc5de3643e81a6.tar.gz
phpicalendar-7cade3b04274ecc2d3583a0602cc5de3643e81a6.tar.bz2
phpicalendar-7cade3b04274ecc2d3583a0602cc5de3643e81a6.zip
More template work.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/error.tpl43
-rw-r--r--templates/default/header.tpl3
2 files changed, 46 insertions, 0 deletions
diff --git a/templates/default/error.tpl b/templates/default/error.tpl
new file mode 100644
index 0000000..7cd193a
--- /dev/null
+++ b/templates/default/error.tpl
@@ -0,0 +1,43 @@
+{HEADER}
+<center>
+<table border="0" width="700" cellspacing="0" cellpadding="0">
+ <tr>
+ <td width="520" valign="top" align="center">
+ <table width="520" border="0" cellspacing="0" cellpadding="0" class="calborder">
+ <tr>
+ <td align="center" valign="middle">
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="G10B">
+ <tr>
+ <td align="left" valign="top" width="1%" class="sideback"><img src="images/spacer.gif" width="1" height="20" alt=" "></td>
+ <td align="center" valign="middle" width="98%" class="sideback"><b>{L_ERROR_WINDOW}</b></td>
+ <td class="sideback" width="1%"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="G10B">
+ <tr>
+ <td align="center" valign="top">
+ <br>
+ {ERROR_MSG}
+ <br>
+ <br>
+ {ERROR_CALENDAR}
+ <br>
+ <br>
+ {L_ERROR_BACK}
+ <br>
+ <br>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+</center>
+{FOOTER} \ No newline at end of file
diff --git a/templates/default/header.tpl b/templates/default/header.tpl
index 9f680e1..59aae9a 100644
--- a/templates/default/header.tpl
+++ b/templates/default/header.tpl
@@ -8,6 +8,9 @@
<!-- 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 -->
+ <!-- switch event_js on -->
+ {EVENT_JS}
+ <!-- switch event_js off -->
<!-- switch todo_available on -->
{TODO_JS}
<!-- switch todo_available off -->

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