french translation
[koha.git] / koha-tmpl / opac-tmpl / prog / fr / opac-tags_subject.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Catalogue <!-- TMPL_VAR NAME="LibraryNameTitle" --> -- ISBD
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3
4 <!--TMPL_INCLUDE NAME="masthead.inc" -->
5 <!--TMPL_INCLUDE NAME="navigation.inc" -->
6
7     <h1>Nuage de sujets</h1>
8     <p>Cet "nuage" vous montre les sujets les plus utilisés dans notre catalogue. Cliquez sur l'un d'entre eux pour voir les documents qui y sont attachés.</p>
9     <div id="action">
10         <fieldset>
11         <legend>Montrer</legend>
12         <form>
13             <p>jusqu'à <input type="text" name="number" value="<!-- TMPL_VAR name="number" -->" size="4" maxlength="4"/> sujets <input type="submit" value="OUI"></p>
14         </form>
15         </fieldset>
16     </div>
17         <!-- TMPL_LOOP name="LOOP" -->
18             <a href="/cgi-bin/koha/opac-search.pl?q=su:<!-- TMPL_VAR name="entry" ESCAPE="HTML" -->" style="font-size:<!-- TMPL_VAR name="weight" -->px;"><!-- TMPL_VAR name="entry" --></a>
19         <!-- /TMPL_LOOP -->
20 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->