fixing misplaced apostrophe
[koha_fer] / koha-tmpl / intranet-tmpl / prog / fr / modules / maint / catmaintain.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Maintenance du catalogue</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7
8 <div id="doc3" class="yui-t2">
9    
10    <div id="bd">
11         <div id="yui-main">
12         <div class="yui-b"><div class="yui-g">
13
14 <!-- TMPL_IF NAME="allsub-p" -->
15 <table>
16 <caption>Réponses</caption>
17 <!-- TMPL_LOOP NAME="loop" -->
18 <tr><td><a href="/cgi-bin/koha/maint/catmaintain.pl?type=allsub&amp;sub=<!-- TMPL_VAR NAME="sub" ESCAPE="URL" -->" onclick="messenger('/cgi-bin/koha/maint/catmaintain.pl?type=modsub&amp;sub=<!-- TMPL_VAR NAME="sub2" ESCAPE="URL" -->');window1.focus()"><!-- TMPL_VAR NAME="subject" ESCAPE="HTML" --></a></td></tr>
19 <!-- /TMPL_LOOP -->
20 </table>
21 <!-- /TMPL_IF -->
22
23
24 <!-- TMPL_IF NAME="modsub-p" -->
25 <form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
26 Cela changera la vedette-sujet dans toutes les notices où ce sujet est utilisé. <strong>tout</strong> Les notices dans lesquelles ce sujet est utilisé.
27 <table>
28 <caption>Mise à Jour générale vedette sujet</caption>
29 <tr><th scope="row"><label for="sub">Sujet : </label></th><td><input type="text" value="<!-- TMPL_VAR NAME="sub" ESCAPE="HTML" -->" name="sub" id="sub" size="40" /><input type="hidden" name="type" value="upsub" />
30 <input type="hidden" name="oldsub" value="<!-- TMPL_VAR NAME="sub" ESCAPE="HTML" -->" /></td></tr>
31 </table>
32 <input type="submit" value="Modifier">
33 </form>
34 <!-- /TMPL_IF -->
35
36
37 <!-- TMPL_IF NAME="upsub-p" -->
38 Modification réussie <!-- TMPL_VAR NAME="oldsub" ESCAPE="HTML" --> est maintenant <!-- TMPL_VAR NAME="sub" ESCAPE="HTML" -->
39 <!-- <![ IGNORE [
40 <p><a href="/cgi-bin/koha/maint/catmaintain.pl" onclick="window0.focus()">Back to catalogue maintenance</a><br />
41 <a href=nowhere onclick="self.close()">Close this window</a>
42 ]]> -->
43 <!-- /TMPL_IF -->
44
45
46 <!-- TMPL_IF NAME="undel-p" -->
47 <table>
48 <thead>
49 <tr><th>Titre</th><th>Auteur</th><th>Récupérer</th></tr>
50 <!-- TMPL_LOOP NAME="loop" -->
51 <tr>
52 <td><!-- TMPL_VAR NAME="title" ESCAPE="HTML" --></td>
53 <td><!-- TMPL_VAR NAME="author" ESCAPE="HTML" --></td>
54 <td><a href="/cgi-bin/koha/maint/catmaintain.pl?<!-- TMPL_VAR NAME="undelete" escape="url" -->">Récupérer</a></td>
55 </tr>
56 <!-- /TMPL_LOOP -->
57 </table>
58 <!-- /TMPL_IF -->
59
60
61 <!-- TMPL_IF NAME="finun-p" -->
62 <h3>Annulation de suppression réussie</h3>
63 <p><a href="/cgi-bin/koha/maint/catmaintain.pl">Retour à la mise à jour du catalogue</a></p>
64 <!-- /TMPL_IF -->
65
66
67 <!-- TMPL_IF NAME="fixitemtype-p" -->
68 <form method="post" action="/cgi-bin/koha/maint/catmaintain.pl">
69 <table>
70 <tr><th scope="row"><label for="itemtype">Type de document : </label></th><td><input type="hidden" name="bi" value="<!-- TMPL_VAR NAME="bi" ESCAPE="HTML">" />
71 <input type="hidden" name="type" value="updatetype" />
72 <input type="text" name="itemtype" id="itemtype" value="<!-- TMPL_VAR NAME="item" ESCAPE="HTML">" /></td></tr>
73 </table>
74 <input type="submit" value="Changer">
75 </form>
76 <!-- /TMPL_IF -->
77
78
79 <!-- TMPL_IF NAME="updatetype-p" -->
80 <h3>Mise à jour réussie</h3>
81 <p><a href="/cgi-bin/koha/maint/catmaintain.pl">Retour à la mise à jour du catalogue</a></p>
82 <!-- /TMPL_IF -->
83
84
85 <!-- TMPL_IF NAME="mainmenu-p" -->
86
87 <h1>Mise à jour du catalogue</h1>
88 <form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
89 <table>
90 <caption>Maintenance des sujets</caption>
91 <tr><th scope="row"><label for="sub">Voir tous les sujets commençant par :  </label></th><td><input type="text" name="sub" id="sub"><input type="hidden" name="type" value="allsub" /></td></tr>
92 </table>
93 <input type="submit" value="Voir">
94 </form>
95
96 <form action="/cgi-bin/koha/search.pl" method="post">
97 <table>
98 <caption>Maintenance des groupes</caption>
99 <tr><th scope="row"><label for="title">Voir tous les titres commençant par : </label></th><td><input type="hidden" name="type" value="catmain"><input type="text" name="title" id="title" /></td></tr>
100 <tr><th scope="row"><label for="item">Numéro de l'exemplaire : </label></th><td><input type="text" size="25" id="item" name="item" /></td></tr>
101 </table>
102 <input type="submit" value="Voir">
103 </form>
104
105 <form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
106 <table>
107 <caption>Récupérer notice</caption>
108 <tr><th scope="row"><label for="title">Voir tous les titres commençant par</label></th><td><input type="text" name="title" id="title" /><input type="hidden" name="type" value="undel" /></td></tr>
109 </table>
110 <input type="submit" value="Voir">
111 </form>
112
113 <!-- /TMPL_IF -->
114
115 </div>
116 </div>
117 </div>
118
119 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
120 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->