source: branches/2.0/admin/template/goto/intro.tpl @ 3196

Last change on this file since 3196 was 3196, checked in by plg, 15 years ago

bug 926 fixed: change links to piwigo.org so that they go to existing URLs.

new: if the current language is french, the links go to fr.piwigo.org insted.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1{* $Id: intro.tpl 3196 2009-03-13 23:37:34Z plg $ *}
2<h2>{'title_default'|@translate}</h2>
3<dl style="padding-top: 30px;">
4  <dt>{'Piwigo version'|@translate}</dt>
5  <dd>
6    <ul>
7      <li><a href="{$PHPWG_URL}"  onclick="window.open(this.href, '');
8          return false;">Piwigo</a> {$PWG_VERSION}</li>
9      <li><a href="{$U_CHECK_UPGRADE}">{'Check for upgrade'|@translate}</a></li>
10    </ul>
11  </dd>
12
13  <dt>{'Environment'|@translate}</dt>
14  <dd>
15    <ul>
16      <li>{'Operating system'|@translate}: {$OS}</li>
17      <li>PHP: {$PHP_VERSION} (<a href="{$U_PHPINFO}" onclick="window.open(this.href, '');
18          return false;">{'Show info'|@translate}</a>)  [{$PHP_DATATIME}]</li>
19      <li>MySQL: {$MYSQL_VERSION} [{$DB_DATATIME}]</li>
20    </ul>
21  </dd>
22
23  <dt>{'Database'|@translate}</dt>
24  <dd>
25    <ul>
26      <li>
27        {$DB_ELEMENTS}
28        {if isset($waiting)}
29        (<a href="{$waiting.URL}">{$waiting.INFO}</a>)
30        {/if}
31
32        {if isset($first_added)}
33        ({$first_added.DB_DATE})
34        {/if}
35      </li>
36      <li>{$DB_CATEGORIES} ({$DB_IMAGE_CATEGORY})</li>
37      <li>{$DB_TAGS} ({$DB_IMAGE_TAG})</li>
38      <li>{$DB_USERS}</li>
39      <li>{$DB_GROUPS}</li>
40      <li>
41        {$DB_COMMENTS}
42        {if isset($unvalidated)}
43        (<a href="{$unvalidated.URL}">{$unvalidated.INFO}</a>)
44        {/if}
45      </li>
46    </ul>
47  </dd>
48</dl>
49
50
51<form name="QuickSynchro" action="{$U_CAT_UPDATE}" method="post" id="QuickSynchro" style="display: block; text-align:right;">
52<div>
53<input type="hidden" name="sync" value="files" checked="checked" />
54<input type="hidden" name="display_info" value="1" checked="checked" />
55<input type="hidden" name="add_to_caddie" value="1" checked="checked" />
56<input type="hidden" name="privacy_level" value="0" checked="checked" />
57<input type="hidden" name="sync_meta" checked="checked"/>
58<input type="hidden" name="simulate" value="0" />
59<input type="hidden" name="subcats-included" value="1" checked="checked"/>
60</div>
61<div class="bigbutton">
62<span class="bigtext">{'Quick Local Synchronization'|@translate}</span>
63<input type="submit" value="" name="submit">
64</div>
65</form>
Note: See TracBrowser for help on using the repository browser.