forked from anyeloamt-zz/sgp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clave.html
73 lines (63 loc) · 1.31 KB
/
clave.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<html>
<meta charset = 'ISO-8859-1' />
<head>
<title>Información de usuario (LAC-soft®)</title>
<style type = 'text/css'>
* {
font-family: Calibri, Arial;
}
.contenedor {
/*width: 50%;
height: 70%;*/
padding-left: 0px;
/*border-width: 1px;
border-style: solid;
border-color: #A4A4A4;*/
}
#cabecera {
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
color:#fff;
background-color: #0072C6;
clear:left;
}
#cuerpo {
padding-left: 30px;
}
#gp {
color:#fff;
}
#iu {
color: #0072C6;
}
.texto {
color: #424242;
}
</style>
</head>
<body>
<div class = 'contenedor'>
<div id = 'cabecera'>
<h2 id = 'gp' class = 'texto'">Gestor de Pacientes (LAC-soft®)</h2>
</div>
<p id = 'informacion'>
<div id = 'cuerpo'>
<h2 id = 'iu' class = 'texto' >Información de cuenta de usuario</h2>
<p class = 'texto'>
Estimado nombreCompleto000, se ha registrado que ha hecho una solicitud para obtener su contraseña.
<br>La información de su cuenta es la siguiente:
<br>
<pre class = 'texto'>
<strong>Nombre de usuario: </strong>usuario000<br>
<strong>Contraseña: </strong>clave000
</pre>
</p>
<p>
<h5 class = 'texto'><b>Sistema Gestor de Pacientes. (LAC-soft®)</b></h5>
</p>
</div>
</p>
</div>
</body>
</html>