| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php // no direct access 2 defined( '_JEXEC' ) or die( 'Restricted access' ); ?> 3 <tr class="<?php echo "row".$this->item->index % 2; ?>" <?php echo $this->item->style; ?>> 4 <td><?php echo $this->pagination->getRowOffset( $this->item->index ); ?></td> 5 <td> 6 <input type="radio" id="cb<?php echo $this->item->index;?>" name="eid" value="<?php echo $this->item->id; ?>" onclick="isChecked(this.checked);" <?php echo $this->item->cbd; ?> /> 7 <span class="bold"><?php echo $this->item->name; ?></span> 8 </td> 9 <td align="center"> 10 <?php if (!$this->item->option) : ?> 11 <strong>X</strong> 12 <?php else : ?> 13 <a href="index.php?option=com_installer&type=components&task=<?php echo $this->item->task; ?>&eid[]=<?php echo $this->item->id; ?>&limitstart=<?php echo $this->pagination->limitstart; ?>&<?php echo JUtility::getToken();?>=1"><img src="images/<?php echo $this->item->img; ?>" border="0" title="<?php echo $this->item->action; ?>" alt="<?php echo $this->item->alt; ?>" /></a> 14 <?php endif; ?> 15 </td> 16 <td align="center"><?php echo @$this->item->version != '' ? $this->item->version : ' '; ?></td> 17 <td><?php echo @$this->item->creationdate != '' ? $this->item->creationdate : ' '; ?></td> 18 <td> 19 <span class="editlinktip hasTip" title="<?php echo JText::_( 'Author Information' );?>::<?php echo $this->item->author_info; ?>"> 20 <?php echo @$this->item->author != '' ? $this->item->author : ' '; ?> 21 </span> 22 </td> 23 <td align="center"> 24 <span class="editlinktip hasTip" title="<?php echo (@$this->item->legacy ? JText::_( 'Not Compatible Extension') : JText::_('Compatible Extension'));?>"> 25 <img src="images/<?php echo (@$this->item->legacy ? 'publish_x.png' : 'tick.png');?>"/> 26 </span> 27 </td> 28 </tr>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |