分类分类
大小:3 KB更新:2010/09/03
类别:phpcms插件系统:Linux/2003/PHP
说明 : 为了方便管理员对会员详细信息的了解,而又不去直接操作数据库(不小心会出错哈),故开发此插件,只限管理员操作。
let's go
第一步 修改摸板 admin模板哈 在后台找member_manage ,查找
<table width="100%" height="25" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10%"><input name='chkall' type='checkbox' id='chkall' onclick='checkall(this.form)' value='checkbox'>全部选中</td>
<td>
<input type="submit" name="submit" value="删除选中的会员" onClick="document.myform.action='?file=member&action=delete'">
</td>
</tr>
</table>
替换为 :
<table width="893" height="25" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="88"><input name='chkall' type='checkbox' id='chkall' onclick='checkall(this.form)' value='checkbox'>全部选中</td>
<td width="441">
<input type="submit" name="submit" value="删除选中的会员" onClick="document.myform.action='?file=member&action=delete'">
</td>
<td width="358">
<input type="submit" name="submit1" value="EXCEL输出" onClick="java script:window.open('{$rootpath}/print.php')" style="background-color: #00FF00; color: #FF0000; border-style: double; border-color: #0000FF">
</td>
</tr>
</table>
第二步 打开附件按自己的要求调整输出,里边有说明哈
第三步 上传附件到根目录。OK,大功告成!