source: branches/2.2/workflow/templates/default/orgchart.tpl @ 3167

Revision 3167, 693 bytes checked in by viani, 14 years ago (diff)

Ticket #1135 - Merged r1990:3166 from /trunk/workflow into /branches/2.2/workflow

  • Property svn:executable set to *
Line 
1{$header}
2<input type="hidden" value="{$txt_loading}" id="txt_loading">
3{$css}
4{$javaScripts}
5<div id="main_body" style="width:99.5%;">
6        <table id="border_table" width="auto" height="26" cellspacing="0" cellpadding="0" border="0">
7                <tbody id="border_tbody">
8                        <tr id="border_tr">
9                                <td nowrap class="menu" id="border_id_0" onClick="(alternate_border(0) == 0) ? draw_org_folder() : ''">
10                                        &nbsp;&nbsp;Organograma&nbsp;&nbsp;
11                                </td>
12                                <td nowrap id="border_blank" class="last_menu" width="100%">
13                                        &nbsp;
14                                </td>
15                        </tr>
16                </tbody>
17        </table>
18        <div id="content_id_0" class="conteudo"></div>
19</div>
20{$footer}
21<script type="text/javascript">
22init_orgchart({$tabIndex});
23</script>
Note: See TracBrowser for help on using the repository browser.