Add New FMC code from Intesync
[openemr.git] / interface / main / calendar / modules / PostCalendar / pntemplates / default / admin / details.html
blobe32fe9fc7bd1f9ca68a9e28f24f43ea112e3f6b4
1 [-*Smarty*-]
2 [-config_load file="default.conf"-]
3 [-include file="$TPL_NAME/views/header.html"-]
4 [-*Load the Language Definitions*-]
5 [-config_load file="lang.$USER_LANG"-]
7 [-* we want to include out stylesheet for this view*-]
8 [-fetch file="$TPL_STYLE_PATH/details.css" assign="css"-]
9 [-eval var=$css-]
11 <table width="100%" border="0" cellpadding="5" cellspacing="0" class="calcontainer">
12 <tr>
13 <td class="eventtitle" width="100%" nowrap="nowrap">
14 <b>[-$A_EVENT.title-]</b>
15 </td>
16 </tr>
17 <tr>
18 <td class="eventtime" width="100%" nowrap="nowrap">
19 [-if $A_EVENT.alldayevent != true-]
20 [-if $24HOUR_TIME-]
21 [-assign var="timestamp" value=$A_EVENT.startTime|date_format:"%H:%M"-]
22 [-else-]
23 [-assign var="timestamp" value=$A_EVENT.startTime|date_format:"%I:%M %p"-]
24 [-/if-]
25 [-$timestamp-]
26 [-/if-]
28 [-if $USE_INT_DATES eq true-]
29 [-pc_date_format date=$A_EVENT.eventDate format="%A, %d %B %Y"-]
30 [-else-]
31 [-pc_date_format date=$A_EVENT.eventDate format="%A, %B %d %Y"-]
32 [-/if-]
34 [-if $A_EVENT.alldayevent-]
35 [-#_PC_ALL_DAY#-]
36 [-else-]
37 [-#_PC_DURATION#-]: [-$A_EVENT.duration_hours-]:[-$A_EVENT.duration_minutes-]
38 [-/if-]
39 </td>
40 </tr>
41 </table>
42 <table width="100%" border="0" cellpadding="5" cellspacing="0" class="calcontainer">
43 <tr>
44 <td valign="top" align="left" width="100%">
45 [-$A_EVENT.hometext-]
46 </td>
47 <td valign="top" align="left" nowrap="nowrap">
48 [-if $LOCATION_INFO-]
49 <p><b>[-#_PC_LOCATION#-]:</b><br />
50 [-if $A_EVENT.location != ''-]
51 [-$A_EVENT.location-]<br />
52 [-/if-]
53 [-if $A_EVENT.street1 != ''-]
54 [-$A_EVENT.street1-]<br />
55 [-/if-]
56 [-if $A_EVENT.street2 != ''-]
57 [-$A_EVENT.street2-]<br />
58 [-/if-]
59 [-if $A_EVENT.city != ''-]
60 [-$A_EVENT.city-]
61 [-/if-]
62 [-if $A_EVENT.state != ''-]
63 [-$A_EVENT.state-]
64 [-/if-]
65 [-if $A_EVENT.postal != ''-]
66 [-$A_EVENT.postal-]
67 [-/if-]
68 </p>
69 [-/if-]
70 [-if $CONTACT_INFO-]
71 <p><b>[-#_PC_CONTACT#-]:</b><br />
72 [-if $A_EVENT.contname-]
73 [-$A_EVENT.contname-]<br />
74 [-/if-]
75 [-if $A_EVENT.conttel-]
76 [-$A_EVENT.conttel-]<br />
77 [-/if-]
78 [-if $A_EVENT.contemail-]
79 <a href="mailto:[-$A_EVENT.contemail-]">[-$A_EVENT.contemail-]</a><br />
80 [-/if-]
81 [-if $A_EVENT.website-]
82 <a href="[-$A_EVENT.website-]" target="_blank">[-$A_EVENT.website-]</a><br />
83 [-/if-]
84 </p>
85 [-/if-]
86 [-if $A_EVENT.fee != ''-]
87 <br />Fee: [-$A_EVENT.fee-]
88 [-/if-]
89 </td>
90 </tr>
91 </table>
92 [-if $ACCESS_EDIT-]
93 <a href="[-$ADMIN_EDIT-]" [-$ADMIN_TARGET-]>[-#_PC_ADMIN_EDIT#-]</a>
94 [-/if-]
95 [-if $ACCESS_DELETE-]
96 <a href="[-$ADMIN_DELETE-]" [-$ADMIN_TARGET-]>[-#_PC_ADMIN_DELETE#-]</a>
97 [-/if-]
98 [-include file="$TPL_NAME/views/footer.html"-]