Example #1
0
    echo $meta->getVersion();
    ?>
</span><br>
				<span class="installation-copyright"><?php 
    echo $meta->getCopyright();
    ?>
</span>
			</small>
		</h3>
		<div class="clearfix"></div>
		
		<?php 
    if (InstallationManager::hasUpdate($meta)) {
        ?>
			<?php 
        echo generateNotificationHTML($lang->get('UPDATE_NOTIFICATION_TITLE', 'ControllerSystem.Installation'), str_replace('%update-link%', '<a href="' . DIAMONDMVC_URL . '/system/update?id=' . $result['id'] . '">here</a>', $lang->get('UPDATE_NOTIFICATION_BODY', 'ControllerSystem.Installation')), 'success');
        ?>
		<?php 
    }
    ?>
		
		<pre class="installation-description"><?php 
    echo $description;
    ?>
</pre>
		
		<table class="table" id="view-meta">
			<tr>
				<td><?php 
    echo $lang->get('AUTHOR');
    ?>
Example #2
0
    ?>
			
			<p>
				There remains one last thing for you to do. Click this button to proceed with the final step: deleting the installation directory to finalize your
				installation. You will be immediately forwarded to the frontpage of your new website. That's when you know everything went according to plan and you
				are good to go to explore your new toy.
			</p>
			
			<a href="<?php 
    echo DIAMONDMVC_URL;
    ?>
/firstinstallation/?step=3" class="btn btn-primary">Finalize installation</a>
		<?php 
} else {
    ?>
			<?php 
    foreach ($errors as $error) {
        ?>
				<?php 
        echo generateNotificationHTML('Error:', $error, 'error');
        ?>
			<?php 
    }
    ?>
		<?php 
}
?>
	</div>
</body>
</html>