editor.php
来自「MetInfo企业网站管理系统采用PHP+Mysql架构」· PHP 代码 · 共 12 行
PHP
12 行
<?php
require_once '../login/login_check.php';
include_once("../../fckeditor/fckeditor.php");
$job_list=$db->get_one("select * from $met_job where id='$id'");
if(!$job_list){
okinfo('index.php',$lang[noid]);
}
$css_url="../templates/".$met_skin."/css";
$img_url="../templates/".$met_skin."/images";
include template('job_editor');
footer();
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?