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

Last change on this file since 2718 was 2342, checked in by rub, 16 years ago

Change some PhpWebGallery to Piwigo. (2/2)

All phpwebgallery.net are not changed!

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
RevLine 
[2254]1{* $Id: upgrade.tpl 2342 2008-05-15 18:43:33Z rub $ *}
[1927]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"  />
[2342]7    <title>Piwigo : Upgrade to {$RELEASE}</title>
[1927]8  </head>
9
10  <body>
[2254]11    {if isset($introduction)}
[2342]12    <h1>Welcome to Piwigo upgrade page.</h1>
[1927]13
14    <p>This page proposes to upgrade your database corresponding to your old
[2342]15version of Piwigo to the current version. The upgrade assistant
[1927]16thinks you are currently running a
[2254]17<strong>release {$introduction.CURRENT_RELEASE}</strong> (or equivalent).</p>
[1927]18
[2254]19    <p><a href="{$introduction.RUN_UPGRADE_URL}">Upgrade from release
20{$introduction.CURRENT_RELEASE} to {$RELEASE}</a></p>
21    {/if}
[1927]22
[2254]23    {if isset($upgrade)}
24    <h1>Upgrade from version {$upgrade.VERSION} to {$RELEASE}</h1>
[1927]25
26    <p>Statistics</p>
27    <ul>
[2254]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>
[1927]31    </ul>
32
33    <p>Upgrade informations</p>
34
35    <ul>
[2254]36      {foreach from=$infos item=info}
37      <li>{$info}</li>
38      {/foreach}
[1927]39    </ul>
[2254]40
41    {/if}
[1927]42  </body>
43
44</html>
Note: See TracBrowser for help on using the repository browser.