<?php if ($this->task == 'postinstall'): ?>
<table width="90%" border="0" align="center">
<tr>
<td width="100%" valign="top" align="left">
<fieldset style="background-color: #DDE1E6; padding: 5px;">
<legend><b><?php echo _T( 'POSTINSTALL_SUCCESS' ) ?></b></legend>
<p><?php echo str_replace( '{link}',
'index2.php?option=com_sef&act=config',
_T( 'POSTINSTALL_TEXT1' ) ) ?></p>
<p><?php echo _T( 'POSTINSTALL_TEXT2' ) ?></p>
</fieldset>
</td>
</tr>
</table>
<br />
<?php endif; ?>
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<div id="content-box2">
<div id="content-pad">
<div class="sidemenu-box">
<div class="sidemenu-pad">
<table class="adminheading" width="100%" border="0">
<tr>
<td> </td>
<th style="background: url(images/credits.png) no-repeat left;"> <?php echo _T( 'APP_ABOUT' ) ?></th>
</tr>
</table>
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
<div class="spacer"></div>
<table class="" cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<td valign="top" align="left">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top" nowrap="1" width="100%">
<?php if (!empty( $this->productPicture )): ?>
<div style="float:right;padding:0 0 10px 10px;">
<a href="<?php echo $this->productUrl ?>" target="_blank"><?php
$this->plugin( 'image', $this->productPicture, $this->productName, null, null,
'border="0" align="center" hspace="10" vspace="2"' ); ?></a>
</div>
<?php endif; ?>
<a href="http://<?php echo $this->authorUrl ?>/" target="_blank"><?php
$this->plugin( 'image', 'joomlasef_logo.png', $this->author, null, null, 'border="0"' );
?></a>
<div style="padding:0 20px;">
<h3><?php echo $this->productName . ' ' . $this->version . ' ' .
'for Joomla!' . ' ' . $this->joomlaVersion ?></h3>
<blockquote>
<p>
<?php echo _T( 'WRITTEN_BY' ) . ' ' . "$this->authorName ($this->authorEmail)" ?><br />
<?php echo _T( 'COPYRIGHT', str_replace( '(c)', '©', $this->copyright ) ) ?><br />
<a href="<?php echo $this->productUrl ?>" target="_blank"><?php echo $this->productUrl ?></a>
</p>
</blockquote>
<?php if (!empty( $this->warning )): ?>
<h3><?php echo _T( 'WARNING' ) ?></h3>
<blockquote>
<p><span style="color: red; font-weight: bold;"><b><?php echo $this->warning ?></b></span></p>
</blockquote>
<?php endif; ?>
<?php if (!empty( $this->description )): ?>
<h3><?php echo _T( 'APP_ABOUT' ) ?></h3>
<blockquote>
<p><?php echo str_replace( "\n\n", "<p>", $this->description ) ?></p>
</blockquote>
<?php endif; ?>
<?php if (!empty( $this->credits )): ?>
<h3><?php echo _T( 'CREDITS' ) ?></h3>
<blockquote>
<p><?php echo _T( 'CREDITS_TEXT' ) ?></p>
<p><textarea cols="72" rows="3" style="width: 80%; border: 0px;" wrap="virtual"
readonly="yes"><?php
$credits = $this->credits;
echo str_replace( "\n ", "\n", $credits );
?></textarea></p>
</blockquote>
<?php endif; ?>
<?php if (!empty( $this->licenseText )): ?>
<h3><?php echo _T( 'LEGAL_STUFF' ) ?></h3>
<blockquote>
<p><?php echo str_replace( "\n\n", "<p>", $this->licenseText ) ?></p>
</blockquote>
<?php endif; ?>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>