src/cm/templates/site/text_list.html
changeset 315 bf61a1b40eb5
parent 237 48c4d74c5cd9
child 438 fcc5e2f0befd
equal deleted inserted replaced
314:d22bd8a85f10 315:bf61a1b40eb5
    41     <li> / </li>
    41     <li> / </li>
    42     <li><a href="{% url text-create-upload %}">{% blocktrans %}Upload a text{% endblocktrans %}</a></li>
    42     <li><a href="{% url text-create-upload %}">{% blocktrans %}Upload a text{% endblocktrans %}</a></li>
    43     {% endif %}
    43     {% endif %}
    44 </ul>
    44 </ul>
    45 
    45 
       
    46 {% if tag_list %}
    46 <form id="filter_form" action="." method="get">
    47 <form id="filter_form" action="." method="get">
    47 <table summary="{% blocktrans %}People' list{% endblocktrans %}" class="large_table">
    48 <table class="large_table">
    48 	<tr>
    49 	<tr>
    49 		<td>
    50 		<td>
    50 		{% blocktrans %}Filter by tag:{% endblocktrans %} 
    51 		{% blocktrans %}Filter by tag:{% endblocktrans %} 
    51 		<select id="tag_selected" name="tag_selected">
    52 		<select id="tag_selected" name="tag_selected">
    52 		<option {% if not tag_selected %}selected="selected"{% endif %} value="0">- {% blocktrans %}All{% endblocktrans %} -</option>
    53 		<option {% if not tag_selected %}selected="selected"{% endif %} value="0">- {% blocktrans %}All{% endblocktrans %} -</option>
    58 		</td>
    59 		</td>
    59 		
    60 		
    60 	</tr>
    61 	</tr>
    61 </table>
    62 </table>
    62 </form>
    63 </form>
       
    64 {% endif %}
    63 
    65 
    64 <script type="text/javascript">
    66 <script type="text/javascript">
    65 <!--
    67 <!--
    66 $(function() {
    68 $(function() {
    67     $("#tag_selected").change(function () {
    69     $("#tag_selected").change(function () {