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

Revision 143, 1.3 KB checked in by niltonneto, 16 years ago (diff)

Melhorias no Home (Página Inicial) do Expresso.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN portal_box -->
2<div style="border: 1px solid #adc9d8;border-top:0px">
3<table border="0" cellpadding="0" cellspacing="0" width="{outer_width}" height="100%"> 
4 <tr nowrap align="center">
5  <td style="height:19px;border-top:0px;padding:1px;vertical-align:top;background: #fff url(phpgwapi/templates/celepar/images/bgBlockTitle.png)" align="left" nowrap>&nbsp;<font size="2.0em" color="#003366">{title}</font></td>
6 </tr>
7 <tr>
8  <td style='background: #fff url(phpgwapi/templates/celepar/images/bgBlockContent.jpg);background-attachment:scroll;background-repeat:repeat-x;border-top:0px solid #adc9d8'>
9   <table border="0" cellpadding="0" height="100%" cellspacing="5" width="{inner_width}">
10    {row}
11   </table>
12  </td>
13 </tr>
14</table>
15</div>
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        <tr>
26         <td>
27          <ul>
28<!-- END portal_listbox_header -->
29<!-- BEGIN portal_listbox_link -->
30<li><a href="{link}">{text}</a></li>
31<!-- END portal_listbox_link -->
32<!-- BEGIN portal_listbox_footer -->
33          </ul>
34         </td>
35        </tr>
36<!-- END portal_listbox_footer -->
37<!-- BEGIN portal_control -->
38  <td valign="middle" align="right" nowrap="nowrap">{control_link}</td>
39<!-- END portal_control -->
40<!-- BEGIN link_field -->
41   {link_field_data}
42<!-- END link_field -->
Note: See TracBrowser for help on using the repository browser.