aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/header.tpl
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-01 04:16:36 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-01 04:16:36 +0000
commit42ec254f9caa7322073f3356c82560970a7e3d32 (patch)
treedca0f64512a6a4ce921870157fca0635947d5bb0 /templates/default/header.tpl
parent972908f8a0f06713db318770eb204579fa08a507 (diff)
downloadphpicalendar-42ec254f9caa7322073f3356c82560970a7e3d32.tar.gz
phpicalendar-42ec254f9caa7322073f3356c82560970a7e3d32.tar.bz2
phpicalendar-42ec254f9caa7322073f3356c82560970a7e3d32.zip
Events now spawn popup on pages.
Diffstat (limited to 'templates/default/header.tpl')
-rw-r--r--templates/default/header.tpl22
1 files changed, 15 insertions, 7 deletions
diff --git a/templates/default/header.tpl b/templates/default/header.tpl
index 59aae9a..9ecc5fc 100644
--- a/templates/default/header.tpl
+++ b/templates/default/header.tpl
@@ -8,11 +8,19 @@
<!-- 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 -->
+ {EVENT_JS}
+ {TODO_JS}
</head>
-<body> \ No newline at end of file
+<body>
+<form name="eventPopupForm" id="eventPopupForm" method="post" action="includes/event.php" style="display: none;">
+ <input type="hidden" name="event" id="event" value="">
+ <input type="hidden" name="cal" id="cal" value="">
+ <input type="hidden" name="start" id="start" value="">
+ <input type="hidden" name="end" id="end" value="">
+ <input type="hidden" name="description" id="description" value="">
+ <input type="hidden" name="status" id="status" value="">
+ <input type="hidden" name="location" id="location" value="">
+ <input type="hidden" name="organizer" id="organizer" value="">
+ <input type="hidden" name="attendee" id="attendee" value="">
+ <input type="hidden" name="url" id="url" value="">
+</form> \ No newline at end of file

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