web/hdalab/templates/facettes.html
changeset 250 7c3f54ce68af
parent 235 b41f0b200940
child 253 1113c3874dd6
--- a/web/hdalab/templates/facettes.html	Thu Oct 04 12:25:12 2012 +0200
+++ b/web/hdalab/templates/facettes.html	Thu Oct 11 15:42:38 2012 +0200
@@ -28,6 +28,7 @@
             'filter': "{% url filter %}",
             'session_info': "{% url session_info %}",
             'countries': "{{STATIC_URL}}hdalab/lib/countries.geo.json",
+            'tag_search': "{% url tag_search %}"
         };
         ZeroClipboard.setMoviePath('{{STATIC_URL}}hdalab/lib/ZeroClipboard.swf');
         </script>
@@ -118,6 +119,19 @@
                 <div class="corpsbloc" id="tagcloud">
                 </div>
             </div>
+            <div class="bloc" id="bloc_taginfo">
+                <div class="barrebloc">
+                    <h2>{% trans "Rechercher un tag" %}</h2>
+                </div>
+                <div class="corpsbloc" id="taginfo">
+                    <form id="tagform">
+                        <input id="tagsearch" placeholder="{% trans "Rechercher un tag" %}" />
+                    </form>
+                    <div class="wpinfo">
+                        
+                    </div>
+                </div>
+            </div>
             <div class="bloc" id="bloc_translationinfo">
             {% trans "translation_info" %}
             </div>