Lines 47-52
Link Here
|
47 |
<h1 id="logo"><a href="#">Koha</a></h1> |
47 |
<h1 id="logo"><a href="#">Koha</a></h1> |
48 |
[% IF ( finish ) %] |
48 |
[% IF ( finish ) %] |
49 |
<h2>Web installer › Installation complete</h2> |
49 |
<h2>Web installer › Installation complete</h2> |
|
|
50 |
|
51 |
<div id="steps"> |
52 |
<ol> |
53 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Choose your language</li> |
54 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Check Perl dependencies</li> |
55 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Database settings</li> |
56 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Set up database</li> |
57 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Install basic configuration settings</li> |
58 |
<li class="open"><i class="fa fa-square-o" aria-hidden="true"></i> Onboarding</li> |
59 |
</ol> |
60 |
</div> |
61 |
|
50 |
<h3>Congratulations, installation complete</h3> |
62 |
<h3>Congratulations, installation complete</h3> |
51 |
<p>This page will redirect in 10 seconds. <a href="/cgi-bin/koha/installer/onboarding.pl">If not, click here to start onboarding process.</a></p> |
63 |
<p>This page will redirect in 10 seconds. <a href="/cgi-bin/koha/installer/onboarding.pl">If not, click here to start onboarding process.</a></p> |
52 |
[% END %] |
64 |
[% END %] |
Lines 54-59
Link Here
|
54 |
[% IF ( choosemarc ) %] |
66 |
[% IF ( choosemarc ) %] |
55 |
<h2>Select your MARC flavor</h2> |
67 |
<h2>Select your MARC flavor</h2> |
56 |
|
68 |
|
|
|
69 |
<div id="steps"> |
70 |
<ol> |
71 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Choose your language</li> |
72 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Check Perl dependencies</li> |
73 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Database settings</li> |
74 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Set up database</li> |
75 |
<li class="current open"><i class="fa fa-square-o" aria-hidden="true"></i> Install basic configuration settings</li> |
76 |
<ol> |
77 |
<li class="current open"><i class="fa fa-square-o" aria-hidden="true"></i> Select your MARC flavor</li> |
78 |
<li class="open"><i class="fa fa-square-o" aria-hidden="true"></i> Selecting default settings</li> |
79 |
</ol> |
80 |
<li class="open"><i class="fa fa-square-o" aria-hidden="true"></i> Onboarding</li> |
81 |
</ol> |
82 |
</div> |
83 |
|
57 |
<form name="frameworkselection" method="post" action="install.pl"> |
84 |
<form name="frameworkselection" method="post" action="install.pl"> |
58 |
<input type="hidden" name="step" value="3" /> |
85 |
<input type="hidden" name="step" value="3" /> |
59 |
<input type="hidden" name="op" value="selectframeworks" /> |
86 |
<input type="hidden" name="op" value="selectframeworks" /> |
Lines 78-83
Link Here
|
78 |
[% IF ( selectframeworks ) %] |
105 |
[% IF ( selectframeworks ) %] |
79 |
<h2>Web installer › Selecting default settings</h2> |
106 |
<h2>Web installer › Selecting default settings</h2> |
80 |
|
107 |
|
|
|
108 |
<div id="steps"> |
109 |
<ol> |
110 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Choose your language</li> |
111 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Check Perl dependencies</li> |
112 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Database settings</li> |
113 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Set up database</li> |
114 |
<li class="current open"><i class="fa fa-square-o" aria-hidden="true"></i> Install basic configuration settings</li> |
115 |
<ol> |
116 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Select your MARC flavor</li> |
117 |
<li class="current open"><i class="fa fa-square-o" aria-hidden="true"></i> Selecting default settings</li> |
118 |
</ol> |
119 |
<li class="open"><i class="fa fa-square-o" aria-hidden="true"></i> Onboarding</li> |
120 |
</ol> |
121 |
</div> |
81 |
|
122 |
|
82 |
<form name="frameworkselection" method="post" action="install.pl"> |
123 |
<form name="frameworkselection" method="post" action="install.pl"> |
83 |
<input type="hidden" name="step" value="3" /> |
124 |
<input type="hidden" name="step" value="3" /> |
Lines 166-171
Link Here
|
166 |
|
207 |
|
167 |
[% IF ( addframeworks ) %] |
208 |
[% IF ( addframeworks ) %] |
168 |
<h2>Web installer › Default data loaded</h2> |
209 |
<h2>Web installer › Default data loaded</h2> |
|
|
210 |
|
211 |
<div id="steps"> |
212 |
<ol> |
213 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Choose your language</li> |
214 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Check Perl dependencies</li> |
215 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Database settings</li> |
216 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Set up database</li> |
217 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Install basic configuration settings</li> |
218 |
<ol> |
219 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Select your MARC flavor</li> |
220 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Selecting default settings</li> |
221 |
</ol> |
222 |
<li class="open"><i class="fa fa-square-o" aria-hidden="true"></i> Onboarding</li> |
223 |
</ol> |
224 |
</div> |
225 |
|
169 |
[% FOREACH lis IN list %] |
226 |
[% FOREACH lis IN list %] |
170 |
[% IF lis.level == 'mandatory' %] |
227 |
[% IF lis.level == 'mandatory' %] |
171 |
<h3>Mandatory data added</h3> |
228 |
<h3>Mandatory data added</h3> |
Lines 217-222
Link Here
|
217 |
[% ELSE %] |
274 |
[% ELSE %] |
218 |
<h2>Web installer › Success</h2> |
275 |
<h2>Web installer › Success</h2> |
219 |
<div class="alert alert-success"><p>Database tables created</p></div> |
276 |
<div class="alert alert-success"><p>Database tables created</p></div> |
|
|
277 |
|
278 |
<div id="steps"> |
279 |
<ol> |
280 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Choose your language</li> |
281 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Check Perl dependencies</li> |
282 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Database settings</li> |
283 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Set up database</li> |
284 |
<li class="open"><i class="fa fa-square-o" aria-hidden="true"></i> Install basic configuration settings</li> |
285 |
<li class="open"><i class="fa fa-square-o" aria-hidden="true"></i> Onboarding</li> |
286 |
</ol> |
287 |
</div> |
288 |
|
220 |
<form action="install.pl" method="post"> |
289 |
<form action="install.pl" method="post"> |
221 |
<input type="hidden" name="step" value="3" /> |
290 |
<input type="hidden" name="step" value="3" /> |
222 |
<p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p> |
291 |
<p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p> |
Lines 226-231
Link Here
|
226 |
|
295 |
|
227 |
[% IF ( proposeimport ) %] |
296 |
[% IF ( proposeimport ) %] |
228 |
<h2>Web installer › Set up database</h2> |
297 |
<h2>Web installer › Set up database</h2> |
|
|
298 |
|
299 |
<div id="steps"> |
300 |
<ol> |
301 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Choose your language</li> |
302 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Check Perl dependencies</li> |
303 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Database settings</li> |
304 |
<li class="current open"><i class="fa fa-square-o" aria-hidden="true"></i> Set up database</li> |
305 |
<li class="open"><i class="fa fa-square-o" aria-hidden="true"></i> Install basic configuration settings</li> |
306 |
<li class="open"><i class="fa fa-square-o" aria-hidden="true"></i> Onboarding</li> |
307 |
</ol> |
308 |
</div> |
309 |
|
229 |
<p>Now we're ready to create the database tables and fill them with some default data.</p> |
310 |
<p>Now we're ready to create the database tables and fill them with some default data.</p> |
230 |
<form action="install.pl" method="post"> |
311 |
<form action="install.pl" method="post"> |
231 |
<input type="hidden" name="step" value="3" /> |
312 |
<input type="hidden" name="step" value="3" /> |
Lines 241-246
Link Here
|
241 |
<p><a href="install.pl?step=3&op=updatestructure" class="btn btn-primary">Update your database</a></p> |
322 |
<p><a href="install.pl?step=3&op=updatestructure" class="btn btn-primary">Update your database</a></p> |
242 |
[% ELSE %] |
323 |
[% ELSE %] |
243 |
<h2>Web installer › Install basic configuration settings</h2> |
324 |
<h2>Web installer › Install basic configuration settings</h2> |
|
|
325 |
|
326 |
<div id="steps"> |
327 |
<ol> |
328 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Choose your language</li> |
329 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Check Perl dependencies</li> |
330 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Database settings</li> |
331 |
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Set up database</li> |
332 |
<li class="current open"><i class="fa fa-square-o" aria-hidden="true"></i> Install basic configuration settings</li> |
333 |
<li class="open"><i class="fa fa-square-o" aria-hidden="true"></i> Onboarding</li> |
334 |
</ol> |
335 |
</div> |
336 |
|
244 |
<p>We are ready to do some basic configuration.</p> |
337 |
<p>We are ready to do some basic configuration.</p> |
245 |
<p><a href="install.pl?step=3&op=choosemarc" class="btn btn-primary">Continue to the next step</a></p> |
338 |
<p><a href="install.pl?step=3&op=choosemarc" class="btn btn-primary">Continue to the next step</a></p> |
246 |
[% END %] |
339 |
[% END %] |