Skip to content
Snippets Groups Projects

Místa: hledání a další drobná vylepšení

Merged Martin Mareš requested to merge mj/places into devel
9 files
+ 249
103
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -80,17 +80,15 @@
@@ -80,17 +80,15 @@
{% endif %}
{% endif %}
<h3>Rychlé hledání</h3>
<form method=GET action="" class='form form-inline' role=form>
<input class='form-control' name=place placeholder='Kód místa'></input>
<input class='btn btn-primary' type="submit" value='Vyhledat'>
</form>
{% if g.user.is_admin %}
{% if g.user.is_admin %}
 
 
<h3>Univerzální hledátko</h3>
 
<form method=GET action="" class='form form-inline' role=form>
<form method=GET action="" class='form form-inline' role=form>
<input class='form-control' name=uid placeholder='ID uživatele'></input>
<input class='form-control' name=search placeholder='cID pID rID uID' autofocus></input>
<input class='btn btn-primary' type="submit" value='Vyhledat'>
<input class='btn btn-primary' type="submit" value='Vyhledat'>
</form>
</form>
 
{% endif %}
{% endif %}
{% endblock %}
{% endblock %}
Loading