source: trunk/template/yoga/upgrade.tpl @ 948

Last change on this file since 948 was 859, checked in by plg, 19 years ago
  • new : template yoga, made by yoDan, helped by chrisaga for integration becomes the official template.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 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 choices -->
11    <h1>Welcome to PhpWebGallery upgrade page.</h1>
12    <p>This page proposes to upgrade your database corresponding to your old version
13      of PhpWebGallery to the current version. Select the version you wish to upgrade
14      :</p>
15
16    <ul>
17      <!-- BEGIN choice -->
18      <li><a href="{choices.choice.URL}">{choices.choice.VERSION}</a></li>
19      <!-- END choice -->
20    </ul>
21    <!-- END choices -->
22
23    <!-- BEGIN 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    <!-- BEGIN infos -->
34    <p>Upgrade informations</p>
35
36    <ul>
37      <!-- BEGIN info -->
38      <li>{upgrade.infos.info.CONTENT}</li>
39      <!-- END info -->
40    </ul>
41    <!-- END infos -->
42    <!-- END upgrade -->
43  </body>
44
45</html>
Note: See TracBrowser for help on using the repository browser.