source: branches/1.2/workflow/templates/default/orgchart.tpl @ 1349

Revision 1349, 707 bytes checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • 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="abas_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="abas_last_menu" width="100%">
13                                        &nbsp;
14                                </td>
15                        </tr>
16                </tbody>
17        </table>
18        <div id="content_id_0" class="conteudo_div"></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.