Mercurial > public > sg101
comparison gpp/templates/search/search.html @ 312:88b2b9cb8c1f
Fixing #142; cut over to the django.contrib.staticfiles app.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 27 Jan 2011 02:56:10 +0000 |
parents | 879d39647064 |
children | 0c18dfb1da1c |
comparison
equal
deleted
inserted
replaced
311:b1c39788e511 | 312:88b2b9cb8c1f |
---|---|
1 {% extends 'base.html' %} | 1 {% extends 'base.html' %} |
2 {% load highlight %} | 2 {% load highlight %} |
3 {% block title %}Search{% endblock %} | 3 {% block title %}Search{% endblock %} |
4 {% block content %} | 4 {% block content %} |
5 <h2>Search <img src="{{ MEDIA_URL }}icons/magnifier.png" alt="Search" /></h2> | 5 <h2>Search <img src="{{ STATIC_URL }}icons/magnifier.png" alt="Search" /></h2> |
6 <form method="get" action="."> | 6 <form method="get" action="."> |
7 <table> | 7 <table> |
8 <tr> | 8 <tr> |
9 <td><input type="text" name="q" id="id_q" size="48" class="text" /></td> | 9 <td><input type="text" name="q" id="id_q" size="48" class="text" /></td> |
10 <td><input type="submit" value="Search" /></td> | 10 <td><input type="submit" value="Search" /></td> |