コード例 #1
0
ファイル: default.php プロジェクト: vstorm83/propertease
				<?php 
echo JHTML::_('grid.sort', 'Added', 'added', @$this->lists['order_Dir'], @$this->lists['order']);
?>
			</th>
			<th width="1%" nowrap="nowrap">
				<?php 
echo JHTML::_('grid.sort', 'Author', 'name', @$this->lists['order_Dir'], @$this->lists['order']);
?>
			</th>
			<th width="1%" nowrap="nowrap">
				<?php 
echo JHTML::_('grid.sort', 'Published', 'published', @$this->lists['order_Dir'], @$this->lists['order']);
?>
			</th>
			<?php 
FSSAdminHelper::LA_Header($this);
?>
 		</tr>
    </thead>
    <?php 
$k = 0;
for ($i = 0, $n = count($this->data); $i < $n; $i++) {
    $row = $this->data[$i];
    $checked = JHTML::_('grid.id', $i, $row->id);
    $link = FSSRoute::_('index.php?option=com_fss&controller=announce&task=edit&cid[]=' . $row->id);
    $published = FSS_GetPublishedText($row->published);
    ?>
        <tr class="<?php 
    echo "row{$k}";
    ?>
">
コード例 #2
0
ファイル: default.php プロジェクト: vstorm83/propertease
                <?php 
echo JText::_("PRODUCTS");
?>
            </th>
 			<th width="1%" nowrap="nowrap">
				<?php 
echo JHTML::_('grid.sort', 'CATEGORY', 'category', @$this->lists['order_Dir'], @$this->lists['order']);
?>
			</th>
			<th width="1%" nowrap="nowrap">
				<?php 
echo JHTML::_('grid.sort', 'Published', 'published', @$this->lists['order_Dir'], @$this->lists['order']);
?>
			</th>
			<?php 
FSSAdminHelper::LA_Header($this, true);
?>
			<th width="<?php 
echo FSSJ3Helper::IsJ3() ? '130px' : '8%';
?>
">
				<?php 
echo JHTML::_('grid.sort', 'Order', 'ordering', @$this->lists['order_Dir'], @$this->lists['order']);
?>
				<?php 
if ($ordering) {
    echo JHTML::_('grid.order', $this->data);
}
?>
			</th>
 		</tr>