📄 scan_see_code.tpl.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 + -