fixing misplaced apostrophe
[koha_fer] / koha-tmpl / intranet-tmpl / prog / fr / modules / serials / serial-issues.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo;  Périodiques &rsaquo; Abonnement pour <!-- TMPL_VAR name="bibliotitle" --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="serials-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl"> Accueil </a> &rsaquo;<a href="/cgi-bin/koha/serials/serials-home.pl">Périodiques</a> &rsaquo; Informations d'abonnement pour <i><!-- TMPL_VAR name="bibliotitle" --></i></div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16
17 <h1>Etat de collection pour <i><!-- TMPL_VAR name="bibliotitle" --></i></h1>
18 <div id="action">
19     <a href="/cgi-bin/koha/serials/serials-home.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->">Abonnements</a> <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->">Retour à la notice</a> <a href="/cgi-bin/koha/serials/serial-issues.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->&amp;selectview=full">Vue complète</a>
20 </div>
21 <!-- TMPL_LOOP name="subscription_LOOP" -->
22     <div id="serials_serial_issue_<!-- TMPL_VAR name="subscriptionid" -->">
23     <h2>Récapitulatif de l'abonnement</h2>
24         <p>Il commence le <b><!-- TMPL_VAR name="histstartdate" --></b> et paraît tou(te)s les <b>
25         <!--TMPL_IF name="periodicity1" -->
26                 jour
27         <!-- /TMPL_IF -->
28         <!--TMPL_IF name="periodicity2" -->
29                 semaine
30         <!-- /TMPL_IF -->
31         <!--TMPL_IF name="periodicity3" -->
32                 2 semaines
33         <!-- /TMPL_IF -->
34         <!--TMPL_IF name="periodicity4" -->
35                 3 semaines
36         <!-- /TMPL_IF -->
37         <!--TMPL_IF name="periodicity5" -->
38                 mois
39         <!-- /TMPL_IF -->
40         <!--TMPL_IF name="periodicity6" -->
41                 2 mois
42         <!-- /TMPL_IF -->
43         <!--TMPL_IF name="periodicity7" -->
44                 3 mois
45         <!-- /TMPL_IF -->
46         <!--TMPL_IF name="periodicity8" -->
47                 trimestre
48         <!-- /TMPL_IF -->
49         <!--TMPL_IF name="periodicity9" -->
50                 2 trimestres
51         <!-- /TMPL_IF -->
52         <!--TMPL_IF name="periodicity10" -->
53                 année
54         <!-- /TMPL_IF -->
55         <!--TMPL_IF name="periodicity11" -->
56                 2 ans
57         <!-- /TMPL_IF -->
58         </b>
59         <!--TMPL_IF name="arrival1" -->
60             le <b>Lundi</b>
61         <!-- /TMPL_IF -->
62         <!--TMPL_IF name="arrival2" -->
63             le <b>Mardi</b>
64         <!-- /TMPL_IF -->
65         <!--TMPL_IF name="arrival3" -->
66             le <b>Mercredi</b>
67         <!-- /TMPL_IF -->
68         <!--TMPL_IF name="arrival4" -->
69             le <b>Jeudi</b>
70         <!-- /TMPL_IF -->
71         <!--TMPL_IF name="arrival5" -->
72             le <b>Vendredi</b>
73         <!-- /TMPL_IF -->
74         <!--TMPL_IF name="arrival6" -->
75             le <b>Samedi</b>
76         <!-- /TMPL_IF -->
77         <!--TMPL_IF name="arrival7" -->
78             le <b>Dimanche</b>
79         <!-- /TMPL_IF -->
80         pour <b>
81             <!-- TMPL_IF name="numberlength" --><!-- TMPL_VAR name="numberlength" --> numéros<!-- /TMPL_IF -->
82             <!-- TMPL_IF name="weeklength" --><!-- TMPL_VAR name="weeklength" --> semaines<!-- /TMPL_IF -->
83             <!-- TMPL_IF name="monthlength" --><!-- TMPL_VAR name="monthlength" --> mois<!-- /TMPL_IF -->
84             </b>
85         </p>
86         <p>Dernier renouvellement de l'abonnement le <b><!-- TMPl_VAR name="startdate" --></b></p>
87         <!-- TMPL_IF name="enddate" --><p><b>L'abonnement est terminé. Le dernier numéro a été reçu le <!-- TMPL_VAR name="enddate" --></b></p><!-- /TMPL_IF -->
88     <!--TMPL_UNLESS Name="fullinfo" -->
89         <p><!-- TMPL_VAR name="notes" --></p>
90         <!-- TMPL_IF name="opacnote" -->
91             <h2>Abrégé des n° parus</h2>
92             <p>
93                 <!-- TMPL_VAR name="opacnote" -->
94             </p>
95         <!-- /TMPL_IF -->
96         <!-- TMPL_IF name="recievedlist" -->
97             <h2>Numéros reçus : </h2>
98             <p>
99                 <!-- TMPL_VAR name="recievedlist" -->
100             </p>
101         <!-- /TMPL_IF -->
102         <!-- TMPL_IF name="missinglist" -->
103             <h2>Numéros manquants : </h2>
104             <p>
105                 <!-- TMPL_VAR name="missinglist" -->
106             </p>
107         <!-- /TMPL_IF -->
108     </div>
109     <!-- /TMPL_UNLESS -->
110 <!-- /TMPL_LOOP -->
111
112 </div>
113 </div>
114
115 <div class="yui-b">
116 <!-- TMPL_INCLUDE NAME="serials-menu.inc" -->
117 </div>
118 </div>
119 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->