Koha/koha-tmpl/opac-tmpl/prog/fr/opac-authorities-home.tmpl
2007-07-02 09:15:40 +00:00

69 lines
3.3 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> -- Catalogue de la bibliothèque
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<!--TMPL_INCLUDE NAME="masthead.inc" -->
<!--TMPL_INCLUDE NAME="navigation.inc" -->
<h1>Recherche autorité</h1>
<div id="bloc60">
<form name="f" action="/cgi-bin/koha/opac-authorities-home.pl" method="post">
<input type="hidden" name="op" value="do_search">
<input type="hidden" name="type" value="opac">
<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->">
<div class="details">
<h2>Rechercher
<select name="authtypecode">
<!-- TMPL_LOOP NAME="authtypesloop" -->
<!-- TMPL_IF name="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="authtypetext" --></option>
<!-- TMPL_ELSE --><option value="<!-- TMPL_VAR NAME="value" -->"> <!-- TMPL_VAR NAME="authtypetext" --></option>
<!-- /TMPL_IF -->
<!-- /TMPL_LOOP -->
</select>
</h2>
<p>
<label class="label100">Entrée principale (seulement $a)</label>
<select name="operator">
<option value="contains">contient</option>
<option value="start">commence par</option>
<option value="is">est exactement</option>
</select>
<input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
<input type="hidden" name="marclist" value="mainmainentry">
<input type="hidden" name="and_or" value="and">
<input type="hidden" name="excluding" value="">
</p>
<p>
<label class="label100">Entrée principale</label>
<select name="operator">
<option value="contains">contient</option>
<option value="start">commence par</option>
<option value="is">est exactement</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">Partout</label>
<select name="operator">
<option value="contains">contient</option>
<option value="start">commence par</option>
<option value="is">est exactement</option>
</select>
<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>(Ajouter % à la fin du mot si vous souhaitez utiliser une troncature droite : <b>théor%</b> renverra à théorie & théorique)</p>
<p>
<input type="submit" value="OUI" class="submit">
</p>
</div>
</form>
</div>
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->