/templates/search.html

http://radioappz.googlecode.com/ · HTML · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · e3d168a7ba4ce78d9e73432c3a761f87 MD5 · raw file

  1. {% include 'header.html' %}
  2. <form action="/" name="search" method="post">
  3. artist: <input id="srch" type="text" name="text" size="30">
  4. <input type="submit" value="search">
  5. </form>
  6. <hr>
  7. {% include 'footer.html' %}