[Koha-cvs] koha/koha-tmpl/opac-tmpl/css/en opac-authoritie... [rel_2_2]

paul poulain paul at koha-fr.org
Thu Aug 3 16:44:38 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	paul poulain <tipaul>	06/08/03 14:44:38

Modified files:
	koha-tmpl/opac-tmpl/css/en: opac-authorities-home.tmpl 

Log message:
	synching authorities search form with intranet

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/css/en/opac-authorities-home.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: opac-authorities-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/Attic/opac-authorities-home.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- opac-authorities-home.tmpl	15 Mar 2006 10:43:14 -0000	1.1.2.1
+++ opac-authorities-home.tmpl	3 Aug 2006 14:44:38 -0000	1.1.2.2
@@ -19,27 +19,39 @@
 				</select>
 			</h2>
 			<p>
-				<label for="mainentry">Main entry</label>
-				<input type="hidden" name="marclist" value="mainentry">
-				<input type="hidden" name="and_or" value="and">
-				<input type="hidden" name="excluding" value="">
+                <label class="label100">Main entry ($a only)</label>
 				<select name="operator">
 					<option value="contains">contains</option>
 					<option value="start">start by</option>
 				</select>
-				<input type="text" id="mainentry" name="value" value="<!-- TMPL_VAR NAME="value" -->">
+                <input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
+                <input type="hidden" name="marclist" value="$a">
+                <input type="hidden" name="and_or" value="and">
+                <input type="hidden" name="excluding" value="">
 			</p>
 			<p>
-				<label for="anywhere">Anywhere</label>
-				<input type="hidden" name="marclist" value="">
+                <label class="label100">Main entry</label>
+                <select name="operator">
+                    <option value="contains">contains</option>
+                    <option value="start">start by</option>
+                </select>
+                <input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
+                <input type="hidden" name="marclist" value="mainentry">
 				<input type="hidden" name="and_or" value="and">
 				<input type="hidden" name="excluding" value="">
+            </p>
+            <p>
+                <label class="label100">Anywhere</label>
 				<select name="operator">
 					<option value="contains">contains</option>
 					<option value="start">start by</option>
 				</select>
-				<input type="text" id="anywhere" name="value" value="<!-- TMPL_VAR NAME="value" -->">
+                <input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
+                <input type="hidden" name="marclist" value="">
+                <input type="hidden" name="and_or" value="and">
+                <input type="hidden" name="excluding" value="">
 			</p>
+            <p>(add % at the end of your word if you want to use right-truncation : <b>theor%</b> will find theory &amp; theories)</p>
 			<p>
 				<input type="submit" value="Start search" class="submit">
 			</p>





More information about the Koha-cvs mailing list