LeireTedCas commited on
Commit
cb32657
1 Parent(s): 397f886

Update templates/programacion_quirurgica.html

Browse files
templates/programacion_quirurgica.html CHANGED
@@ -92,18 +92,36 @@
92
 
93
 
94
  {% for titulo,url in text.items() %}
 
 
 
 
 
 
 
 
 
 
 
 
 
95
 
96
- <a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
97
  <br>
98
  <br>
99
  {% endfor %}
 
 
 
 
 
100
 
101
  </form>
102
 
103
 
104
 
105
 
106
- </div>
107
  </body>
108
  </html>
109
 
@@ -116,6 +134,4 @@
116
 
117
 
118
 
119
- </div>
120
- </body>
121
- </html>
 
92
 
93
 
94
  {% for titulo,url in text.items() %}
95
+ <div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
96
+ <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
97
+
98
+ <input type="button" value="" style="background-color: white; font-size: 2.5rem; width: 60px; height: 60px; margin-right: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px; background-position: center;" onclick="location.href='{{ url }}'">
99
+ <strong style="font-size: 2rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
100
+ <!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
101
+
102
+ </div>
103
+
104
+ <!--<input type="button" value="" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px;background-position: center;" onclick="location.href='{{ url }}'">-->
105
+
106
+ <br>
107
+ <hr style="width: 100%; margin: 0;">
108
 
109
+ <!--<a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>-->
110
  <br>
111
  <br>
112
  {% endfor %}
113
+
114
+ <!--<a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
115
+ <br>
116
+ <br>-->
117
+
118
 
119
  </form>
120
 
121
 
122
 
123
 
124
+
125
  </body>
126
  </html>
127
 
 
134
 
135
 
136
 
137
+