source: trunk/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 *
RevLine 
[795]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/>
[3167]12        <label><input type="checkbox" checked id="groupByArea" /> Agrupar por área</label>
13        <br/>
[795]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
[3167]21
[795]22{if !empty($organizationName)}
23<h1 class="organizationName">{$organizationName}</h1>
24{/if}
25
[3167]26<div id="areas_content" />
27
[795]28{$footer}
29</body>
30</html>
[3167]31<script language="javascript">
32var areas = {$areasJson};
33</script>
Note: See TracBrowser for help on using the repository browser.