aboutsummaryrefslogtreecommitdiffstats
path: root/event.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-23 00:42:08 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-23 00:42:08 +0000
commit30a64670c8fe1c6856bc17ea814f620cf46d3928 (patch)
tree61d20067fe1977114181ef166561c72b8376895b /event.php
parent71c8fbc0a4ac2113677225c0d08564f847a74890 (diff)
downloadphpicalendar-30a64670c8fe1c6856bc17ea814f620cf46d3928.tar.gz
phpicalendar-30a64670c8fe1c6856bc17ea814f620cf46d3928.tar.bz2
phpicalendar-30a64670c8fe1c6856bc17ea814f620cf46d3928.zip
Basic Javascript for events.
Diffstat (limited to 'event.php')
-rw-r--r--event.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/event.php b/event.php
index a741e2e..9f5d76b 100644
--- a/event.php
+++ b/event.php
@@ -1,3 +1,4 @@
+<? include "init.inc.php"; ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
@@ -8,24 +9,24 @@
</head>
<body bgcolor="#eeeeee">
<br>
- <table border="0" cellspacing="0" cellpadding="0">
+ <table border="0" cellspacing="0" cellpadding="0" class="V12">
<tr height="18">
<td nowrap width="7" height="18"></td>
<td align="right" valign="top" height="18"><b>Event:</b></td>
<td nowrap width="7" height="18"></td>
- <td align="left" valign="top" height="18">Recurring Daily</td>
+ <td align="left" valign="top" height="18"><? echo "$event"; ?></td>
</tr>
<tr height="18">
<td nowrap width="7" height="18"></td>
<td align="right" valign="top" height="18"><b>Start Date:</b></td>
<td width="7" height="18"></td>
- <td align="left" valign="top" height="18">Tuesday, September 24 10:00AM</td>
+ <td align="left" valign="top" height="18"><? echo "$start"; ?></td>
</tr>
<tr height="18">
<td nowrap width="7" height="18"></td>
<td align="right" valign="top" height="18"><b>End Date:</b></td>
<td width="7" height="18"></td>
- <td align="left" valign="top" height="18">Tuesday, September 24 11:30AM</td>
+ <td align="left" valign="top" height="18"><? echo "$end"; ?></td>
</tr>
</table>
</body>

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