| Server IP : 195.130.67.5 / Your IP : 216.73.217.127 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/ees_request/administrator/components/com_installer/views/plugins/tmpl/ |
Upload File : |
<?php // no direct access
defined( '_JEXEC' ) or die( 'Restricted access' ); ?>
<tr class="<?php echo "row".$this->item->index % 2; ?>" <?php echo $this->item->style; ?>>
<td><?php echo $this->pagination->getRowOffset( $this->item->index ); ?></td>
<td>
<input type="checkbox" id="cb<?php echo $this->item->index;?>" name="eid[<?php echo $this->item->id; ?>]" value="<?php echo $this->item->client_id; ?>" onclick="isChecked(this.checked);" <?php echo $this->item->cbd; ?> />
<span class="bold"><?php echo $this->item->name; ?></span>
</td>
<td><?php echo $this->item->folder; ?></td>
<td align="center" <?php if(@$this->item->legacy) echo 'class="legacy-mode"'; ?>><?php echo @$this->item->version != '' ? $this->item->version : ' '; ?></td>
<td><?php echo @$this->item->creationdate != '' ? $this->item->creationdate : ' '; ?></td>
<td>
<span class="editlinktip hasTip" title="<?php echo JText::_( 'Author Information' );?>::<?php echo $this->item->author_info; ?>">
<?php echo @$this->item->author != '' ? $this->item->author : ' '; ?>
</span>
</td>
<td align="center">
<span class="editlinktip hasTip" title="<?php echo (@$this->item->legacy ? JText::_( 'Not Compatible Extension') : JText::_('Compatible Extension'));?>">
<img src="images/<?php echo (@$this->item->legacy ? 'publish_x.png' : 'tick.png');?>"/>
</span>
</td>
</tr>