aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-08-12 19:20:43 +0000
committerChad Little <clittle@users.sourceforge.net>2004-08-12 19:20:43 +0000
commitcd06026f2d433d1ff9e34924f1d9ea63331f88f2 (patch)
tree538e9e4348333134ead4a4ede96b8df54a2f3a2d /templates
parent67f44a9496bed9aab33b40b7c9a2bc121655dab9 (diff)
downloadphpicalendar-cd06026f2d433d1ff9e34924f1d9ea63331f88f2.tar.gz
phpicalendar-cd06026f2d433d1ff9e34924f1d9ea63331f88f2.tar.bz2
phpicalendar-cd06026f2d433d1ff9e34924f1d9ea63331f88f2.zip
Added todo.js and charset. Needs testing.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/header.tpl17
1 files changed, 2 insertions, 15 deletions
diff --git a/templates/default/header.tpl b/templates/default/header.tpl
index fa9c21c..df6723a 100644
--- a/templates/default/header.tpl
+++ b/templates/default/header.tpl
@@ -2,27 +2,14 @@
"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=UTF-8" />
+ <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_VIEW}/rss/rss.php?cal={CAL}&amp;rssview={CURRENT_VIEW}">
<!-- switch rss_available off -->
{EVENT_JS}
- <script language="JavaScript" type="text/javascript">
- <!--
- function openTodoInfo(vtodo_array)
- {
- var windowW = 460;
- var windowH = 275;
- var url = "includes/todo.php?vtodo_array="+vtodo_array;
- options = "scrollbars=yes,width="+windowW+",height="+windowH;
- info = window.open(url, "Popup", options);
- info.focus();
- }
-
- //-->
- </script>
+ {TODO_JS}
</head>
<body>
<form name="eventPopupForm" id="eventPopupForm" method="post" action="includes/event.php" style="display: none;">

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