Spaces:
Sleeping
Sleeping
Commit
·
414ac54
1
Parent(s):
2098c20
Update templates/guia_visual.html
Browse files
templates/guia_visual.html
CHANGED
@@ -83,13 +83,14 @@
|
|
83 |
<form action="{{url_for('guia_visual_trauma')}}" method="post">
|
84 |
<div style="text-align: left;">
|
85 |
{% for titulo, url in guia_visual.items() %}
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
|
|
90 |
<hr/>
|
91 |
{% endfor %}
|
92 |
-
</div>
|
93 |
|
94 |
|
95 |
<!--{% for titulo,url in guia_visual.items() %}
|
|
|
83 |
<form action="{{url_for('guia_visual_trauma')}}" method="post">
|
84 |
<div style="text-align: left;">
|
85 |
{% for titulo, url in guia_visual.items() %}
|
86 |
+
<!--<input type="button" value="" style="background-color: black; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; src= "{{ abrir }}"; background-repeat: no-repeat; background-size: 40px 40px;"onclick="location.href='{{ url }}'">-->
|
87 |
+
<input type="button" value="" style="background-color: black; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px;" onclick="location.href='{{ url }}'">
|
88 |
+
|
89 |
+
<input type="button" value="{{ titulo }}" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px;" >
|
90 |
+
<br>
|
91 |
<hr/>
|
92 |
{% endfor %}
|
93 |
+
</div>
|
94 |
|
95 |
|
96 |
<!--{% for titulo,url in guia_visual.items() %}
|