diff --git a/branches/SIPRP/web/contents/user.html b/branches/SIPRP/web/contents/user.html
index 5807e757..dd574756 100644
--- a/branches/SIPRP/web/contents/user.html
+++ b/branches/SIPRP/web/contents/user.html
@@ -189,28 +189,31 @@
#end
#elseif( $query == "trabalhadores_pendentes" )
-
-
- Pendente
-
- Marcado
-
- Tratado
-
- (*)ECD - Exames Complementares de Diagnóstico
-
-
- #foreach( $element in $v1 )
- #set ( $counter = $velocityCount - 1 )
- #set ( $dados_trabalhador = $v2.get($counter) )
-
- | $dados_trabalhador.Nome |
-  |
-  |
-
- #end
-
+
+
- Por Agendar
+
- Por Realizar
+
+
+
+ #foreach ( $trabalhador in $v1 )
+
+ | $trabalhador.nome_trabalhador |
+
+ #if ( $trabalhador.estado_consulta )
+
+ #else
+ -
+ #end
+ |
+ $trabalhador.motivo_consulta |
+
+ #end
+
+
#else
#foreach( $element in $v1 )
#set ( $counter = $velocityCount - 1 )
diff --git a/branches/SIPRP/web/contents/user_print.html b/branches/SIPRP/web/contents/user_print.html
index 2d3106f0..589fd16c 100644
--- a/branches/SIPRP/web/contents/user_print.html
+++ b/branches/SIPRP/web/contents/user_print.html
@@ -62,9 +62,23 @@
#elseif( $query == "trabalhadores_pendentes" )
-
+
+
+
+ #foreach ( $trabalhador in $v1 )
+
+ | $trabalhador.nome_trabalhador |
+ $trabalhador.estado_consulta_print |
+ $trabalhador.motivo_consulta_print |
+
+ #end
+
+
+ #*
(*)ECD - Exames Complementares de Diagnóstico
+ *#
+
#end