From a9d50e4c029c05d0a431dd2132d0f4df784a4068 Mon Sep 17 00:00:00 2001 From: Frederico Palma Date: Wed, 4 May 2005 15:54:18 +0000 Subject: [PATCH] no message git-svn-id: https://svn.coded.pt/svn/SIPRP@488 bb69d46d-e84e-40c8-a05a-06db0d633741 --- trunk/html/user.html | 9 +- trunk/html/user_print.html | 263 +++++++++++++++++++++++++++++++++++++ 2 files changed, 268 insertions(+), 4 deletions(-) create mode 100644 trunk/html/user_print.html diff --git a/trunk/html/user.html b/trunk/html/user.html index 7993c686..6febd5fb 100644 --- a/trunk/html/user.html +++ b/trunk/html/user.html @@ -269,10 +269,11 @@ td.box6 - - - - + + + + +
   funcionários:   todos   com tudo resolvido   com pendências   funcionários:   todos   com tudo resolvido   com pendências         imprimir
#else diff --git a/trunk/html/user_print.html b/trunk/html/user_print.html new file mode 100644 index 00000000..35818bab --- /dev/null +++ b/trunk/html/user_print.html @@ -0,0 +1,263 @@ + + + + + SIPRP + + + + + + + + + + +

+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + #if( $query == "trabalhadores" ) + #set( $listaTitle = "Todos os Funcionários" ) + #elseif( $query == "trabalhadores_tudo" ) + #set( $listaTitle = "Funcionários com Tudo Resolvido" ) + #elseif( $query == "trabalhadores_pendentes" ) + #set( $listaTitle = "Funcionários com Pendências" ) + #end + + + + + + + + + + + + + + + + + +
   acesso restrito
+ + + + + + + + + + +
+ Empresa: $!empresa_nome +
+ Estabelecimento: $!estabelecimento_nome +
+ +
+
   $listaTitle
+ #if( $query == "trabalhadores" ) + #foreach( $element in $v1 ) + #set ( $counter = $velocityCount - 1 ) + #set ( $dados_trabalhador = $v2.get($counter) ) + $dados_trabalhador.Nome
+ #end + #elseif( $query == "trabalhadores_tudo" ) + + + + + + #foreach( $element in $v1 ) + #set ( $counter = $velocityCount - 1 ) + #set ( $dados_trabalhador = $v2.get($counter) ) + + + + + #end +
  NomeData da Ficha de Aptidão
  $dados_trabalhador.Nome$dados_trabalhador.Data  
+ #elseif( $query == "trabalhadores_pendentes" ) + - pendente    + - marcado    + - tratado

+ + + + + + + #foreach( $element in $v1 ) + #set ( $counter = $velocityCount - 1 ) + #set ( $dados_trabalhador = $v2.get($counter) ) + + + + + + #end +
  NomeExameConsulta
  $dados_trabalhador.Nome
+ #end +
+
+
+ +