Bug 15373: Changing Zip to ZIP on OPAC and Intranet
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / budgets-admin-search.inc
index 050699b..86d9b92 100644 (file)
-
+<div class="gradient">
 <h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Fund Admin Resident Search Box -->
-[% IF ( CAN_user_circulate ) %][% IF ( CircAutocompl ) %]<script type="text/javascript">
-//<![CDATA[
-YAHOO.util.Event.onContentReady("header_search", function() {
-    new function() {
-        // Define a custom formatter function
-        this.fnCustomFormatter = function(oResultItem, sQuery) {
-            var name        = oResultItem[0];
-            var cardnumber  = oResultItem[1];
-            var address     = oResultItem[2];
-            var city        = oResultItem[3];
-            var zip         = oResultItem[4];
-            var aMarkup = [
-                "<div class=\"sample-result\">",
-                name,
-                " (",
-                cardnumber,
-                ")<small> -- ",
-                address,
-                ", ",
-                city,
-                "</small>",
-                "</div>"];
-            return (aMarkup.join(""));
-        };
 
-        // Instantiate one XHR DataSource and define schema as an array:
-        //     ["Record Delimiter",
-        //     "Field Delimiter"]
-        this.oACDS = new YAHOO.widget.DS_XHR("/cgi-bin/koha/circ/ysearch.pl", ["\n", "\t"]);
-        this.oACDS.responseType = YAHOO.widget.DS_XHR.TYPE_FLAT;
-        this.oACDS.maxCacheEntries = 60;
-        this.oACDS.queryMatchSubset = true;
-    
-        // Instantiate first AutoComplete
-        var myInput = document.getElementById('findborrower');
-        var myContainer = document.getElementById('yborrowercontainer');
-        this.oAutoComp = new YAHOO.widget.AutoComplete(myInput,myContainer,this.oACDS);
-        //this.oAutoComp.delimChar = ";";
-        //this.oAutoComp.queryDelay = 1;
-        this.oAutoComp.formatResult = this.fnCustomFormatter;
-}
-});
- //]]>
- </script>  [% END %][% END %]
 <div id="header_search">
-       <div id="budgets_search" class="residentsearch">
-       <p class="tip">Search Budgets:</p>
-
-       <form action="/cgi-bin/koha/admin/aqbudgets.pl" method="post">
-
-
-
-      <label for="filter_budgetname">Name: </label><input type="text" name="filter_budgetname" id="filter_budgetname" size="20" value="[% filter_budgetname %]" />
-
-
-      <label for="filter_budgetbranch">Library: </label>
-
-       <select name="filter_budgetbranch" id="filter_budgetbranch" style="width:10em;">
-
-        <option value=""></option>
-            [% FOREACH branchloo IN branchloop %]
-                [% IF ( branchloo.selected ) %]
-                <option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option>
-                [% ELSE %]
-                <option value="[% branchloo.value %]" >[% branchloo.branchname %]</option>
-                [% END %]
-            [% END %]     
-       </select>         
-
-      <input type="hidden"  name="budget_period_id" value="[% budget_period_id %]" /> 
-      <input type="submit" class="submit" name="filter" value="Submit" />
-</form>
-
-       </div>
-       [% IF ( CAN_user_circulate ) %]
-       <div id="circ_search" class="residentsearch" style="display:none;">
-       <p class="tip">Enter patron card number or partial name:</p>
-    <form action="/cgi-bin/koha/circ/circulation.pl" method="post">
-    [% IF ( CircAutocompl ) %]
-    <div class="autocomplete">
-            <div id="borrowerautocomplete" class="autocomplete">
-                <input autocomplete="off" id="findborrower" name="findborrower" class="focus" type="text" />
-                <div id="yborrowercontainer"></div>
-                <input id="ysearchsubmit" type="submit" class="submit" value="Submit" />
-                <input name="branch" value="[% branch %]" type="hidden" />
-                <input name="printer" value="" type="hidden" />
-            </div>
-        </div>
-       [% ELSE %]
-            <input id="findborrower" name="findborrower" size="40" class="focus" type="text" />
-            <input name="branch" value="[% branch %]" type="hidden" />
-            <input name="printer" value="" type="hidden" />
-            <input value="Submit" class="submit" type="submit" />
-       [% END %]
-    </form>
-       </div>  
-       [% END %]
-       
-       [% IF ( CAN_user_catalogue ) %]
-       <div id="catalog_search" class="residentsearch" style="display:none;">
-       <p class="tip">Enter search keywords:</p>
-               <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
-                        <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="form-text" />
-                               <input type="submit" value="Submit"  class="submit" />
-               </form>
-       </div>[% END %]
-                       <ul>
-                       <li><a href="/cgi-bin/koha/admin/aqbudgets.pl#budgets_search">Search Budgets</a></li>
-                       [% IF ( CAN_user_circulate ) %]<li><a href="/cgi-bin/koha/circ/circulation.pl#circ_search">Check Out</a></li>[% END %]
-                       [% IF ( CAN_user_catalogue ) %]<li><a href="/cgi-bin/koha/catalogue/search.pl#catalog_search">Search the Catalog</a></li>[% END %]
-                       </ul>   
+    <div id="budgets_search" class="residentsearch">
+        <p class="tip">Search funds:</p>
+        <form action="/cgi-bin/koha/admin/aqbudgets.pl" method="post">
+            <label for="filter_budgetname">Fund code: </label><input class="query" type="text" name="filter_budgetname" id="filter_budgetname" size="20" value="[% filter_budgetname %]" />
+            <label for="filter_budgetbranch">Library: </label>
+            <select name="filter_budgetbranch" id="filter_budgetbranch" style="width:10em;">
+                <option value=""></option>
+                    [% FOREACH branchloo IN branchloop %]
+                        [% IF ( branchloo.selected ) %]
+                        <option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option>
+                        [% ELSE %]
+                        <option value="[% branchloo.value %]" >[% branchloo.branchname %]</option>
+                        [% END %]
+                    [% END %]
+            </select>
+          <input type="hidden"  name="budget_period_id" value="[% budget_period_id %]" />
+          <input type="submit" class="submit" name="filter" value="Submit" />
+        </form>
+    </div>
+
+[% INCLUDE 'patron-search-box.inc' %]
+
+    [% IF ( CAN_user_catalogue ) %]
+    <div id="catalog_search" class="residentsearch">
+    <p class="tip">Enter search keywords:</p>
+        <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
+             <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="query form-text" />
+                <input type="submit" value="Submit"  class="submit" />
+        </form>
+    </div>[% END %]
+            <ul>
+            <li><a onclick="keep_text(0)" href="#budgets_search">Search funds</a></li>
+            [% IF ( CAN_user_circulate ) %]<li><a onclick="keep_text(1)" href="#circ_search">Check out</a></li>[% END %]
+            [% IF ( CAN_user_catalogue ) %]<li><a onclick="keep_text(2)" href="#catalog_search">Search the catalog</a></li>[% END %]
+            </ul>
+</div>
 </div>
 <!-- End Suggestions Resident Search Box -->