Esempio n. 1
0
?>
">lượt xem</a></th>
                    <th><a href="<?php 
echo ITQ_BASE_URL . 'backend/product/listproduct/' . $page . '?sort_field=userid-created&sort_value=' . get_sort2($sort['value']);
?>
">Người nhập</a></th>
                    <th><a href="<?php 
echo ITQ_BASE_URL . 'backend/product/listproduct/' . $page . '?sort_field=creattime&sort_value=' . get_sort2($sort['value']);
?>
">Thời gian nhập</a></th>
                    <th><a href="<?php 
echo ITQ_BASE_URL . 'backend/product/listproduct/' . $page . '?sort_field=userid-update&sort_value=' . get_sort2($sort['value']);
?>
">Người cập nhật</a></th>
                    <th><a href="<?php 
echo ITQ_BASE_URL . 'backend/product/listproduct/' . $page . '?sort_field=updatetime&sort_value=' . get_sort2($sort['value']);
?>
">Thời gian cập nhật</a></th>
                    <th><i>Xóa</i></th>
                </tr>
                </thead>
                <tbody>
                <form action="backend/product/editorder" method="post">
                <?php 
if (isset($listproduct) && count($listproduct)) {
    foreach ($listproduct as $key => $value) {
        ?>
                        <tr class="gradeA odd">
                            <td class="sorting_1"><a href="backend/product/editproduct/<?php 
        echo $value['id'];
        ?>
Esempio n. 2
0
                <th>Nhóm</th>
                <th><a href="<?php 
echo ITQ_BASE_URL . 'backend/group/listgroup2/' . $page . '?sort_field=total&sort_value=' . get_sort2($sort['value']);
?>
"> Số lượng thành viên </a></th>
                <th><a href="<?php 
echo ITQ_BASE_URL . 'backend/group/listgroup2/' . $page . '?sort_field=usercreate&sort_value=' . get_sort2($sort['value']);
?>
"> nguoi tao </a></th>
                <th><a href="<?php 
echo ITQ_BASE_URL . 'backend/group/listgroup2/' . $page . '?sort_field=created&sort_value=' . get_sort2($sort['value']);
?>
"> Thời gian tạo </a></th>
                <th>người cập nhật</th>
                <th><a href="<?php 
echo ITQ_BASE_URL . 'backend/group/listgroup2/' . $page . '?sort_field=update&sort_value=' . get_sort2($sort['value']);
?>
"> thời gian cập nhật </a></th>
                <th>xóa</th>
            </tr>
            </thead>
            <tbody>
            <?php 
if (isset($listgroup) && count($listgroup)) {
    foreach ($listgroup as $key => $value) {
        ?>
                <tr>
                    <td><a href="<?php 
        ITQ_BASE_URL;
        ?>
backend/group/edit/<?php 
Esempio n. 3
0
                    <th>yêu cầu</th>
                    <th><a href="<?php 
echo ITQ_BASE_URL . 'backend/cart/listcart/' . $page . '?sort_field=totalitem&sort_value=' . get_sort2($sort['value']);
?>
"> số lượng </a></th>
                    <th><a href="<?php 
echo ITQ_BASE_URL . 'backend/cart/listcart/' . $page . '?sort_field=totalmoney&sort_value=' . get_sort2($sort['value']);
?>
"> tổng tiền </a></th>
                    <th><a href="<?php 
echo ITQ_BASE_URL . 'backend/cart/listcart/' . $page . '?sort_field=time&sort_value=' . get_sort2($sort['value']);
?>
"> thời gian </a></th>
                    <th>ip</th>
                    <th><a href="<?php 
echo ITQ_BASE_URL . 'backend/cart/listcart/' . $page . '?sort_field=status&sort_value=' . get_sort2($sort['value']);
?>
"> Trạng thái </a></th>
                    <th><i>Xóa</i></th>
                </tr>
                </thead>
                <tbody>
                <?php 
if (isset($listcart) && count($listcart)) {
    foreach ($listcart as $key => $value) {
        ?>
                    <tr>
                        <td><a href="backend/cart/detail/<?php 
        echo $value['id'];
        ?>
"><i class="fa fa-pencil-square-o"></i></a></td>