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

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