source: trunk/admin/template/goto/intro.tpl @ 3283

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

complement to r3282, remove all $Id$ in source code.

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