Spaces:
Runtime error
Runtime error
Update templates/buscador_trauma.html
Browse files
templates/buscador_trauma.html
CHANGED
@@ -41,10 +41,23 @@
|
|
41 |
</head>
|
42 |
<body>
|
43 |
<div class="login22">
|
44 |
-
|
45 |
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
|
46 |
-
|
47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
<form action="{{url_for('buscador_trauma')}}" method="post">
|
49 |
<!--<input type="search" name="busqueda" placeholder="Escriba aquí la busqueda a realizar" style="box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);width: 70%; border:3px solid black; border-radius: 10px;font-size: 1.5rem;" required="required">
|
50 |
|
|
|
41 |
</head>
|
42 |
<body>
|
43 |
<div class="login22">
|
44 |
+
<!--<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: darkcyan;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='/especialidad'"> Traumatología</h2>
|
45 |
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
|
46 |
+
-->
|
47 |
+
<hr/>
|
48 |
+
<div class="header">
|
49 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 3rem; background-color: darkcyan; display: flex; align-items: center;">
|
50 |
+
<img src="{{ user_image7 }}" alt="" style="max-width: 5%;" onclick="location.href='/especialidad'"> Traumatología
|
51 |
+
</h2>
|
52 |
+
<h3 style="font-size: 1.2rem; display: flex; align-items: center;">
|
53 |
+
AJUSTES
|
54 |
+
<img src="{{ user_image6 }}" alt="" style="max-width: 18%;">
|
55 |
+
</h3>
|
56 |
+
</div>
|
57 |
+
<hr/>
|
58 |
+
|
59 |
+
|
60 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
|
61 |
<form action="{{url_for('buscador_trauma')}}" method="post">
|
62 |
<!--<input type="search" name="busqueda" placeholder="Escriba aquí la busqueda a realizar" style="box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);width: 70%; border:3px solid black; border-radius: 10px;font-size: 1.5rem;" required="required">
|
63 |
|