Line | |
---|
1 | {* $Id: upgrade.tpl 2342 2008-05-15 18:43:33Z rub $ *} |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
4 | |
---|
5 | <head> |
---|
6 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> |
---|
7 | <title>Piwigo : Upgrade to {$RELEASE}</title> |
---|
8 | </head> |
---|
9 | |
---|
10 | <body> |
---|
11 | {if isset($introduction)} |
---|
12 | <h1>Welcome to Piwigo upgrade page.</h1> |
---|
13 | |
---|
14 | <p>This page proposes to upgrade your database corresponding to your old |
---|
15 | version of Piwigo to the current version. The upgrade assistant |
---|
16 | thinks you are currently running a |
---|
17 | <strong>release {$introduction.CURRENT_RELEASE}</strong> (or equivalent).</p> |
---|
18 | |
---|
19 | <p><a href="{$introduction.RUN_UPGRADE_URL}">Upgrade from release |
---|
20 | {$introduction.CURRENT_RELEASE} to {$RELEASE}</a></p> |
---|
21 | {/if} |
---|
22 | |
---|
23 | {if isset($upgrade)} |
---|
24 | <h1>Upgrade from version {$upgrade.VERSION} to {$RELEASE}</h1> |
---|
25 | |
---|
26 | <p>Statistics</p> |
---|
27 | <ul> |
---|
28 | <li>total upgrade time : {$upgrade.TOTAL_TIME}</li> |
---|
29 | <li>total SQL time : {$upgrade.SQL_TIME}</li> |
---|
30 | <li>SQL queries : {$upgrade.NB_QUERIES}</li> |
---|
31 | </ul> |
---|
32 | |
---|
33 | <p>Upgrade informations</p> |
---|
34 | |
---|
35 | <ul> |
---|
36 | {foreach from=$infos item=info} |
---|
37 | <li>{$info}</li> |
---|
38 | {/foreach} |
---|
39 | </ul> |
---|
40 | |
---|
41 | {/if} |
---|
42 | </body> |
---|
43 | |
---|
44 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.