source: branches/2.2.0.1/calendar/templates/default/event_link.tpl @ 4001

Revision 4001, 1.2 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1615 - Componente novo para agenda......................................

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: 12px;background: #dddddd;">
23                <td valign="top" style="color: black;">
24                        <span>
25                                {time}
26                        </span>
27                </td>
28                <td valign="top" style=" border: #b3b3b3 1px solid;" colspan="5">
29                        <span><b>{title}</b></span>
30                        <br />
31                        <span><i>{desc}</i></span>
32                        <span>{location}</span>
33                        <br />
34                        <span>{observations}</span>
35                </td>
36        </tr>
37<!-- END link_event_text -->
38
39<!-- BEGIN link_event_close -->
40<!--</a></div><br />-->
41</table>
42<!-- END link_event_close -->
Note: See TracBrowser for help on using the repository browser.