source: companies/celepar/calendar/templates/default/event_link.tpl @ 763

Revision 763, 1.2 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1
2<!-- BEGIN link_event_pict -->
3{picture}
4<!-- END link_event_pict -->
5
6<!-- BEGIN link_event_open -->
7<table>
8
9<!--<div id="calendar_event_entry" style="overflow:hidden;">-->
10<!--<a class="event_entry" href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;" onMouseOut="window.status=''; return true;" title="{desc} {location}"><br />--><br />
11<!-- END link_event_open -->
12
13<!-- BEGIN event_pict -->
14<!--<img src="{pic_image}" width="{width}" height="{height}" title="{title}" border="0" />-->
15<!-- END event_pict -->
16
17<!-- BEGIN link_event_text_old -->
18<!--<nobr>&nbsp;{time}&nbsp;</nobr> {title}&nbsp;{users_status}: <i>{desc}</i>({location}) -->
19<!-- END link_event_text_old -->
20
21<!-- BEGIN link_event_text -->
22        <tr style="font-size: 14px;background: #dddddd;">
23                <td valign="top" style="color: black; font-size: 13px;">
24                        <span>
25                                {time}
26                        </span>
27                </td>
28                <td style="font-size: 14px; border: #E8F0F0 1px solid;" colspan="3">
29                        <span><b>{title}</b></span>
30                        <br />
31                        <span><i>{desc}</i></span>
32                        <span>{location}</span>
33                        <br />
34                </td>
35        </tr>
36<!-- END link_event_text -->
37
38<!-- BEGIN link_event_close -->
39<!--</a></div><br />-->
40</table>
41<!-- END link_event_close -->
Note: See TracBrowser for help on using the repository browser.