Explorar o código

displaying nicely, still working on details, highlighting and capturing input data

bscheibel %!s(int64=4) %!d(string=hai) anos
pai
achega
c3cfd91fd9
Modificáronse 1 ficheiros con 2 adicións e 5 borrados
  1. 2 5
      app/templates/show_image.html

+ 2 - 5
app/templates/show_image.html

@@ -27,16 +27,14 @@
                     <tr>
                         <td style="text-align:center"><h3>Key Value</h3></td>
                         <td style="text-align:center"><h3>Target Value</h3></td>
-                        <td style="text-align:center"><h3>Correct</h3></td>
                         <td style="text-align:center"><h3>Actual Value</h3></td>
                     </tr>
-                    {% for key in dims %}
+                   {% for key in dims %}
                     <td><h4> {{key}} </h4></td>
-                        {% for d in dims[key][4] %}
+                        {% for d in dims[key] %}
                     <tr>
                         <td style="text-align:center"><input type="checkbox" name="relevant" value="checked"></td>
                         <td style="text-align:center"> {{ d }}</td>
-                        <td style="text-align:center"><input type="checkbox" name="correct" value="checked"></td>
                         <td style="text-align:center"><input type="text" name="actual" size="10"></td>
                     </tr>
                         {% endfor %}
@@ -44,7 +42,6 @@
 
 
                 </table>
-                    <input type="submit" value="Submit"/>
                 </form>
                 </font>
     </div>