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

Revision 2, 1.1 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<table border="{outer_border}" cellpadding="0" cellspacing="0" width="{outer_width}" bordercolor="{outer_bordercolor}" bgcolor="{outer_bgcolor}">
4 <tr nowrap align="center">
5  <td align="center" background="{header_background_image}">{title}</td>{portal_controls}
6 </tr>
7 <tr>
8  <td colspan="2">
9   <table border="1" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="{inner_bgcolor}">
10    {row}
11   </table>
12  </td>
13 </tr>
14</table>
15</p>
16<!-- END portal_box -->
17<!-- BEGIN portal_row -->
18    <tr>
19          <td>
20{output}
21          </td>
22    </tr>
23<!-- END portal_row -->
24<!-- BEGIN portal_listbox_header -->
25     <td>
26      <ul>
27<!-- END portal_listbox_header -->
28<!-- BEGIN portal_listbox_link -->
29<li><a href="{link}">{text}</a></li>
30<!-- END portal_listbox_link -->
31<!-- BEGIN portal_listbox_footer -->
32      </ul>
33     </td>
34<!-- END portal_listbox_footer -->
35<!-- BEGIN portal_control -->
36  <td valign="middle" align="right" nowrap background="{header_background_image}">{control_link}
37  </td>
38<!-- END portal_control -->
39<!-- BEGIN link_field -->
40   {link_field_data}
41<!-- END link_field -->
Note: See TracBrowser for help on using the repository browser.