From 7e7c28e189ccb26355e1504bf156768028435a58 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 7 May 2008 02:08:33 +0000 Subject: [PATCH] This is purely an early test interface at this point. Porting the static search interface to a dojo-ized version. Currently just duplicating the look/feel Need to plug in the actual search calls This will eventually work it's way back into search.html, but I'd like to keep that file around for comparison for now git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@9516 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../oils/default/acq/picklist/bib_search.html | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/picklist/bib_search.html diff --git a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/picklist/bib_search.html b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/picklist/bib_search.html new file mode 100644 index 0000000000..355b0dab5b --- /dev/null +++ b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/picklist/bib_search.html @@ -0,0 +1,68 @@ +# -*- coding: utf-8 -*- +<%inherit file='../base.html'/> +<%def name="page_title()">${_('Title Search')} + + +<%def name="block_content()"> + + + +
+
+
${_('Search Sources')}
+ +
+
+
${_('Search Fields')}
+
+
+
+
${_("Submit")}
+
+
+
+ + -- 2.11.0