mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-21 22:37:19 +01:00
[svn] Improve registration system.
Add jquery fade effects and quick search. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8334 by cucc @ 5/10/2009 5:23 AM
This commit is contained in:
@@ -14,13 +14,7 @@
|
||||
|
||||
<h3>All caves</h3>
|
||||
|
||||
<form method="get">
|
||||
<div>
|
||||
<input type="text" value="" name="q" id="q" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<ul id="posts">
|
||||
<ul class="searchable">
|
||||
{% for cave in caves %}
|
||||
<li> <a href="{{ cave.get_absolute_url }}">{{cave.official_name|wiki_to_html_short}} ({{cave}})</a> </li>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user