aboutsummaryrefslogtreecommitdiffstats
path: root/templates/red/header.tpl
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2007-05-18 19:00:16 +0000
committerJim Hu <jimhu@users.sourceforge.net>2007-05-18 19:00:16 +0000
commit73b224f34b3aa5892c0d9ac79d34c1a95155166e (patch)
tree1df79666d27132480d574ace176eec348e47b977 /templates/red/header.tpl
parent5309c9a17a0b0de6d2603a1269ce14f1014595e3 (diff)
downloadphpicalendar-73b224f34b3aa5892c0d9ac79d34c1a95155166e.tar.gz
phpicalendar-73b224f34b3aa5892c0d9ac79d34c1a95155166e.tar.bz2
phpicalendar-73b224f34b3aa5892c0d9ac79d34c1a95155166e.zip
month and year location display bugs
Diffstat (limited to 'templates/red/header.tpl')
-rw-r--r--templates/red/header.tpl20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/red/header.tpl b/templates/red/header.tpl
new file mode 100644
index 0000000..07837a9
--- /dev/null
+++ b/templates/red/header.tpl
@@ -0,0 +1,20 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
+ <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_PATH}/rss/rss.php?cal={CAL}&amp;rssview={CURRENT_VIEW}">
+ <!-- switch rss_available off -->
+ {EVENT_JS}
+</head>
+<body>
+<form name="eventPopupForm" id="eventPopupForm" method="post" action="includes/event.php" style="display: none;">
+ <input type="hidden" name="date" id="date" value="" />
+ <input type="hidden" name="time" id="time" value="" />
+ <input type="hidden" name="uid" id="uid" value="" />
+ <input type="hidden" name="cpath" id="cpath" value="" />
+ <input type="hidden" name="event_data" id="event_data" value="" />
+</form>

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