source: trunk/phpgwapi/templates/celepar/portal.tpl @ 2

Revision 2, 1.2 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN portal_box -->
2<p>
3<div style="border: #9c9c9c 1px solid;">
4<table border="0" cellpadding="0" cellspacing="0" width="{outer_width}"> 
5 <tr nowrap align="center">
6  <td align="left">
7        <div class="divSideboxHeader">
8        <table border="0" cellpadding="1" cellspacing="0" width="{outer_width}">
9          <tr>
10                <td align="left">&nbsp;<strong><font color="WHITE">{title}</font></strong></td>{portal_controls}
11          </tr>
12        </table>
13        </div>
14  </td>
15 </tr>
16 <tr>
17  <td colspan="2">
18   <table border="0" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="#eeeeee">
19    {row}
20   </table>
21  </td>
22 </tr>
23</table>
24</div>
25</p>
26<!-- END portal_box -->
27
28
29
30<!-- BEGIN portal_row -->
31    <tr>
32          <td>
33{output}
34          </td>
35    </tr>
36<!-- END portal_row -->
37
38
39
40<!-- BEGIN portal_listbox_header -->
41        <tr>
42         <td>
43          <ul>
44<!-- END portal_listbox_header -->
45
46
47
48<!-- BEGIN portal_listbox_link -->
49<li><a href="{link}">{text}</a></li>
50<!-- END portal_listbox_link -->
51
52
53
54<!-- BEGIN portal_listbox_footer -->
55          </ul>
56         </td>
57        </tr>
58<!-- END portal_listbox_footer -->
59
60
61
62<!-- BEGIN portal_control -->
63  <td valign="middle" align="right" nowrap="nowrap">{control_link}</td>
64<!-- END portal_control -->
65
66
67
68<!-- BEGIN link_field -->
69   {link_field_data}
70<!-- END link_field -->
Note: See TracBrowser for help on using the repository browser.