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 +++++++++++----------------------------- templates/packages/signoffs.html | 2 +- 2 files changed, 25 insertions(+), 66 deletions(-) (limited to 'templates/packages') diff --git a/templates/packages/search.html b/templates/packages/search.html index f671c3a..a181801 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
+


diff --git a/templates/packages/signoffs.html b/templates/packages/signoffs.html index 55d534d..7db2927 100644 --- a/templates/packages/signoffs.html +++ b/templates/packages/signoffs.html @@ -1,5 +1,5 @@ -{% load package_extras %} {% extends "base.html" %} +{% load package_extras %} {% block title %}Arch Linux - Package Signoffs{% endblock %} {% block head %} -- cgit v1.2.3-24-g4f1b