removing a lot of useless files in misc
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / 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
5 <!-- TMPL_IF NAME=allsub-p -->
6 <table>
7 <caption>Réponses</caption>
8 <!-- TMPL_LOOP NAME="loop" -->
9 <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>
10 <!-- /TMPL_LOOP -->
11 </table>
12 <!-- /TMPL_IF -->
13
14
15 <!-- TMPL_IF NAME=modsub-p -->
16 <form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
17 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é.
18 <table>
19 <caption>Mise à Jour générale vedette sujet</caption>
20 <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" />
21 <input type="hidden" name="oldsub" value="<!-- TMPL_VAR NAME="sub" escape=html -->" /></td></tr>
22 </table>
23 <input type="submit" value="Modifier">
24 </form>
25 <!-- /TMPL_IF -->
26
27
28 <!-- TMPL_IF NAME=upsub-p -->
29 Modification réussie <!-- TMPL_VAR NAME="oldsub" escape=html --> est maintenant <!-- TMPL_VAR NAME="sub" escape=html -->
30 <!-- <![ IGNORE [
31 <p><a href="/cgi-bin/koha/maint/catmaintain.pl" onclick="window0.focus()">Back to catalogue maintenance</a><br>
32 <a href=nowhere onclick="self.close()">Close this window</a>
33 ]]> -->
34 <!-- /TMPL_IF -->
35
36
37 <!-- TMPL_IF NAME=undel-p -->
38 <table>
39 <thead>
40 <tr><th>Titre</th><th>Auteur</th><th>Récupérer</th></tr>
41 <!-- TMPL_LOOP NAME="loop" -->
42 <tr>
43 <td><!-- TMPL_VAR NAME="title" escape=html --></td>
44 <td><!-- TMPL_VAR NAME="author" escape=html --></td>
45 <td><a href="/cgi-bin/koha/maint/catmaintain.pl?<!-- TMPL_VAR NAME="undelete" escape="url" -->">Récupérer</a></td>
46 </tr>
47 <!-- /TMPL_LOOP -->
48 </table>
49 <!-- /TMPL_IF -->
50
51
52 <!-- TMPL_IF NAME=finun-p -->
53 <h3>Annulation de suppression réussie</h3>
54 <p><a href="/cgi-bin/koha/maint/catmaintain.pl">Retour à la mise à jour du catalogue</a></p>
55 <!-- /TMPL_IF -->
56
57
58 <!-- TMPL_IF NAME=fixitemtype-p -->
59 <form method="post" action="/cgi-bin/koha/maint/catmaintain.pl">
60 <table>
61 <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>" />
62 <input type="hidden" name="type" value="updatetype" />
63 <input type="text" name="itemtype" id="itemtype" value="<!-- TMPL_VAR NAME="item" escape=html>" /></td></tr>
64 </table>
65 <input type="submit" value="Changer">
66 </form>
67 <!-- /TMPL_IF -->
68
69
70 <!-- TMPL_IF NAME=updatetype-p -->
71 <h3>Mise à jour réussie</h3>
72 <p><a href="/cgi-bin/koha/maint/catmaintain.pl">Retour à la mise à jour du catalogue</a></p>
73 <!-- /TMPL_IF -->
74
75
76 <!-- TMPL_IF NAME=mainmenu-p -->
77
78 <h1>Mise à jour du catalogue</h1>
79 <form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
80 <table>
81 <caption>Maintenance des sujets</caption>
82 <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>
83 </table>
84 <input type="submit" value="Voir">
85 </form>
86
87 <form action="/cgi-bin/koha/search.pl" method="post">
88 <table>
89 <caption>Maintenance des groupes</caption>
90 <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>
91 <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>
92 </table>
93 <input type="submit" value="Voir">
94 </form>
95
96 <form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
97 <table>
98 <caption>Récupérer notice</caption>
99 <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>
100 </table>
101 <input type="submit" value="Voir">
102 </form>
103
104 <!-- /TMPL_IF -->
105
106
107 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->