# HG changeset patch # User cavaliet # Date 1308904464 -7200 # Node ID 03634cfb8bbe21c1c175dff18955c94cafb2c2ec # Parent 43c57179923163c9dd0b72e7373b255271dbf518 clean tag_table template. diff -r 43c571799231 -r 03634cfb8bbe web/hdabo/templates/partial/tag_table.html --- a/web/hdabo/templates/partial/tag_table.html Fri Jun 24 03:40:26 2011 +0200 +++ b/web/hdabo/templates/partial/tag_table.html Fri Jun 24 10:34:24 2011 +0200 @@ -1,6 +1,6 @@ {% block tag_table %} - + {% if ordered_tags %}{% endif %} {% if valid != "2" and ordered_tags %} {% endif %} @@ -10,9 +10,9 @@ - + {% if ordered_tags %}{% endif %} - + {% if ordered_tags %}{% endif %} {% if ordered_tags %} {# ordered_tags is a list of TaggedSheet #} {% for t in ordered_tags %} @@ -47,10 +47,6 @@ {# ds is a DataSheet #} {% for t in ds.tags.all %} - - {% if valid != "2" and ordered_tags %} - - {% endif %} {% comment %}{% endcomment %} @@ -62,16 +58,14 @@ {% endif %} - - - + {% endfor %} {% endif %}
##Lien W Lien D CatégorieSupprimer
le lien W
Supprimer
le lien W
AliasRetirer le tag de la liste
Retirer le tag de la liste
{{forloop.counter}}up{{t.id}} {{t.label}}{{t.original_label}} - {% if t.tag.dbpedia_uri and t.tag.dbpedia_uri != "" %} - + {% if t.dbpedia_uri and t.dbpedia_uri != "" %} + {% else %}   {% endif %} {% if t.category %}{{ t.category }}{% endif %}{{t.alias}}{{t.label}}
{% if t.alias %}{{ t.alias }}{% endif %}