forked from Coded/SIPRP
no message
git-svn-id: https://svn.coded.pt/svn/SIPRP@458 bb69d46d-e84e-40c8-a05a-06db0d6337410'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
parent
c66d8fc273
commit
7831f66c38
@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
Empresa: $empresa<br>
|
||||
Estabelecimento: $estabelecimento<br>
|
||||
Funcionário: $funcionario<br>
|
||||
<br>
|
||||
$marcacao_tipo no dia $data#if( $marcacao_tipo == 'Consulta' ) às $hora#end.<br>
|
||||
<br>
|
||||
Email de resposta<br>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Marcação de consulta / exame</title>
|
||||
<link rel="stylesheet" href="/siprpWeb/html/css/style.css" type="text/css">
|
||||
</head>
|
||||
<body class='text'>
|
||||
O pedido de marcação foi enviado com sucesso.
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Marcação de consulta / exame</title>
|
||||
<link rel="stylesheet" href="/siprpWeb/html/css/style.css" type="text/css">
|
||||
</head>
|
||||
<body class='text'>
|
||||
Ocorreu um erro a enviar o pedido de marcação.
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Sessão expirou</title>
|
||||
<link rel="stylesheet" href="/siprpWeb/html/css/style.css" type="text/css">
|
||||
</head>
|
||||
<body class='text'>
|
||||
A sua sessão expirou. Para efectuar uma marcação, autentique-se novamente.
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in new issue