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

Revision 3167, 804 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<html>
2<head>
3</head>
4<body>
5{$header}
6{$css}
7{$javaScripts}
8<div class="invisiblePrint">
9        <h1>Configurar Impressão</h1>
10        <label><input type="checkbox" checked id="employeesVisibility" /> Exibir funcionários</label>
11        <br/>
12        <label><input type="checkbox" checked id="groupByArea" /> Agrupar por área</label>
13        <br/>
14        <label><input type="checkbox" checked id="highlightSupervisor" /> Ressaltar titular</label>
15        <br/>
16        <label><input type="checkbox" checked id="orgchartPathVisibility" /> Exibir "caminho completo" da área</label>
17        <br/><br/>
18        <button id="printButton">Imprimir</button>
19</div>
20
21
22{if !empty($organizationName)}
23<h1 class="organizationName">{$organizationName}</h1>
24{/if}
25
26<div id="areas_content" />
27
28{$footer}
29</body>
30</html>
31<script language="javascript">
32var areas = {$areasJson};
33</script>
Note: See TracBrowser for help on using the repository browser.