LeireTedCas commited on
Commit
4875bf1
1 Parent(s): 13b143a

Update templates/escuchar_admision1.html

Browse files
Files changed (1) hide show
  1. templates/escuchar_admision1.html +7 -7
templates/escuchar_admision1.html CHANGED
@@ -8,12 +8,12 @@
8
  </head>
9
  <body>
10
  <div class="login22">
11
- <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: gray;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='templates/especialidad.html'"> Admisión: </h2>
12
- <h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='templates/ajustes.html'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
13
  <hr/>
14
  <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
15
  <form action="{{url_for('escuchar_admision1')}}" method="post">
16
- <button type="button" style="padding-right: 85%;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.2rem;padding-left: 1%;background-color: white; border: solid white" onclick="location.href='templates/escuchar_admision.html'">Escuchar: <img src="{{ user_image5 }}" width="30% " style=" border-radius: 100%;box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);" onclick="location.href='templates/escuchar_admision.html'"></button>
17
 
18
 
19
 
@@ -31,13 +31,13 @@
31
  <b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
32
  <br>
33
  <br>
34
- <img src="{{ user_image8 }}" style="max-width:30%;" onclick="location.href='templates/mapa_camas.html'">
35
- <img src="{{ user_image9 }}" style="max-width:30%;" onclick="location.href='templates/ambulancias.html'" >
36
 
37
 
38
  <br>
39
- <img src="{{ user_image10 }}" style="max-width:30%;" onclick="location.href='templates/programacion_quirurgica.html'">
40
- <img src="{{ user_image11 }}" style="max-width:30%;" onclick="location.href='templates/otros.html'" >
41
 
42
 
43
 
 
8
  </head>
9
  <body>
10
  <div class="login22">
11
+ <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: gray;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='especialidad.html'"> Admisión: </h2>
12
+ <h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='ajustes.html'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
13
  <hr/>
14
  <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
15
  <form action="{{url_for('escuchar_admision1')}}" method="post">
16
+ <button type="button" style="padding-right: 85%;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.2rem;padding-left: 1%;background-color: white; border: solid white" onclick="location.href='escuchar_admision.html'">Escuchar: <img src="{{ user_image5 }}" width="30% " style=" border-radius: 100%;box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);" onclick="location.href='escuchar_admision.html'"></button>
17
 
18
 
19
 
 
31
  <b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
32
  <br>
33
  <br>
34
+ <img src="{{ user_image8 }}" style="max-width:30%;" onclick="location.href='mapa_camas.html'">
35
+ <img src="{{ user_image9 }}" style="max-width:30%;" onclick="location.href='ambulancias.html'" >
36
 
37
 
38
  <br>
39
+ <img src="{{ user_image10 }}" style="max-width:30%;" onclick="location.href='programacion_quirurgica.html'">
40
+ <img src="{{ user_image11 }}" style="max-width:30%;" onclick="location.href='otros.html'" >
41
 
42
 
43