role_manage.tpl.php

来自「Phpcms2008 是一款基于 PHP+Mysql 架构的网站内容管理系统」· PHP 代码 · 共 24 行

PHP
24
字号
<?php 
defined('IN_PHPCMS') or exit('Access Denied');
include admin_tpl('header');
?>
<body>
<table cellpadding="0" cellspacing="1" class="table_list">
    <caption>瑙掕壊绠$悊</caption>
   <tr>
    <th width="5%">ID</th>
    <th width="20%">鍚嶇О</th>
    <th>鎻忚堪</th>
    <th width="10%">浜烘暟</th>
    <th width="25%">绠$悊鎿嶄綔</th>
   </tr>
<?php 
if(is_array($infos)){
	foreach($infos as $info){
?>
<tr>
    <td class="align_c"><?=$info['roleid']?></td>
    <td><a href="?mod=<?=$mod?>&file=admin&action=manage&roleid=<?=$info['roleid']?>"><?=$info['name']?></a></td>
    <td><?=$info['description']?></td>
    <td class="align_c"><a href="?mod=<?=$mod?>&file=admin&action=manage&roleid=<?=$info['roleid']?>"><?=$role->count($info['roleid'])?></a></td>
    <td class="align_c"><a href="?mod=<?=$mod?>&file=admin&action=manage&roleid=<?=$info['roleid']?>">鎴愬憳绠$悊</a><?php if($info['roleid'] > 1){ ?> | <a href="?mod=<?=$mod?>&file=<?=$file?>&action=edit&roleid=<?=$info['roleid']?>">淇

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?