Beispiel #1
0
?>
</th>
                    <th><?php 
echo \Extension\Html::fuelStartSortableLink(array('orders' => 'login_browser', 'sort' => $next_sort), $except_querystring, null, __('accountlogins_browser'));
?>
</th>
                    <th><?php 
echo \Extension\Html::fuelStartSortableLink(array('orders' => 'login_ip', 'sort' => $next_sort), $except_querystring, null, __('accountlogins_ip'));
?>
</th>
                    <th><?php 
echo \Extension\Html::fuelStartSortableLink(array('orders' => 'account_timezone', 'sort' => $next_sort), $except_querystring, null, __('accountlogins_date_time'));
?>
</th>
                    <th><?php 
echo \Extension\Html::fuelStartSortableLink(array('orders' => 'login_attempt', 'sort' => $next_sort), $except_querystring, null, __('accountlogins_result'));
?>
</th>
                </tr>
            </tfoot>
            <tbody>
                <?php 
$site_protocol = \Uri::protocol();
$site_path = \Uri::sitePath();
?>
 
                <?php 
if (isset($list_logins['items']) && is_array($list_logins['items']) && !empty($list_logins['items'])) {
    ?>
 
                <?php 
Beispiel #2
0
?>
</th>
                    <th><?php 
echo __('account_role');
?>
</th>
                    <th><?php 
echo \Extension\Html::fuelStartSortableLink(array('orders' => 'account_create', 'sort' => $next_sort), $except_querystring, null, __('account_register_since'));
?>
</th>
                    <th><?php 
echo \Extension\Html::fuelStartSortableLink(array('orders' => 'account_last_login', 'sort' => $next_sort), $except_querystring, null, __('account_last_login'));
?>
</th>
                    <th><?php 
echo \Extension\Html::fuelStartSortableLink(array('orders' => 'account_status', 'sort' => $next_sort), $except_querystring, null, __('account_status'));
?>
</th>
                    <th></th>
                </tr>
            </tfoot>
            <tbody>
                <?php 
if (isset($list_accounts['items']) && is_array($list_accounts['items']) && !empty($list_accounts['items'])) {
    ?>
 
                <?php 
    foreach ($list_accounts['items'] as $row) {
        ?>
 
                <tr>
Beispiel #3
0
?>
</th>
                    <th><?php 
echo \Extension\Html::fuelStartSortableLink(array('orders' => 'site_domain', 'sort' => $next_sort), $except_querystring, null, __('siteman_site_domain'));
?>
</th>
                    <th><?php 
echo \Extension\Html::fuelStartSortableLink(array('orders' => 'site_status', 'sort' => $next_sort), $except_querystring, null, __('siteman_site_status'));
?>
</th>
                    <th><?php 
echo \Extension\Html::fuelStartSortableLink(array('orders' => 'site_create', 'sort' => $next_sort), $except_querystring, null, __('siteman_site_create'));
?>
</th>
                    <th><?php 
echo \Extension\Html::fuelStartSortableLink(array('orders' => 'site_update', 'sort' => $next_sort), $except_querystring, null, __('siteman_site_update'));
?>
</th>
                    <th></th>
                </tr>
            </tfoot>
            <tbody>
                <?php 
if (isset($list_sites['items']) && is_array($list_sites['items']) && !empty($list_sites['items'])) {
    ?>
 
                <?php 
    foreach ($list_sites['items'] as $row) {
        ?>
 
                <tr>