Esempio n. 1
0
            $catO = '<a href="' . JRoute::_($linkCat) . '">' . $this->escape($item->category_title) . '</a>';
        } else {
            $catO = $this->escape($item->category_title);
        }
        echo $r->td($catO, "small hidden-phone");
        //echo $r->td($this->escape($item->access_level), "small hidden-phone");
        $usrO = $item->usernameno;
        if ($item->username) {
            $usrO = $usrO . ' (' . $item->username . ')';
        }
        echo $r->td($usrO, "small hidden-phone");
        $usrU = $item->uploadname;
        if ($item->uploadusername) {
            $usrU = $usrU . ' (' . $item->uploadusername . ')';
        }
        echo $r->td($usrU, "small hidden-phone");
        echo $r->tdRating($item->ratingavg);
        echo $r->td($item->hits, "small hidden-phone");
        echo $r->tdLanguage($item->language, $item->language_title, $this->escape($item->language_title));
        echo $r->td($item->id, "small hidden-phone");
        echo '</tr>' . "\n";
        //}
    }
}
echo '</tbody>' . "\n";
echo $r->tblFoot($this->pagination->getListFooter(), 15);
echo $r->endTable();
echo $this->loadTemplate('batch');
echo $r->formInputs($listOrder, $originalOrders);
echo $r->endMainContainer();
echo $r->endForm();