mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
21 lines
673 B
PHP
21 lines
673 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<div id="gAdminG2Config">
|
|
<h1> <?= t("Gallery 2 Import") ?> </h1>
|
|
<p>
|
|
<?= t("Import your Gallery 2 users, photos, movies, comments and tags into your new Gallery 3 installation.") ?>
|
|
</p>
|
|
|
|
<?= $form ?>
|
|
</div>
|
|
|
|
<? if (g2_import::is_initialized()): ?>
|
|
<div id="gAdminG2Import">
|
|
<h1> <?= t("Import") ?> </h1>
|
|
<div class="gSuccess">
|
|
<?= t("We've detected Gallery version: %version", array("version" => g2_import::version())) ?>
|
|
</div>
|
|
<a href="<?= url::site("admin/maintenance/start/g2_import::import?csrf=$csrf") ?>"
|
|
class="gPanelLink"><?= t("Begin Import") ?></a>
|
|
</div>
|
|
<? endif ?>
|