LeireTedCas commited on
Commit
d2645d3
1 Parent(s): cd0ee13

Update templates/intervencion_uro.html

Browse files
Files changed (1) hide show
  1. templates/intervencion_uro.html +7 -7
templates/intervencion_uro.html CHANGED
@@ -8,20 +8,20 @@
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: coral;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='templates/especialidad.html'"> Intervenci贸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: 2rem;">{{title}} :</h2>
15
  <form action="{{url_for('resultado_uro')}}" method="post">
16
 
17
  <br>
18
  <br>
19
- <img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='templates/pdf_casa_uro.html?link2={{nid2}}'">
20
- <img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='templates/protocolos_uro.html?link2={{nid2}}'" >
21
- <img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='templates/guia_visual_uro.html?link2={{nid2}}'" >
22
  <br>
23
- <img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='templates/videos_uro.html?link2={{nid2}}'">
24
- <img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='templates/materiales_uro.html?link2={{nid2}}'">
25
 
26
  </form>
27
 
 
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: coral;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='especialidad.html'"> Intervenci贸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: 2rem;">{{title}} :</h2>
15
  <form action="{{url_for('resultado_uro')}}" method="post">
16
 
17
  <br>
18
  <br>
19
+ <img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='pdf_casa_uro.html?link2={{nid2}}'">
20
+ <img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='protocolos_uro.html?link2={{nid2}}'" >
21
+ <img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='guia_visual_uro.html?link2={{nid2}}'" >
22
  <br>
23
+ <img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='videos_uro.html?link2={{nid2}}'">
24
+ <img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='materiales_uro.html?link2={{nid2}}'">
25
 
26
  </form>
27