Example #1
0
        <form id="listform" name="listform" method="post" action="<?php 
echo base_url('assist/batch/del');
?>
">
        <table class="row-list" width="100%" border="0" cellspacing="0" cellpadding="0">
          <thead>
            <tr>
              <th scope="col">全选<input type="checkbox" name="checkAll" id="checkAll" /></th>
              <th scope="col">标题</th>
              <th scope="col">别名</th>
              <th scope="col"><?php 
echo qd_order_by('assist/pages', $paging->query, 'disabled', '是否启用');
?>
</th>
              <th scope="col"><?php 
echo qd_order_by('assist/pages', $paging->query, 'addtime', '添加时间');
?>
</th>
              <th scope="col">操作</th>
            </tr>
          </thead>
<?php 
if (empty($list)) {
    ?>
            <tbody>
              <tr>
                <td colspan="6">暂未添加页面:<a href="<?php 
    echo base_url('assist/add');
    ?>
">添加</a></td>
              </tr>
Example #2
0
File: list.php Project: qdsay/cms
?>
">
        <table class="row-list" width="100%" border="0" cellspacing="0" cellpadding="0">
          <thead>
            <tr>
              <th scope="col">全选<input type="checkbox" name="checkAll" id="checkAll" /></th>
              <th scope="col">标题</th>
              <th scope="col">分类</th>
              <th scope="col">文章配图</th>
              <th scope="col">作者</th>
              <th scope="col"><?php 
echo qd_order_by('article/pages', $paging->query, 'enabled', '是否启用');
?>
</th>
              <th scope="col"><?php 
echo qd_order_by('article/pages', $paging->query, 'addtime', '添加时间');
?>
</th>
              <th scope="col">操作</th>
            </tr>
          </thead>
<?php 
if (empty($list)) {
    ?>
            <tbody>
              <tr>
                <td colspan="8">暂未添加文章:<a href="<?php 
    echo base_url('article/add');
    ?>
">添加</a></td>
              </tr>
Example #3
0
      </div>
    </div>
    <div id="panel">
      <div class="clear"></div>
      <div id="subpanel">
        <form id="listform" name="listform" method="post" action="<?php 
echo base_url('groups/batch/del');
?>
">
        <table class="row-list" width="100%" border="0" cellspacing="0" cellpadding="0">
          <thead>
            <tr>
              <th scope="col">全选<input type="checkbox" name="checkAll" id="checkAll" /></th>
              <th scope="col">用户组</th>
              <th scope="col"><?php 
echo qd_order_by('groups/pages', $paging->query, 'disabled', '是否启用');
?>
</th>
              <th scope="col">操作</th>
            </tr>
          </thead>
  <?php 
if (empty($list)) {
    ?>
            <tbody>
              <tr>
                <td colspan="4">暂未添加用户组:<a href="<?php 
    echo base_url('groups/add');
    ?>
">添加</a></td>
              </tr>
Example #4
0
File: list.php Project: qdsay/cms
        <form id="listform" name="listform" method="post" action="<?php 
echo base_url('admin/batch/del');
?>
">
        <table class="row-list" width="100%" border="0" cellspacing="0" cellpadding="0">
          <thead>
            <tr>
              <th scope="col">全选<input type="checkbox" name="checkAll" id="checkAll" /></th>
              <th scope="col">用户名</th>
              <th scope="col">用户组</th>
              <th scope="col"><?php 
echo qd_order_by('admin/pages', $paging->query, 'addtime', '添加时间');
?>
</th>
              <th scope="col"><?php 
echo qd_order_by('admin/pages', $paging->query, 'enabled', '是否启用');
?>
</th>
              <th scope="col">操作</th>
            </tr>
          </thead>
<?php 
if (empty($list)) {
    ?>
            <tbody>
              <tr>
                <td colspan="6">暂未添加管理员:<a href="<?php 
    echo base_url('admin/add');
    ?>
">添加</a></td>
              </tr>