aboutsummaryrefslogtreecommitdiffstats
path: root/includes/header.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-19 07:54:09 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-19 07:54:09 +0000
commit19cac1259321933ee407ed6b077ef3d2aa9e9e58 (patch)
tree0be77a87ce554c71c61e8c61e7e4f27da9580a17 /includes/header.inc.php
parentc5dca58b0b5707155d732a9f43894513bfc23b5c (diff)
downloadphpicalendar-19cac1259321933ee407ed6b077ef3d2aa9e9e58.tar.gz
phpicalendar-19cac1259321933ee407ed6b077ef3d2aa9e9e58.tar.bz2
phpicalendar-19cac1259321933ee407ed6b077ef3d2aa9e9e58.zip
Checked in a new popup system. Also added calname to calendar for popup reference.
Diffstat (limited to 'includes/header.inc.php')
-rw-r--r--includes/header.inc.php14
1 files changed, 13 insertions, 1 deletions
diff --git a/includes/header.inc.php b/includes/header.inc.php
index 6c35d0d..3c15bc5 100644
--- a/includes/header.inc.php
+++ b/includes/header.inc.php
@@ -12,7 +12,19 @@
echo "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"".$default_path."/rss/rss.php?cal=".$cal."&amp;rssview=week\">";
}
if (isset($master_array['-2'])) include (BASE.'functions/todo.js');
+ include (BASE.'functions/event.js');
?>
</head>
-<body bgcolor="#FFFFFF"> \ No newline at end of file
+<body bgcolor="#FFFFFF">
+<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="">
+</form>

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