[open-ils-commits] [GIT] Evergreen ILS branch master updated. aa4b09bbf6c33991f9dcac15a664b3ae1cb90840
Evergreen Git
git at git.evergreen-ils.org
Tue Dec 20 12:04:40 EST 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via aa4b09bbf6c33991f9dcac15a664b3ae1cb90840 (commit)
from a04e725a3d98bd242328c0e305a5ac657b2a2e3e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit aa4b09bbf6c33991f9dcac15a664b3ae1cb90840
Author: Dan Scott <dscott at laurentian.ca>
Date: Tue Dec 20 11:42:17 2011 -0500
Remove top-level templates_custom directory
This top-level directory and version of advanced.tt2 slipped into commit
c9cdea869b5 and was noticed by Bill Erickson. It should not be here.
Send it into oblivion.
Signed-off-by: Dan Scott <dscott at laurentian.ca>
Signed-off-by: Bill Erickson <berick at esilibrary.com>
diff --git a/templates_custom/opac/advanced.tt2 b/templates_custom/opac/advanced.tt2
deleted file mode 100644
index 7114390..0000000
--- a/templates_custom/opac/advanced.tt2
+++ /dev/null
@@ -1,41 +0,0 @@
-[%- PROCESS "opac/parts/header.tt2";
- WRAPPER "opac/parts/base.tt2";
- INCLUDE "opac/parts/topnav.tt2";
- ctx.page_title = l("Advanced Search");
- pane = CGI.param("pane") || "advanced";
- loc = CGI.param("loc");
--%]
- <div id="search-wrapper">
- <div>
- <span class="search_catalog_lbl">[% l('Search the Catalog') %]</span>
- <a href="[% mkurl(ctx.opac_root _ '/home') %]"
- id="home_adv_search_link"><span
- class="adv_search_font">[% l('Basic Search') %]</span></a>
- </div>
-
-
- <div id="adv_search_parent">
-
- <div id="adv_search_tabs">
-
- <a href="?pane=advanced[% IF loc %];loc=[% loc %][% END %]" [% IF pane == 'advanced' %]class="on" [% END %]id="adv_search">[% l('Advanced Search') %]</a>
- <a href="?pane=numeric[% IF loc %];loc=[% loc %][% END %]" [% IF pane == 'numeric' %]class="on" [% END %]id="num_search">[% l('Numeric Search') %]</a>
- <a href="?pane=expert[% IF loc %];loc=[% loc %][% END %]" [% IF pane == 'expert' %]class="on" [% END %]id="expert_search">[% l('Expert Search') %]</a>
- </div>
- </div>
- </div>
- <div id="content-wrapper">
- <div id="main-content">
- <div class="advanced_div">
- [% IF pane == 'advanced' %]
- [% INCLUDE "opac/parts/advanced/search.tt2" %]
- [% ELSIF pane == 'numeric' %]
- [% INCLUDE "opac/parts/advanced/numeric.tt2" %]
- [% ELSIF pane == 'expert' %]
- [% INCLUDE "opac/parts/advanced/expert.tt2" %]
- [% END %]
- </div>
- <div class="common-full-pad"></div>
- </div>
- </div>
-[% END %]
-----------------------------------------------------------------------
Summary of changes:
templates_custom/opac/advanced.tt2 | 41 ------------------------------------
1 files changed, 0 insertions(+), 41 deletions(-)
delete mode 100644 templates_custom/opac/advanced.tt2
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list