forked from Coded/SIPRP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
660 B
23 lines
660 B
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html><head>
|
|
<title>SIPRP :: Marcação Consulta/Exame</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="html/css/template.css">
|
|
|
|
<script language="javascript" src="/siprpWeb/html/css/funcs.js"></script>
|
|
|
|
</head>
|
|
<body id="popup">
|
|
|
|
<div id="text">
|
|
Empresa: $empresa<br>
|
|
Estabelecimento: $estabelecimento<br>
|
|
Funcionário: $funcionario<br>
|
|
<br>
|
|
Pedido de marcação de $marcacao_tipo
|
|
data(s): $data#if( $marcacao_tipo == 'Consulta' )
|
|
Horário: $hora#end.<br>
|
|
</div>
|
|
</body>
|
|
</html> |