Example #1
0
?>
</th>
      <th><?php 
echo getColumnStr('最后登录时间', 'lastlogin_at');
?>
</th>
      <th><?php 
echo getColumnStr('登录次数', 'login_num');
?>
</th>
      <th><?php 
echo getColumnStr('权限组', 'user_group_id');
?>
</th>
      <th><?php 
echo getColumnStr('人员状态', 'is_lock');
?>
</th>
      <th>操作</th>
    </tr>
    <?php 
while ($user = $pager->getObject()) {
    ?>
    <tr>
      <td align="center"><input name="select_id[]"  type="checkbox" value="<?php 
    echo $user->getId();
    ?>
" /></td>
      <td align="center"><?php 
    echo $user->getUserName();
    ?>
Example #2
0
        <tr>
          <th><input name="selectAll" id="selectAll" type="checkbox" /></th>
          <th><?php 
echo getColumnStr('留言内容', 'content');
?>
</th>
          <th><?php 
echo getColumnStr('留言者姓名', 'user_name');
?>
</th>
          <th><?php 
echo getColumnStr('最近更新时间', 'updated_at');
?>
</th>
          <th><?php 
echo getColumnStr('是否发布', 'is_public');
?>
</th>
          <th>可用操作</th>
        </tr>
        <?php 
while ($book = $pager->getObject()) {
    ?>
        <tr>
          <td align="center"><input name="select_id[]"  type="checkbox" value="<?php 
    echo $book->getId();
    ?>
" /></td>
          <td align="left"><?php 
    echo $book->getContent(36);
    ?>
Example #3
0
?>
" class="add">新增权限组</a> <a href="#" onclick="if(confirm('删除后不可恢复,你确定删除?')) $('#validateForm').submit();" class="delete">删除选中项</a> </div>
  <div class="box">
    <table cellpadding="3" cellspacing="1" class="tb_data">
      <form id="validateForm" name="validateForm" method="post" action="<?php 
echo site_url("admin/user/group_delete");
?>
">
        <tr>
          <th><input name="selectAll" id="selectAll" type="checkbox" /></th>
          <th><?php 
echo getColumnStr('权限组ID', 'id');
?>
</th>
          <th><?php 
echo getColumnStr('权限组名称', 'user_group_name');
?>
</th>
          <th>操作</th>
        </tr>
        <?php 
while ($group = $pager->getObject()) {
    ?>
        <tr>
          <td align="center"><input name="select_id[]"  type="checkbox" value="<?php 
    echo $group->getId();
    ?>
" /></td>
          <td align="center"><?php 
    echo $group->getId();
    ?>
Example #4
0
        <tr>
          <th><input name="selectAll" id="selectAll" type="checkbox" /></th>
          <th><?php 
echo getColumnStr('职位名称', 'subject');
?>
</th>
          <th><?php 
echo getColumnStr('所属部门', 'department');
?>
</th>
		  <th><?php 
echo getColumnStr('招聘人数', 'number');
?>
</th>
          <th><?php 
echo getColumnStr('最近更新时间', 'updated_at');
?>
</th>
          <th>可用操作</th>
        </tr>
        <?php 
while ($job = $pager->getObject()) {
    ?>
        <tr>
          <td align="center"><input name="select_id[]"  type="checkbox" value="<?php 
    echo $job->getId();
    ?>
" /></td>
          <td align="left"><?php 
    echo link_to("admin/job/edit/id/" . $job->getId(), $job->getSubject());
    ?>
Example #5
0
  <form id="validateForm" name="validateForm" method="post" action="<?php 
echo site_url("admin/authorization/delete");
?>
">
    <tr>
      <th><input name="selectAll" id="selectAll" type="checkbox" /></th>
      <th><?php 
echo getColumnStr('ID', 'id');
?>
</th>
      <th><?php 
echo getColumnStr('权限名', 'controller_name');
?>
</th>
      <th><?php 
echo getColumnStr('权限组', 'user_group_ids');
?>
</th>
      <th>操作</th>
    </tr>
    <?php 
while ($action = $pager->getObject()) {
    ?>
    <tr>
      <td align="center"><input name="select_id[]"  type="checkbox" value="<?php 
    echo $action->getId();
    ?>
" /></td>
      <td align="center"><?php 
    echo $action->getId();
    ?>
Example #6
0
?>
</th>
		  <th><?php 
echo getColumnStr('性别', 'user_sex');
?>
</th>
		  <th><?php 
echo getColumnStr('学历', 'user_degree');
?>
</th>
		  <th><?php 
echo getColumnStr('处理意见', 'note');
?>
</th>
          <th><?php 
echo getColumnStr('投递时间', 'updated_at');
?>
</th>
          <th>可用操作</th>
        </tr>
        <?php 
while ($back = $pager->getObject()) {
    ?>
        <tr>
          <td align="center"><input name="select_id[]"  type="checkbox" value="<?php 
    echo $back->getId();
    ?>
" /></td>
		  <td align="center"><?php 
    echo $back->getSubject();
    ?>
Example #7
0
    <tr>
      <th>ID</th>
      <th><?php 
echo getColumnStr('页面名称', 'subject');
?>
</th>
      <th><?php 
echo getColumnStr('默认显示', 'is_default');
?>
</th>
      <th><?php 
echo getColumnStr('最近更新时间', 'updated_at');
?>
</th>
      <th><?php 
echo getColumnStr('页面状态', 'is_public');
?>
</th>
      <th>可用操作</th>
    </tr> 
    <?php 
while ($page = $pager->getObject()) {
    ?>
    <tr>
      <td align="center"><?php 
    echo $page->getId();
    ?>
</td>
      <td align="center"><?php 
    echo $page->getSubject();
    ?>