LeireTedCas commited on
Commit
6e3bf31
1 Parent(s): 4e6ac90

Update templates/guia_visual.html

Browse files
Files changed (1) hide show
  1. templates/guia_visual.html +8 -23
templates/guia_visual.html CHANGED
@@ -81,36 +81,21 @@
81
  </h2>
82
  </div>
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
-
88
- <!--<div style="text-align: left;">-->
89
- <!--<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 }}'">-->
90
- <!--<div style="display: flex; align-items: center;">
91
- <button style="background-color: white; border: none; padding: 0; margin-right: 15px; width: 60px;height: 60px;" onclick="location.href='{{ url }}'">
92
- <img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px;" onclick="location.href='{{ url }}'">
93
- </button>
94
- <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif; text-align: left; margin: 0;" >{{ titulo }}</strong>-->
95
-
96
-
97
-
98
-
99
 
 
100
 
101
-
102
-
103
- <input type="button" value="" style="display: flex; align-items: center; 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 }}'">
104
-
105
- <strong style="display: flex; align-items: center; font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
106
- <!--<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: left center;" onclick="location.href='{{ url }}'">
107
- <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
108
-
109
  <br>
110
  <hr/>
111
  {% endfor %}
112
  </div>
113
- <!--</div>-->
114
 
115
 
116
  <!--{% for titulo,url in guia_visual.items() %}
 
81
  </h2>
82
  </div>
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
+ <div style="display: flex; align-items: center;">
88
+ <img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">
89
+ <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 }}'">
90
+ </div>
 
 
 
 
 
 
 
 
91
 
92
+ <!--<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 }}'">-->
93
 
94
+ <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
 
 
 
 
 
 
 
95
  <br>
96
  <hr/>
97
  {% endfor %}
98
  </div>
 
99
 
100
 
101
  <!--{% for titulo,url in guia_visual.items() %}