[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Mon Dec 11 17:32:17 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/12/11 16:32:17

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/catalogue: results.tmpl 

Log message:
	correct some wrong links.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/results.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.18&r2=1.1.2.19

Patches:
Index: results.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/Attic/results.tmpl,v
retrieving revision 1.1.2.18
retrieving revision 1.1.2.19
diff -u -b -r1.1.2.18 -r1.1.2.19
--- results.tmpl	5 Dec 2006 15:07:16 -0000	1.1.2.18
+++ results.tmpl	11 Dec 2006 16:32:17 -0000	1.1.2.19
@@ -8,7 +8,7 @@
             <ul style="list-style: none;">
             <!-- TMPL_LOOP NAME="SPELL_SUGGEST" -->
             <li>
-                <a href="search.pl?q=<!-- TMPL_VAR NAME="spsuggestion" -->"><!-- TMPL_VAR NAME="spsuggestion" --></a>
+                <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="spsuggestion" -->"><!-- TMPL_VAR NAME="spsuggestion" --></a>
             </li>
             <!-- /TMPL_LOOP -->
             </ul>
@@ -23,13 +23,13 @@
             <p>
                 No results match your search for <span style="font-weight: bold;">&ldquo;<!-- TMPL_VAR NAME="searchdesc" -->&rdquo;</span> in <!-- TMPL_VAR NAME="LibraryName" --> Catalog.
             </p>
-            <a href="search.pl" title="New search">Perform a new search</a>
+            <a href="/cgi-bin/koha/catalogue/search.pl" title="New search">Perform a new search</a>
         <!-- TMPL_ELSE -->
             <h3> No result found !</h3>
             <p>
             You did not specify any search criteria.
             </p>
-            <a href="search.pl" title="New search">Perform a new search</a>
+            <a href="/cgi-bin/koha/catalogue/search.pl" title="New search">Perform a new search</a>
         <!-- /TMPL_IF -->
     <!-- /TMPL_IF -->
     
@@ -45,7 +45,7 @@
     <!-- TMPL_IF NAME="total" -->
         <!-- TMPL_IF NAME="scan" -->
             <h1>Scan Index:</h1>
-            <form action="search.pl" method="get">
+            <form action="/cgi-bin/koha/catalogue/search.pl" method="get">
             <table>
                 <tr>
                     <td>
@@ -76,7 +76,7 @@
             </table>
             </form>
     
-            <form action="search.pl" method="get">
+            <form action="/cgi-bin/koha/catalogue/search.pl" method="get">
             <table>
                 <tr>
                     <th>Term/Phrase</th>
@@ -85,7 +85,7 @@
                 <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
                     <tr<!-- TMPL_IF name="even" --> class="highlight"<!-- /TMPL_IF -->>
                         <td>
-                            <a href="search.pl?q=<!-- TMPL_VAR NAME="scan_use" escape="url" -->&quot;<!-- TMPL_VAR NAME="title" -->&quot;"><!-- TMPL_VAR NAME="title" --></a>
+                            <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="scan_use" escape="url" -->&quot;<!-- TMPL_VAR NAME="title" -->&quot;"><!-- TMPL_VAR NAME="title" --></a>
                         </td>
                         <td>
                             <!-- TMPL_VAR NAME="subtitle" -->
@@ -96,7 +96,7 @@
             </form>
         <!-- TMPL_ELSE -->
             
-            <form action="search.pl" method="get" name="myform" id="mainform">
+            <form action="/cgi-bin/koha/catalogue/search.pl" method="get" name="myform" id="mainform">
             
                 <!-- TMPL_IF NAME="searchdesc" -->
                     <input type="hidden" name="q" value="<!-- TMPL_VAR NAME="searchdesc" escape="html" -->" />
@@ -138,7 +138,7 @@
                         <!-- /TMPL_LOOP -->
                         <!-- TMPL_IF NAME="expandable" -->
                             <li class="showmore">
-                                <a href="/search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;expand=<!-- TMPL_VAR NAME="expand" -->#<!-- TMPL_VAR NAME="type_id" -->">
+                                <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;expand=<!-- TMPL_VAR NAME="expand" -->#<!-- TMPL_VAR NAME="type_id" -->">
                                     Show More
                                 </a>
                             </li>
@@ -206,7 +206,7 @@
                                 <!-- TMPL_ELSE -->
                                     <p>
                                         <!-- TMPL_IF NAME="author" -->
-                                            <a href="search.pl?q=au:<!-- TMPL_VAR NAME="author" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="author" --></a>
+                                            <a href="/cgi-bin/koha/catalogue/search.pl?q=au:<!-- TMPL_VAR NAME="author" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="author" --></a>
                                         <!-- TMPL_ELSE -->
                                             &nbsp;
                                         <!-- /TMPL_IF -->
@@ -264,7 +264,7 @@
             <div class="pages">
                 <!-- Row of numbers corresponding to search result pages -->
                 <!-- TMPL_IF NAME="previous_page_offset" -->
-                    <a class="nav" href="search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;offset=<!-- TMPL_VAR NAME="previous_page_offset" -->">
+                    <a class="nav" href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;offset=<!-- TMPL_VAR NAME="previous_page_offset" -->">
                         &lt;&lt; Previous
                     </a>
                 <!-- /TMPL_IF -->
@@ -272,13 +272,13 @@
                     <!-- TMPL_IF NAME="highlight" -->
                         <span class="current"><!-- TMPL_VAR NAME="pg" --></span>
                     <!-- TMPL_ELSE -->
-                        <a class="nav" href="search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;offset=<!-- TMPL_VAR NAME="offset" --><!-- TMPL_IF NAME="sort_by" -->&amp;sort_by=<!-- TMPL_VAR NAME="sort_by" --><!-- /TMPL_IF -->">
+                        <a class="nav" href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;offset=<!-- TMPL_VAR NAME="offset" --><!-- TMPL_IF NAME="sort_by" -->&amp;sort_by=<!-- TMPL_VAR NAME="sort_by" --><!-- /TMPL_IF -->">
                             <!-- TMPL_VAR NAME="pg" -->
                         </a>
                     <!-- /TMPL_IF -->
                 <!-- /TMPL_LOOP -->
                 <!-- TMPL_IF NAME="next_page_offset" -->
-                    <a class="nav" href="search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;offset=<!-- TMPL_VAR NAME="next_page_offset" -->">
+                    <a class="nav" href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;offset=<!-- TMPL_VAR NAME="next_page_offset" -->">
                         Next &gt;&gt;
                     </a>
                 <!-- /TMPL_IF -->





More information about the Koha-cvs mailing list