⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 role_manage.tpl.php

📁 Phpcms2008 是一款基于 PHP+Mysql 架构的网站内容管理系统
💻 PHP
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -