/templates/search.html
http://radioappz.googlecode.com/ · HTML · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · e3d168a7ba4ce78d9e73432c3a761f87 MD5 · raw file
- {% include 'header.html' %}
- <form action="/" name="search" method="post">
- artist: <input id="srch" type="text" name="text" size="30">
- <input type="submit" value="search">
- </form>
- <hr>
- {% include 'footer.html' %}