aboutsummaryrefslogtreecommitdiffstats
path: root/event.php
blob: 61f47a38f474a50fd7983ce3a930e40f4644591d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<? 

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>
<head>
  <meta http-equiv="content-type" content="text/html;charset=UTF-8">
  <title><? echo "$calendar_name"; ?></title>
	<link rel="stylesheet" type="text/css" href="styles/<? echo "$style_sheet"; ?>">
</head>
 <body bgcolor="#eeeeee">
<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><? echo "$event_lang"; ?>:</b></td>
     <td nowrap width="7" height="18"></td>
     <td align="left" valign="top" height="18" class="V12"><? echo "$event"; ?></td>
    </tr>
    <tr height="18">
     <td align="right" valign="top" width="80" class="V12">&nbsp;<b><? echo "$event_start_lang"; ?>:</b></td>
     <td width="7" height="18"></td>
     <td align="left" valign="top" height="18" class="V12"><? echo "$start"; ?></td>
    </tr>
    <tr height="18">
     <td align="right" valign="top" width="80" class="V12">&nbsp;<b><? echo "$event_end_lang"; ?>:</b></td>
     <td width="7" height="18"></td>
     <td align="left" valign="top" height="18" class="V12"><? echo "$end"; ?></td>
    </tr>
   </table>
   </td>
	</tr>
</table> 
 </body>
</html>

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