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

📄 scan_see_code.tpl.php

📁 Phpcms2008 是一款基于 PHP+Mysql 架构的网站内容管理系统
💻 PHP
字号:
<?php defined('IN_PHPCMS') or exit('Access Denied');include admin_tpl('header');?><form action="?mod=phpcms&file=safe&action=edit_code" method="POST"><table width="95%" cellpadding="0" class="table_form" cellspacing="1"> <caption><?=$file_path?>鏌ョ湅浠g爜</caption> <tr> <td>鐗瑰緛鍑芥暟</td> <td><?php if ($func) { 	 foreach ($func as $val)	 {	 	if($val)	 	{	 		echo "<input type='button' onclick=\";findInPage(this.form.code,'$val');\" value='".$val."'> ";	 	}	 } } ?></td> </tr> <tr>  <td>鐗瑰緛浠g爜</td> <td><?php if($code) {	 foreach ($code as $val)	 {	 	if($val)	 	{	 		echo "<input type='button' onclick=\"findInPage(this.form.code,'".htmlentities($val)."');\" value='".htmlentities($val)."'> ";	 	}	 } } ?></td> </tr> <tr> <td valign="top">鏂囦欢婧愪唬鐮

⌨️ 快捷键说明

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