source: branches/branch-1_7/template/yoga/upgrade.tpl @ 2035

Last change on this file since 2035 was 1927, checked in by plg, 18 years ago

New: release upgrade scripts from 1.3.0 come back from branch 1.6. Only
install/upgrade_1.6.2.php is really new, upgrade 60 was taken into
account. Detection of 1.6.0 or 1.6.2 data model in upgrade.php. Release
upgrade scripts added on trunk to be kept in a safer place.

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