~pecisk-gmail/wordy/wordy-redux

« back to all changes in this revision

Viewing changes to wordy_user/templates/searchResults_dict.html

  • Committer: Pēteris Krišjānis
  • Date: 2009-12-04 19:06:35 UTC
  • mfrom: (80.1.2 wordy)
  • Revision ID: peteris@peteris-majas-20091204190635-h5y1ctyrgbtf8bj3
Apvienojums no Viestura.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
            <li>
21
21
                {% if user.is_staff %}<input type="checkbox" name="concept{{conceptData.concept.id}}_selected" class = "selectedCheckbox" />{% endif %}
22
22
                {% if conceptData.description.title %}{{ conceptData.description.title }} - {% endif %}
23
 
                {% for binding in conceptData.bindings %}{% if forloop.first %}{% else %}, {%endif%}<a class="dictViewLink" href = "{% url wordDetails binding.word.id %}">{{binding.word.word}}</a>{% endfor %}
24
 
 
 
23
                {% for binding in conceptData.bindings %}{% if forloop.first %}{% else %}, {%endif%}<a
 
24
                {% if binding.usageList %} class="dictViewLink" {% else %} class="grayed-item" {% endif%}
 
25
                href = "{% url wordDetails binding.word.id %}">{{binding.word.word}}</a>{% endfor %}
25
26
                {% if conceptData.tags %}
26
27
                    <small>Birkas:
27
28
                    {% for tag in conceptData.tags %}{% if forloop.first %}{% else %}, {% endif %}<a href="{% url tagDetails tag.id 0 %}">{{ tag.name }}</a>{% endfor %}