2009-04-15 07:23:22 +00:00
< ? 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. " ) ?>
2009-04-22 19:49:27 +00:00
< ? = t ( " <b>Note: The importer is a work in progress and does not currently support comments, tags, permissions, capture dates and movies (other than Flash video)</b> " ) ?>
</ p >
2009-04-15 07:23:22 +00:00
< ? = $form ?>
</ div >
< ? if ( g2_import :: is_initialized ()) : ?>
< div id = " gAdminG2Import " >
< h1 > < ? = t ( " Import " ) ?> </h1>
< div class = " gSuccess " >
2009-04-21 04:21:34 +00:00
< ? = t ( " Gallery version %version detected " , array ( " version " => g2_import :: version ())) ?>
2009-04-15 07:23:22 +00:00
</ div >
2009-04-21 04:21:34 +00:00
< ? = t ( " You can perform an import on the <a href= \" %url \" >maintenance page</a> " ,
array ( " url " => url :: site ( " admin/maintenance " ))) ?>
2009-04-15 07:23:22 +00:00
</ div >
< ? endif ?>