aboutsummaryrefslogtreecommitdiffstats
path: root/templates/tan/seminar.tpl
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2007-05-18 19:00:16 +0000
committerJim Hu <jimhu@users.sourceforge.net>2007-05-18 19:00:16 +0000
commit73b224f34b3aa5892c0d9ac79d34c1a95155166e (patch)
tree1df79666d27132480d574ace176eec348e47b977 /templates/tan/seminar.tpl
parent5309c9a17a0b0de6d2603a1269ce14f1014595e3 (diff)
downloadphpicalendar-73b224f34b3aa5892c0d9ac79d34c1a95155166e.tar.gz
phpicalendar-73b224f34b3aa5892c0d9ac79d34c1a95155166e.tar.bz2
phpicalendar-73b224f34b3aa5892c0d9ac79d34c1a95155166e.zip
month and year location display bugs
Diffstat (limited to 'templates/tan/seminar.tpl')
-rw-r--r--templates/tan/seminar.tpl43
1 files changed, 43 insertions, 0 deletions
diff --git a/templates/tan/seminar.tpl b/templates/tan/seminar.tpl
new file mode 100644
index 0000000..defaa57
--- /dev/null
+++ b/templates/tan/seminar.tpl
@@ -0,0 +1,43 @@
+<!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>{CAL}</title>
+ <link rel="stylesheet" type="text/css" href="../templates/{TEMPLATE}/default.css">
+</head>
+<body>
+<center>
+ <table border="0" width="430" cellspacing="0" cellpadding="0" class="calborder">
+ <tr>
+ <td align="center" class="sideback"><div style="height: 17px; margin-top: 3px;" class="G10BOLD">{CAL_TITLE_FULL}</div></td>
+ </tr>
+ <tr>
+ <td align="left" class="V12">
+ <div style="margin-left: 10px; margin-bottom:10px;">
+ <p>{EVENT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</span></p>
+ <!-- switch description on -->
+ <p>{DESCRIPTION}</p>
+ <!-- switch description off -->
+ <p>
+ <!-- switch organizer on --
+ <b>{L_ORGANIZER}</b>: {ORGANIZER}<br />
+ -- switch organizer off -->
+ <!-- switch attendee on -->
+ <b>Host:</b>: {ATTENDEE}<br />
+ <!-- switch attendee off -->
+ <!-- switch status on -->
+ <b>{L_STATUS}</b>: {STATUS}<br />
+ <!-- switch status off -->
+ <!-- switch location on -->
+ <b>{L_LOCATION}</b>: {LOCATION}<br />
+ <!-- switch location off -->
+ </p>
+ </div>
+ </td>
+ </tr>
+ </table>
+</center>
+</body>
+</html>
+

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