Example #1
0
$isRoot = MRights::userIsRoot();
$advice = '<span style="color:red; font-weight: bold;">Only for Superadmins</span>';
?>
							<!-- INFO STARTS HERE -->

<div style="margin: 10px;">
	<table cellpadding="0" cellspacing="0" border="0" style="width:100%;" class="infoTable"><tbody>
		<tr>
			<td align="left" valign="top" colspan="2"><h1 style="padding-left:50px;">Thank you for choosing ProFiles.</h1><br/></td>
		</tr>
	<tr>
		<td align="left" valign="top" style="width:300px;"><img src="<?php echo $imagePath;?>cover.png" /></td>
		<td align="left" valign="top">
			<ul style="font-size: 16px;">
			<li>Version: <b><?php echo $isRoot ? MVersion::getFull() : $advice; ?></b></li>
			<li>Author: <?php echo MVersion::getAuthor(); ?></li>
			<li>First release: <?php echo MVersion::getFirstRelease();?></li>
			<li>Release of current version: <?php echo $isRoot ? MVersion::thisReleaseDate() : $advice; ?></li>
			<li>Support status: Depending on package</li>
			<li><?php echo MVersion::getCopyright(); ?></li>
			<li>License: <b>GNU/GPL V2.0 &amp; GPL Friendly Media License (GFML)</b></li>
			<li>This software includes 3rd Party libraries and applications.<br/>The licenses of the 3rd party extensions can be found in the appropriate folders in text files.</li>
			</ul>
			<span style="font-size: 12px;">
			Please note that you can use and edit this software infinitely.<br/>
			But due to the GPL Friendly Media License you just only may pass, publish, or fork this software<br/>
			if all media files under the GFML are removed and replaced by own media files.<br/>
			Please read: <a href="http://www.mooj.org/en/licenses/gfml.html" target="_blank"  onclick="javascript: window.open(this.href);">GFML license agreement</a>
			</span>
			
		</td>