aboutsummaryrefslogtreecommitdiffstats
path: root/event.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-23 04:00:58 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-23 04:00:58 +0000
commit8b1ed16a4a1faa82008f0b74f09985267f45c241 (patch)
treef05e27ca7a6fd9d8f599b8a0e66fcbd369819e51 /event.php
parentd6e23a6652a8dd73399e5fba8df079cd1588566c (diff)
downloadphpicalendar-8b1ed16a4a1faa82008f0b74f09985267f45c241.tar.gz
phpicalendar-8b1ed16a4a1faa82008f0b74f09985267f45c241.tar.bz2
phpicalendar-8b1ed16a4a1faa82008f0b74f09985267f45c241.zip
Popup additions.
Diffstat (limited to 'event.php')
-rw-r--r--event.php31
1 files changed, 19 insertions, 12 deletions
diff --git a/event.php b/event.php
index 9f5d76b..dd6fdc8 100644
--- a/event.php
+++ b/event.php
@@ -1,4 +1,9 @@
-<? include "init.inc.php"; ?>
+<?
+
+include "init.inc.php";
+$event = stripslashes($event);
+
+?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
@@ -8,26 +13,28 @@
<link rel="stylesheet" type="text/css" href="styles/<? echo "$style_sheet"; ?>">
</head>
<body bgcolor="#eeeeee">
- <br>
- <table border="0" cellspacing="0" cellpadding="0" class="V12">
+<table border="0" width="430" cellspacing="2" cellpadding="4">
+ <tr>
+ <td>
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="calborder">
<tr height="18">
+ <td align="right" valign="top" width="80" class="V12">&nbsp;<b>Event:</b></td>
<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"><? echo "$event"; ?></td>
+ <td align="left" valign="top" height="18" class="V12"><? 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 align="right" valign="top" width="80" class="V12">&nbsp;<b>Start Time:</b></td>
<td width="7" height="18"></td>
- <td align="left" valign="top" height="18"><? echo "$start"; ?></td>
+ <td align="left" valign="top" height="18" class="V12"><? 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 align="right" valign="top" width="80" class="V12">&nbsp;<b>End Time:</b></td>
<td width="7" height="18"></td>
- <td align="left" valign="top" height="18"><? echo "$end"; ?></td>
+ <td align="left" valign="top" height="18" class="V12"><? echo "$end"; ?></td>
</tr>
</table>
+ </td>
+ </tr>
+</table>
</body>
</html> \ No newline at end of file

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