D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
site-import
/
views
/
scripts
/
index
/
Filename :
index.phtml
back
Copy
<?php // Copyright 1999-2017. Plesk International GmbH. All Rights Reserved. $this->includeMigratorCss('what-is-imported.css'); ?> <div> <?php echo $this->lmsg('indexPageDescription'); ?> </div> <hr/> <div> <div> <?php echo $this->lmsg('siteMigrationWhatIsImportedHeader'); ?> </div> <div class="site-migration-what-is-imported-row"> <div class="site-migration-what-is-imported-item"> <div class="site-migration-what-is-imported-item-image"> <img src="<?php echo $this->migratorImage('what-is-imported-applications.png'); ?>" style="width: 64px"> </div> <div class="site-migration-what-is-imported-item-text"> <?php echo $this->lmsg('siteMigrationWhatIsImportedApplications'); ?> </div> </div> <div class="site-migration-what-is-imported-item"> <div class="site-migration-what-is-imported-item-image"> <img src="<?php echo $this->migratorImage('what-is-imported-files.png'); ?>" style="width: 64px;"> </div> <div class="site-migration-what-is-imported-item-text"> <?php echo $this->lmsg('siteMigrationWhatIsImportedFilesAndDatabases'); ?> </div> </div> </div> </div> <hr/> <?php echo $this->renderList($this->list); ?>