removing a lot of useless files in misc
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / serials / serial-issues.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Périodiques</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4
5 <!-- TMPL_INCLUDE NAME="menus.inc" -->
6 <!--TMPL_INCLUDE NAME="menu-serials.inc" -->
7
8 <h1>Etat de collection pour <!-- TMPL_VAR name="bibliotitle" --></h1>
9 <div id="action">
10     <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" -->&selectview=full">Vue complète</a>
11     </form>
12 </div>
13 <!-- TMPL_LOOP name="subscription_LOOP" -->
14     <div id="serials_serial_issue_<!-- TMPL_VAR name="subscriptionid" -->">
15     <h2>Récapitulatif de l'abonnement</h2>
16         <p>Il commence le <b><!-- TMPL_VAR name="histstartdate" --></b> et paraît tou(te)s les <b>
17         <!--TMPL_IF name="periodicity1" -->
18                 jour
19         <!-- /TMPL_IF -->
20         <!--TMPL_IF name="periodicity2" -->
21                 semaine
22         <!-- /TMPL_IF -->
23         <!--TMPL_IF name="periodicity3" -->
24                 2 semaines
25         <!-- /TMPL_IF -->
26         <!--TMPL_IF name="periodicity4" -->
27                 3 semaines
28         <!-- /TMPL_IF -->
29         <!--TMPL_IF name="periodicity5" -->
30                 mois
31         <!-- /TMPL_IF -->
32         <!--TMPL_IF name="periodicity6" -->
33                 2 mois
34         <!-- /TMPL_IF -->
35         <!--TMPL_IF name="periodicity7" -->
36                 3 mois
37         <!-- /TMPL_IF -->
38         <!--TMPL_IF name="periodicity8" -->
39                 trimestre
40         <!-- /TMPL_IF -->
41         <!--TMPL_IF name="periodicity9" -->
42                 2 trimestres
43         <!-- /TMPL_IF -->
44         <!--TMPL_IF name="periodicity10" -->
45                 année
46         <!-- /TMPL_IF -->
47         <!--TMPL_IF name="periodicity11" -->
48                 2 ans
49         <!-- /TMPL_IF -->
50         </b>
51         <!--TMPL_IF name="arrival1" -->
52             le <b>lundi</b>
53         <!-- /TMPL_IF -->
54         <!--TMPL_IF name="arrival2" -->
55             le <b>mardi</b>
56         <!-- /TMPL_IF -->
57         <!--TMPL_IF name="arrival3" -->
58             le <b>mercredi</b>
59         <!-- /TMPL_IF -->
60         <!--TMPL_IF name="arrival4" -->
61             le <b>jeudi</b>
62         <!-- /TMPL_IF -->
63         <!--TMPL_IF name="arrival5" -->
64             le <b>vendredi</b>
65         <!-- /TMPL_IF -->
66         <!--TMPL_IF name="arrival6" -->
67             le <b>samedi</b>
68         <!-- /TMPL_IF -->
69         <!--TMPL_IF name="arrival7" -->
70             le <b>dimanche</b>
71         <!-- /TMPL_IF -->
72         pour <b>
73             <!-- TMPL_IF name="numberlength" --><!-- TMPL_VAR name="numberlength" --> numéros<!-- /TMPL_IF -->
74             <!-- TMPL_IF name="weeklength" --><!-- TMPL_VAR name="weeklength" --> semaines<!-- /TMPL_IF -->
75             <!-- TMPL_IF name="monthlength" --><!-- TMPL_VAR name="monthlength" --> mois<!-- /TMPL_IF -->
76             </b>
77         </p>
78         <p>Dernier renouvellement de l'abonnement le <b><!-- TMPl_VAR name="startdate" --></b></p>
79         <!-- 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 -->
80     <!--TMPL_UNLESS Name=fullinfo -->
81         <p><!-- TMPL_VAR name="notes" --></p>
82         <!-- TMPL_IF name="opacnote" -->
83             <h2>Abrégé des n° parus</h2>
84             <p>
85                 <!-- TMPL_VAR name="opacnote" -->
86             </p>
87         <!-- /TMPL_IF -->
88         <!-- TMPL_IF name="recievedlist" -->
89             <h2>Numéros reçus : </h2>
90             <p>
91                 <!-- TMPL_VAR name="recievedlist" -->
92             </p>
93         <!-- /TMPL_IF -->
94         <!-- TMPL_IF name="missinglist" -->
95             <h2>Numéros manquants : </h2>
96             <p>
97                 <!-- TMPL_VAR name="missinglist" -->
98             </p>
99         <!-- /TMPL_IF -->
100     </div>
101     <!-- /TMPL_UNLESS -->
102 <!-- /TMPL_LOOP -->
103 </div>
104 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->