removing a lot of useless files in misc
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / installer / step3.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &rsaquo; Installateur Web &rsaquo;  Etape 3</title>
2 <!--TMPL_IF Name="finish"--><meta http-equiv="refresh" content="10; url=/cgi-bin/koha/mainpage.pl"><!--/TMPL_IF-->
3 <!-- TMPL_INCLUDE NAME="installer-doc-head-close.inc" -->
4 <div>
5 <h1 id="logo"><img alt="Koha" src="/intranet-tmpl/prog/en/images/koha.org-logo.gif" /></h1>
6 <h1>Koha &rsaquo; Installateur Web &rsaquo;  Etape 3</h1>
7 <!--TMPL_IF NAME="selectframeworks"-->
8 <script language="JavaScript">
9 <!--
10
11 var sURL = unescape(window.location.pathname);
12
13 function doLoad()
14 {
15     // the timeout value should be the same as in the "refresh" meta-tag
16     setTimeout( "refresh()", 2*1000 );
17 }
18
19 function refresh(value)
20 {
21     //  This version of the refresh function will cause a new
22     //  entry in the visitor's history.  It is provided for
23     //  those browsers that only support JavaScript 1.0.
24     //
25     sURL=sURL+'?step=3&op=selectframeworks&fwklanguage='+value;
26     window.location.href = sURL;
27 }
28
29 //-->
30 </script>
31
32 <script language="JavaScript1.1">
33 <!--
34 function refresh(value)
35 {
36     //  This version does NOT cause an entry in the browser's
37     //  page view history.  Most browsers will always retrieve
38     //  the document from the web-server whether it is already
39     //  in the browsers page-cache or not.
40     //  
41     sURL=sURL+'?step=3&op=selectframeworks&fwklanguage='+value;
42     window.location.replace( sURL );
43 }
44 //-->
45 </script>
46
47 <script language="JavaScript1.2">
48 <!--
49 function refresh(value)
50 {
51     //  This version of the refresh function will be invoked
52     //  for browsers that support JavaScript version 1.2
53     //
54     
55     //  The argument to the location.reload function determines
56     //  if the browser should retrieve the document from the
57     //  web-server.  In our example all we need to do is cause
58     //  the JavaScript block in the document body to be
59     //  re-evaluated.  If we needed to pull the document from
60     //  the web-server again (such as where the document contents
61     //  change dynamically) we would pass the argument as 'true'.
62     //  
63     sURL=sURL+'?step=3&op=selectframeworks&fwklanguage='+value;
64     window.location.replace( sURL );
65 }
66 //-->
67 </script>
68 </head>
69 <body>
70 <script language="JavaScript">
71 function Hide(link) {
72         subfield = document.getElementById('bloc'+link);
73     var initstyle=subfield.style.display;
74         if (initstyle == 'block') subfield.style.display = 'none' ;
75         if (initstyle == 'none') subfield.style.display = 'block' ;
76 }
77 </script>
78 <!--/TMPL_IF-->
79 <!--TMPL_IF Name="finish"-->
80   <h1>Félicitations, installation terminée</h1>
81   
82 <!--/TMPL_IF-->
83 <!--TMPL_IF Name="selectframeworks"-->
84   <h2 align="center">Sélectionnez les paramètres par défaut</h2>
85   <form name="frameworkselection" method="post" action="install.pl">
86   <input type="hidden" name="step" value="3" />
87   <input type="hidden" name="op" value="addframeworks" />
88   <p>Chaque langue a un jeu de paramètrs par défaut qui couvre un large spectre d'options de configuration. Sélectionnez une langue à partir de la liste, ou utilisez le langage déjà sélectionné.</p>
89
90   <p><select name="fwklanguage" onchange="javascript:refresh(this.value)">
91   <!--TMPL_LOOP Name="languagelist" -->
92   <!--TMPL_IF Name="checked"--><option value="<!--TMPL_VAR Name="dirname"-->" selected ><!--TMPL_VAR Name="languagedescription"--></option>
93   <!--TMPL_ELSE--><option value="<!--TMPL_VAR Name="dirname"-->"><!--TMPL_VAR Name="languagedescription"--></option>
94   <!--/TMPL_IF-->
95   <!--/TMPL_LOOP-->
96   </select>
97   </p>
98   <p>
99   <!--TMPL_LOOP Name="levelloop"-->
100   <div>
101   <h3><!--TMPL_VAR Name="label"--></h3>
102   <!--TMPL_LOOP Name="frameworks"-->
103     <div style="border:1px;">
104     <p>
105     <!--TMPL_IF Name="checked"--><input type="checkbox" Name="framework" value="<!--TMPL_VAR Name="fwkfile"-->" checked />
106     <!--TMPl_ELSE--><input type="checkbox" Name="framework" value="<!--TMPL_VAR Name="fwkfile"-->" />
107     <!--/TMPL_IF-->
108     <!--TMPL_VAR Name="fwkdescription"--> <em>(<!--TMPL_VAR Name="fwkname"--></b>)</em>
109     </p>
110     </div>
111   <!--/TMPL_LOOP-->
112   </div>
113   </p>
114   <!--/TMPL_LOOP-->
115   <p>Lorsque vous aurez fait votre choix, merci de cliquer ci-dessous sur 'Import' pour lancer le processus.Cela peut prendre un moment pour démarrer, merci de votre patience</p>
116   <p><input type="submit" value="Importer">
117   </p>
118   </form>
119   </p>
120 <!--/TMPL_IF-->
121 <!--TMPL_IF Name="addframeworks"-->
122   <h2 align="center">Bilan de l'installation :</h2>
123   <p>Langue : <!--TMPL_VAR Name="fwklanguage"--></p>
124   <!--TMPL_LOOP Name="list"-->
125   <h3><!--TMPL_VAR Name="level"--> donnée ajoutée</h3>
126   <p>
127   <ul>
128   <!--TMPL_LOOP Name="fwklist"-->
129     <li><!--TMPL_VAR Name="fwkname"--><!--TMPL_IF Name="error"--><br /><font color="red"><b></b><!--TMPL_VAR Name="error"--></font><!--/TMPL_IF--> </li>
130   <!--/TMPL_LOOP-->
131   </ul>
132   </p>
133   <!--/TMPL_LOOP-->
134   <p>Installation terminée<br/>
135     <p>Pour terminer, cliquez sur Finir et chargez l'Interface Professionnelle de Koha.
136     <form name="finish">
137     <input type="hidden" name="step" value="3" />
138     <input type="hidden" name="op" value="finish" />
139     <input type="submit" value="Terminer"></form>
140     </p>
141   </p>
142 <!--/TMPL_IF-->
143
144 <!--TMPL_IF Name="importdatastructure"-->
145         <!--TMPL_IF Name="error"-->
146                 <p>Les erreurs suivantes se sont produites lors de l'importation de la structure de la base de données : </p>
147                 <p class="error"><!-- TMPL_VAR NAME="error" --> </p>
148                 <p>Merci de contacter votre administrateur système</p>
149         <!-- TMPL_ELSE -->
150   <h2 align="center">Réussite</h2>
151   <ul>
152   <li>Tables de la base de données créées</li>
153   </ul>
154   <form action="install.pl">
155   <input type="hidden" name="step" value="3" />
156   <p> Cliquer sur suivant pour continuer <input value="Suivant >>" type="submit"></p>
157   </form>
158
159         <!-- /TMPL_IF -->
160 <!--/TMPL_IF-->
161 <!--TMPL_IF Name="proposeimport"-->
162   <p>Nous sommes maintenant prêts à créer les tables de la base de données et à les remplir avec quelques données par défaut.</p>
163   <form action="install.pl">
164   <input type="hidden" name="step" value="3" />
165   <input type="hidden" name="op" value="importdatastructure"/>
166   <p> Cliquer sur suivant pour continuer <input value="Suivant >>" type="submit"></p>
167   </form>
168
169
170 <!--/TMPL_IF-->
171 <!--TMPL_IF Name="default"-->
172
173 <p>Nous sommes prêts à mettre en place une configuration de base. Merci d'<a href="install.pl?step=3&amp;op=selectframeworks" class="button">installer les paramètres de base</a> pour continuer l'installation.</p>
174 <p>
175 Si vous mettez à jour à partir d'une version précédente de Koha, vous pouvez<a href="install.pl?step=3&amp;op=updatestructure" class="button">mettre à jour votre base</a>. Sinon, vous pouvez sauter cette étape
176 </p>
177
178 <!--/TMPL_IF-->
179 <!--TMPL_IF Name="updatestructure"-->
180   <div><h2 align="center">Mise à jour base mySQL</h2>
181   <!--TMPL_IF Name="updatereport"-->
182     <p>Rapport de mise à jour :</p>
183     <p>
184     <!--TMPL_VAR Name="updatereport"-->
185     </p>
186   <!--TMPL_ELSE-->
187     <p>Tout est OK</p>
188   <!--/TMPL_IF-->
189 <a href="install.pl?step=3&amp;op=selectframeworks" class="button">L'étape suivante vous permet de choisir les grilles </a>
190   </div>
191 <!--/TMPL_IF-->
192
193 </body>
194 </html>