updating french translation
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / modules / serials / routing.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 <script language="javascript" type="text/javascript">
9 <!--
10
11 function reorder_item(sid,rid,rank){
12     var mylocation = 'reorder_members.pl?subscriptionid='+sid+'&routingid='+rid+'&rank='+rank;
13     window.location.href=mylocation; 
14 }
15 //-->
16 </script>
17
18 <div id="mainbloc">
19 <!-- TMPL_IF NAME="op" -->
20 <h1>Créer une liste de circulation</h1>
21 <!-- TMPL_ELSE -->
22 <h1>Modifier la liste de circulation</h1>
23 <!-- /TMPL_IF -->
24
25 <form method="post" action="routing.pl">
26 <input type="hidden" name="op" value="save" />
27 <input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR NAME="subscriptionid" -->" />
28 <p><b>Titre de périodique : </b> <!-- TMPL_VAR NAME="title" --></p>
29 <p><b>Numéro : </b> 
30
31 <select name="date_selected">
32 <!-- TMPL_LOOP NAME="dates" -->
33 <option value="<!-- TMPL_VAR NAME="serialseq" --> (<!-- TMPL_VAR NAME="planneddate" -->)" <!-- TMPL_IF NAME="selected" --> selected="SELECTED" <!-- /TMPL_IF -->><!-- TMPL_VAR NAME="serialseq" --> (<!-- TMPL_VAR NAME="planneddate" -->)</option>
34 <!-- /TMPL_LOOP -->
35 </select>
36
37
38 <!-- TMPL_VAR NAME="issue" --></p>
39
40 <!-- TMPL_IF NAME="memberloop" -->
41 <table border="0" cellspacing="0" cellpadding="0">
42 <tr valign="top"><td style="padding-top:5px;"><b>Inscrit à la liste : </b>&nbsp;</td>
43     <td><table cellspacing="0" cellpadding="0" border="0" class="collapse">
44         <tr><td class="cell-header">Nom</td>
45             <td class="cell-header">Localisation</td>
46             <td class="cell-header">Rang</td>
47             <td class="cell-header">Supprimer</td></tr>
48 <!-- TMPL_LOOP NAME="memberloop" -->
49         <tr><td class="cell"><!-- TMPL_VAR NAME="name" --></td>
50             <td class="cell"><!-- TMPL_VAR NAME="location" --></td>
51             <td class="cell"><!-- TMPL_VAR NAME="routingbox" --></td>
52             <td class="cell"><a href="/cgi-bin/koha/serials/routing.pl?routingid=<!-- TMPL_VAR NAME="routingid" -->&amp;subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->&amp;op=delete">Supprimer</a></td></tr>
53 <!-- /TMPL_LOOP -->
54         <tr><td colspan="4"><br /><a onclick="search_member(<!-- TMPL_VAR
55 NAME="subscriptionid" -->); return false"
56 href="/cgi-bin/koha/serials/member-search.pl?subscriptionid=<!-- TMPL_VAR
57 NAME="subscriptionid" -->" class="button">Ajouter un membre à la liste</a> &nbsp; <a
58 href="/cgi-bin/koha/serials/routing.pl?subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->&amp;op=delete" class="button">Tout supprimer</a></td></tr>
59         </table></td></tr>
60
61 <!-- TMPL_ELSE -->
62 <table border="0" cellspacing="0" cellpadding="0">
63 <tr><td><b>Liste des inscrits : &nbsp;</b></td>
64     <td><p><a onclick="search_member(<!-- TMPL_VAR NAME="subscriptionid"
65 -->); return false" href="/cgi-bin/koha/serials/member-search.pl?subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->" class="button">Ajouter un membre à la liste</a></p></td></tr>
66 <!-- /TMPL_IF -->
67 <tr><td valign="top" colspan="2">&nbsp;</td></tr>
68 <tr><td valign="top"><b>Notes : </b></td>
69     <td><textarea name="notes" rows="3" cols="50"><!-- TMPL_VAR NAME="routingnotes" --></textarea></td></tr>
70 <tr><td></td>
71     <td><input type="submit" name="submit" class="button" value="Valider"></td></tr>
72 </table>
73 </form>
74 </div>
75 <script type="text/javascript">
76 <!--
77
78 function search_member(subscriptionid){
79     var myurl = 'member-search.pl?subscriptionid='+subscriptionid; window.open(myurl,'FindAMember','width=500,height=400,toolbar=no,scrollbars=yes');
80 }
81 //-->
82 </script>
83 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->