From 0b96068803b81ea79baaea11b1b29450596c019c Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Tue, 7 Oct 2008 13:15:59 -0400 Subject: replace package search with a nonfunctional newform --- templates/packages/search.html | 89 ++++++++++++------------------------------ 1 file changed, 24 insertions(+), 65 deletions(-) (limited to 'templates/packages/search.html') diff --git a/templates/packages/search.html b/templates/packages/search.html index f671c3ae..a181801b 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -1,76 +1,35 @@ -{% load package_extras %} {% extends "base.html" %} +{% load package_extras %} {% block title %}Arch Linux - Package Search{% endblock %} {% block head %} - - + + +{{search_form.media}} {% endblock %} {% block content %}

Search Criteria

- {% if errors %} - {% print_errors errors %} - {% endif %} -
-
- - - - - - - - - - - -
ArchRepositoryKeywordsMaintainerLast UpdatePer Page
- - - - - - - - - - - - - -
+ + + + + + + + + + + + {% td_input search_form.arch %} + {% td_input search_form.repo %} + {% td_input search_form.keywords %} + {% td_input search_form.maintainer%} + {% td_input search_form.last_update %} + {% td_input search_form.limit %} + +
ArchRepositoryKeywordsMaintainerLast UpdatePer Page
+


-- cgit v1.2.3-54-g00ecf