Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/mauRepo/MolesManager/trunk/src/MolesManager/static/templates/cedaSearchResults.html@8290
Revision 8290,
573 bytes
checked in by jhorton, 9 years ago
(diff) |
added description for cedaSearch
|
Line | |
---|
1 | {% extends "base.html" %} |
---|
2 | {% block extra_head %} |
---|
3 | |
---|
4 | {% endblock %} |
---|
5 | |
---|
6 | {% block title %} CEDA Search Results {% endblock %} |
---|
7 | |
---|
8 | {% block main %} |
---|
9 | <div class="grid_12"> |
---|
10 | <h5>Search Results</h5> |
---|
11 | </div> <!-- End of div stuff --> |
---|
12 | <div class="grid_12 claro fillWhite"> |
---|
13 | |
---|
14 | {% csrf_token %} |
---|
15 | <div id="searchResults"> |
---|
16 | <ol> |
---|
17 | {% for location, id in searchResults %} |
---|
18 | <li><a href="{{ location }}">{{ id }}</a></li> |
---|
19 | {% endfor %} |
---|
20 | </ol> |
---|
21 | </div> <!-- End of div myForm --> |
---|
22 | </div> <!-- End of div claro --> |
---|
23 | |
---|
24 | <div class="corner-content-1col-bottom"></div> |
---|
25 | |
---|
26 | {% endblock %} |
---|
Note: See
TracBrowser
for help on using the repository browser.