LeireTedCas commited on
Commit
64b0579
1 Parent(s): f5b2bf3

Update templates/intervencion_trauma (1).html

Browse files
templates/intervencion_trauma (1).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='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_trauma')}}" method="post">
16
 
17
  <br>
18
  <br>
19
- <img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='pdf_casa_trauma.html?link2={{nid2}}'">
20
- <img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='protocolos_trauma.html?link2={{nid2}}'" >
21
- <img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='guia_visual_trauma.html?link2={{nid2}}'" >
22
  <br>
23
- <img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='videos_trauma.html?link2={{nid2}}'">
24
- <img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='materiales_trauma.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='https://huggingface.co/spaces/LeireTedCas/QUIROHELP_WEB_v1/especialidad'"> Intervención: </h2>
12
+ <h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='https://huggingface.co/spaces/LeireTedCas/QUIROHELP_WEB_v1/ajustes'">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_trauma')}}" method="post">
16
 
17
  <br>
18
  <br>
19
+ <img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='https://huggingface.co/spaces/LeireTedCas/QUIROHELP_WEB_v1/pdf_casa_trauma?link2={{nid2}}'">
20
+ <img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='https://huggingface.co/spaces/LeireTedCas/QUIROHELP_WEB_v1/protocolos_trauma?link2={{nid2}}'" >
21
+ <img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='https://huggingface.co/spaces/LeireTedCas/QUIROHELP_WEB_v1/guia_visual_trauma?link2={{nid2}}'" >
22
  <br>
23
+ <img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='https://huggingface.co/spaces/LeireTedCas/QUIROHELP_WEB_v1/videos_trauma?link2={{nid2}}'">
24
+ <img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='https://huggingface.co/spaces/LeireTedCas/QUIROHELP_WEB_v1/materiales_trauma?link2={{nid2}}'">
25
 
26
  </form>
27