lkd-planet/DJAGEN/branches/mustafa_branch/djagen/templates/main/query.html

12 lines
399 B
HTML
Raw Normal View History

2010-07-06 19:25:42 +03:00
{% extends "main/base.html" %}
{% block body %}
<form action='{{ BASE_URL }}/archive ' method='GET'>
<b>Yazar<br> Adı:</b><input type="text" name="q_author_name">
ve/veya
<b>Soyadı:</b><input type="text" name="q_author_surname"><br>
veya<br>
<b>Aradığınız Metin:</b><input type="text" name="q_text">
<input type="submit" value="Listele">
</form>
{% endblock %}