* 단일 파일 온라인 코드 편집기 editor.php 버전: v1.21 * 웹사이트의 모든 텍스트 파일을 온라인으로 편집하는 것은 매우 편리하며 웹사이트를 유지 관리하고 온라인으로 코드를 작성하는 데 매우 유용합니다. * 비밀번호 암호화 방법: * md5 (자체 설정 비밀번호 $ace) //$ace는 CDN 미러 주소 * * 사용법: * 1. $pwd 변수 값이 false인지 확인 , 이 파일을 업로드하세요. PHP 공간으로 이동하여 * 2. 처음 방문하면 비밀번호를 설정하라는 메시지가 표시되며 비밀번호를 기억하세요 * 3. 로그인 후. 처음 설정한 비밀번호는 기본적으로 이 PHP 파일이 편집됩니다. * 4. 이 파일은 편집기의 핵심 파일이므로 임의로 수정하지 마십시오 * 5. 저장하려면 편집된 파일은 Ctrl S 키 조합을 이용하여 실행 결과를 기다려주세요 * 6. 저장 작업이 실행된 후 반드시 저장이 성공할 때까지 기다려주세요 * 7. 재설정됩니다. 다른 사람이 경로를 추측하는 것을 방지하기 위해 이 프로그램의 파일 이름을 수정합니다 * 8. 새로 고침 기능은 이 프로그램 파일만 새로 고칠 수 있으며 다른 프로그램 파일은 새로 고칠 수 없습니다 * * 이 편집기를 사용하는 것이 좋습니다 크롬 브라우저에서 프로젝트에 대한 자세한 내용은 를 참조하세요.http://git.oschina.net/ymk18/aceditor
/** * 단일 파일 온라인 코드 편집기 editor.php 버전: v1.21 * * 비밀번호 암호화 방법: * md5(자체 설정 비밀번호 $ace) //$ace는 CDN입니다. 미러 주소 * * 사용방법 : * 1. $pwd 변수의 값이 false인지 확인하고 이 파일을 PHP 공간에 업로드한 후 에 접속합니다. * 2. 방문하시면 처음에는 비밀번호를 설정하라는 메시지가 표시됩니다. * 3. 처음 설정한 비밀번호로 로그인하면 기본적으로 이 PHP 파일이 편집됩니다. > * 4. 이 파일은 에디터의 핵심 파일이므로 임의로 수정하지 마시기 바랍니다 * 5. 편집된 파일을 저장하려면 Ctrl S 키 조합을 이용하여 실행 결과를 기다려주세요 * 6. 저장 작업이 실행된 후 저장 성공 메시지가 반환될 때까지 기다리십시오 * 7. 재설정 작업은 다른 사람이 경로를 추측하는 것을 방지하기 위해 이 프로그램의 파일 이름을 수정합니다 * 8. 새로 고침 기능은 이 프로그램 파일만 새로 고칠 수 있으며 다른 프로그램 파일은 새로 고칠 수 없습니다. * * 이 편집기는 크롬 브라우저에서 사용하는 것을 권장합니다 */ session_start(); $curr_file = __FILE__; // 기본적으로 현재 파일을 편집합니다. $curr_file_path = str_replace(dirname(__FILE__), '', __FILE__); $pwd = false; //비밀번호 초기화 기본값은 false입니다 $ace = 'http://cdn. staticfile.org/ ace/1.1.3/ace.js'; //코어 js 편집 $tip['core'] = 'http://cdn.staticfile.org/alertify.js/0.3.11/ Alertify.core .min.css'; $tip['css'] = 'http://cdn.staticfile.org/alertify.js/0.3.11/alertify.default.min.css'; $tip ['js'] = 'http://cdn.staticfile.org/alertify.js/0.3.11/alertify.min.js'; $jquery = 'http://cdn.staticfile. org/jquery /2.1.1-rc2/jquery.min.js'; if ( false !== $pwd ) { 정의('DEFAULT_PWD', $pwd); } //파일 확장자 이름에 해당하는 구문 분석기 $lng = array( 'as' => 'actionscript', 'js' => 'javascript',
'php' => 'php', 'css' => 'html',
'htm' => 'ini', 'json' => 'json',
'jsp' => 'jsp', 'sql' => 'xml' = > 'xml', 'py' => 'python',
'md' => apache_conf',
'bat' => 'batchfile', 'go' => 'golang',
);
//사용자가 로그인했는지 확인
함수 is_logged() {
$flag = false;
if ( isset($_SESSION['pwd']) && 정의('DEFAULT_PWD') ) {
if ( $_SESSION['pwd'] == = DEFAULT_PWD ) {
$flag = true;
}
}
return $flag;
}
//이 페이지로 새로고침
function reload() {
$ file = pathinfo(__FILE__, PATHINFO_BASENAME);
die(header("Location: {$file}"));
}
//요청이 다음인지 확인합니다. ajax 요청
함수 is_ajax () {
$flag = false;
if ( isset($_SERVER['HTTP_X_REQUESTED_WITH']) ) {
$flag = strtolower($_SERVER['HTTP_X_REQUESTED_WITH'] ) === 'xmlhttprequest' ;
}
return $flag;
}
//SESSION 및 COOKIE 삭제
function exterminate() {
$_SESSION = 배열 ();
foreach ( $_COOKIE as $key ) {
setcookie($key, null);
}
session_destroy();
$_COOKIE = array();
return true;
}
//디렉터리의 파일 목록 가져오기
function list_dir($path, $type = 'array') {
$flag = false;
$lst = array('dir'=>array(), 'file'=>array());
$base = !is_dir($path) ? dirname($path) : $path;
$tmp = scandir($ base);
foreach ( $tmp as $k=>$v ) {
//상위 디렉터리, 이 수준 디렉터리 및 프로그램 자체 파일 이름을 필터링합니다
if ( !in_array($v, 배열 ('.', '..')) ) {
$file = $full_path = rtrim($base, '/').DIRECTORY_SEPARATOR.$v;
if ( $full_path == __FILE__ ) {
continue; //자신의 파일이 목록에 나타나지 않도록 보호
}
$file = str_replace(dirname(__FILE__), '', $file);
$file = str_replace("\", '/ ', $file); //win에서 경로 필터링
$file = str_replace('//', '/', $file); 슬래시
if ( is_dir($full_path) ) {
if ( 'html' === $type ) {
$v = ' '.$v.' ';
}
array_push($lst[ 'dir'], $v);
} else {
if ( 'html' === $type ) {
$v = ' '.$v.' ';
}
array_push($lst ['파일'], $v);
}
}
}
$lst = array_merge($lst['dir'], $lst['file']);
$lst = array_filter($lst);
$flag = $lst;
if ( 'html' === $type ) {
$flag = ' ';
}
$flag;
} 반환
//비어 있지 않은 디렉터리를 재귀적으로 삭제
function deldir($dir) {
$dh = opendir($dir);
while ( $file = readdir($dh) ) {
if ( $file != '.' && $file != '..' ) {
$fullpath = $dir.'/'.$file;
if ( !is_dir($ fullpath ) ) {
unlink($fullpath);
} else {
deldir($fullpath);
}
}
}
return rmdir($dir);
}
//로그아웃
if ( isset($_GET['logout']) ) {
if ( exterminate() ) {
reload();
}
}
//ajax 출력 파일 내용
if ( is_logged() && is_ajax() && isset($_POST['file']) ) {
$file = dirname ( __FILE__).$_POST['file'];
$ext = pathinfo($file, PATHINFO_EXTENSION);
$mode = isset($lng[$ext]) ? $lng[$ext] : false ;
die(json_encode(array(
'file' => $file, 'html' => file_get_contents($file),
'mode' => $mode,
) ) );
}
//ajax 출력 디렉터리 목록
if ( is_logged() && is_ajax() && isset($_POST['dir']) ) {
$dir = dirname (__FILE__).$_POST['dir'];
$list_dir = list_dir($dir, 'html');
die(json_encode(array(
'dir' => $dir, ' html' => $list_dir,
)));
}
//ajax 저장 파일
if ( is_logged() && is_ajax() && isset($_POST[' action ']) ) {
$arr = array('result'=>'error', 'msg'=>'파일 저장에 실패했습니다! ');
$content = $_POST['content'];
if ( 'save_file' === $_POST['action'] ) {
if ( isset($_POST['file_path') ]) ) {
$file = dirname(__FILE__).$_POST['file_path'];
} else {
$file = __FILE__;
}
file_put_contents($file, $ content);
$arr['result'] = '성공';
$arr['msg'] = '성공적으로 저장되었습니다! ';
}
die(json_encode($arr));
}
//ajax 파일 또는 폴더 삭제
if ( is_logged() && is_ajax() && isset ( $_POST['del']) ) {
$path = dirname(__FILE__).$_POST['del'];
$arr = array('result'=>'error', 'msg ' =>'삭제 작업 실패!');
if ( $_POST['del'] && $path ) {
$flag = is_dir($path) ? deldir($path) );
if ( $flag ) {
$arr['msg'] = '삭제 작업이 성공했습니다! ';
$arr['result'] = '성공';
}
}
die(json_encode($arr));
}
//ajax 새 파일 또는 폴더 만들기
if ( is_logged() && is_ajax() && isset($_POST['create']) ) {
$flag = false;
$arr = array('result' = >'error', 'msg'=>'작업 실패! ');
if ( isset($_POST['target']) ) {
$target = dirname(__FILE__).$_POST [ 'target'];
$target = is_dir($target) ? $target : dirname($target);
}
if ( $_POST['create'] && $target ) {
$base_name = pathinfo($_POST['create'], PATHINFO_BASENAME);
$exp =explore('.', $base_name);
$full_path = $target.'/'.$base_name;
$new_path = str_replace(dirname(__FILE__), '', $full_path);
if ( count($exp) > 1 && isset($lng[array_pop($exp)]) ) {
file_put_contents ($full_path, '');
$arr['result'] = '성공';
$arr['msg'] = '새 파일이 성공적으로 생성되었습니다! ';
$arr['type'] = 'file';
} else {
mkdir($full_path, 0777, true);
$arr['result'] = '성공' ;
$arr['msg'] = '새 디렉토리를 성공적으로 생성했습니다! ';
$arr['type'] = 'dir';
}
if ( $base_name && $new_path ) {
$arr['new_name'] = $base_name;
$arr['new_path'] = $new_path;
}
}
die(json_encode($arr));
}
//ajax 파일 또는 폴더 이름 바꾸기
if ( is_logged() && is_ajax() && isset($_POST['rename']) ) {
$arr = array('result'=>'error', 'msg'=>' 이름 바꾸기 작업 실패! ');
if ( isset($_POST['target']) ) {
$target = dirname(__FILE__).$_POST['target'];
}
if ( $_POST['rename'] ) {
$base_name = pathinfo($_POST['rename'], PATHINFO_BASENAME);
if ( $base_name ) {
$rename = dirname($target ).' /'.$base_name;
$new_path = str_replace(dirname(__FILE__), '', $rename);
}
}
if ( $rename && $target && rename( $target, $rename) ) {
$arr['new_name'] = $base_name;
$arr['new_path'] = $new_path;
$arr['msg'] = '이름 바꾸기 작업이 성공했습니다!';
$arr['result'] = '성공';
}
if ( $target == __FILE__ ) {
$arr['redirect'] = $new_path;
}
die(json_encode($arr));
}
//获取代码文件内容
$code = file_get_contents($curr_file);
$tree = '< ul id="dir_tree">
ROOT'.list_dir($curr_file, 'html').' li>
';
//登陆和设置密码共用模版
$first = <<
【标题】
body {
오버플로: 숨김; 배경색: #2D2D2D; 색상: #CCCCCC; 글꼴 크기: 12px; 여백: 0;
글꼴 계열: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}
form { 디스플레이: 없음 ; 위치: 절대; }
양식 h5 { 글꼴 크기: 14px; 글꼴 두께: 보통; 여백: 0; 줄 높이: 2em; }
양식 입력 {
색상: #fff; 테두리: 1px 실선 #369; 테두리 반경: 3px; 배경: #333; 높이: 22px;
줄 높이: 1.6em; 너비: 125px; 오른쪽 여백: 5px; 수직 정렬: 중간;
}
양식 버튼 {
줄 높이: 1.6em; 테두리: 1px 실선 #369; 테두리 반경: 3px;
배경: #369; 색상: #fff; 수직 정렬: 중간;
}
< link rel="stylesheet" href="{$tip['css']}" />
【动작품】
< script src="{$jquery}" type="text/javascript" charset="utf-8">
var editor = false;
$(function(){
$('form').prepend('' document. 제목 ' ');
$('form').css({
왼쪽: ($(window).width()-$('form').width())/ 2,
상단: ($(window).height()-$('form').height())/2
});
$('form').show();
});
HTMLSTR;
//判断是否第一次登录
if ( false === $pwd &&empty($_POST) ) {
die(str_replace(
array('【标题】', '【动작】'),
array('第一次使용 ,先设置密码!', 'Settings'),
$first
));
}
//처음 로그인 비밀번호 설정
if ( false === $pwd && !empty ($_POST) ) {
if ( isset($_POST['pwd']) && strlen($_POST['pwd']) ) {
$pwd = $_SESSION['pwd'] = md5( $_POST['pwd'].$ace);
$code = preg_replace('#$pwd = false;#', '$pwd = "'.$pwd.'";', $code, 1) ;
file_put_contents($curr_file, $code);
} else {
reload();
}
}
//사용자 로그인 확인
if ( false !== $pwd && !empty($_POST) ) {
$tmp = md5($_POST['pwd'].$ace);
if ( $tmp && $pwd && $tmp == = $pwd ) {
$_SESSION['pwd'] = $pwd;
reload();
}
}
//html 엔터티 처리
$ 코드 = htmlspecialchars($code);
$dir_icon = str_replace(array("rn", "r", "n"), '',
'data:image/jpg;base64 ,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAYAAACgu 4KAAAAGXRFWHRTB2Z0D2
Fyzqbbzg9izsbjbwfnzvjlywr5cllpaaaaaaaaa Uyiqrhp5mra/92ysuvvglsw49b7h Naprh75xkhffocg 02Tyflueq tw2yyP8ccstc9sm
PEVA/SY6DW55Q3au1z EHBYK1CGO7SCKYDHA0WPI Hzgvqpzlo 8Seai6e2jed42BCL06TNYEH
AX9KV3JH3HQH7BCTFWLMOMOMABCG05MHK5 SQPD1HYIJN47ZCDUCSHTZXTCA QMJDLXQB9S1TU6
M TRED4BWSHLNUZEEKAC3 Gep6eo8yevhjc3F1QC4CDaal3hwuynaaaaaaaaaaaaokjgg == ') rn", "r", "n"), ' ',
'데이터:image/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAAAGXRFWHRTb2Z0d2
FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS1JREFUeNqMU01Kxk AMTaez7aYbNwreQdBzeopS 6EXEW jug7Z
C6X /iUloSr6xioFHJkPee5mUJgBwT7gjpPB3XAgfiBjs5dOyLF/btl0pkEFngdbzPGNRFK/U 0hwJAAMjmcm
DsOA4zge6Pseu67DpmlE qK5rLMvyRkDJor6uq2SGktu2 FfdpmpANqqoSASYnO/kthABJkoCOxCASkCBkWSYuQ
qCeNE1fqHz3fMkXzjnJ2sRinL33QBNIzWJ5nh/L8npQohVTJwYTyfFm/d6Oo2HGE8ffwseuZ1PEjhrOutmsRF
0iC8QmPibEtT4hftrhHI95JqJT/HC2JOt0to zN6MVsZ/oZK qwmyCTA33DkbN1sws0i Pega6v0kd42H9JB/8
LJl5I6PNbgAEAa9MP7QWoNLoAAAAASUVORK5CYII=');
$ loading = str_replace(array("rn", "r", "n"), '',
'data:image/gif;base64,R0lGODlhFAAUALMIAPh2AP TMsZiALLlcAKNOAOp4ANVqAP PFv///wAAAAAAAAA
AAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh QQFCgAIACwAAAAFAAUAAAEUxDJSau9iBDMteb
T MEjehgTBJYqkiaLWOlZvGs8WDO6UIPCHw8TnAwWDEuKPcxQml0Ynj2cwYACAS7VqwWItWyuiU JB4s2AxmWxG
g9bl6YQtl0cAACH5BAUKAAgALAEAAQASABIAAAROEMkpx6A4W5upENUmEQT2fe ltMJYiv bvhnZ3Z1h4FMQI
Dodz cL7nDEn5CH8DGZhcLtcMBEoxkqlXKVIgAAibbK9YLBYvLtHH5K0J0IACH5BAUKAAgALAEAAQASABIAAA
ROEMkphaA4W5upMdUmDQP2feFIltMJYivbvhnZ3V1R4BNBI cl7nDEn5CH8DGZAMAtEMBEoxkqlXKVIg4
HibbK9YLBYvLtHH5K0J0IACH5BAUKAAgALAEAAQASABIAAAROEMkpjaE4W5tpKdUmCQL2feFIltMJYivbvhnZ
3R0A4NMwIDodz cL7nDEn5CH8DGZh8ONQMBE oxkq1 대 gALAEAAQASABIAAAROEMkpz6E4W5tpCNUMAQD2feFIltMJYivbvhnZ3R1B4FNRIDodz cL7nDEn5CH8DGZg
8HNYMBEoxkqlXKVIgQCibbK9Y LBYvLtHH5K0J0IACH5BAkKAAgALAEAAQASABIAAAROEMkpQ6A4W5spI dUmHQ
f2feFIltMJYivbvhnZ3d0w4BMAIDodz cL7nDEn5CH8DGZAsGtUMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0
IA Ds=');
//편집기 템플릿
$html = <<
ACE 코드 편집기
a { text -장식: 없음; }
body {
오버플로: 숨겨진; 배경색: #2D2D2D; 글꼴 -크기: 12px;
글꼴 계열: 'Consolas', 'Monaco', 'Menlo' '우분투 모노', 모노스페이스;
스크롤바-화살표: #ccc; 스크롤바-베이스-색상: # 333;
스크롤바-어두운-그림자-색상: #00ffff; ;
스크롤바-하이라이트-색상: #272822; 스크롤바-3d-빛-색상: #272822;
스크롤바-얼굴-색상: #2D2D2D; 스크롤바-그림자-색상: #333;
}
::-webkit-scrollbar { 너비:5px; 높이:6px; 배경색:#444; }
::-webkit-scrollbar:hover { 배경색:#444; -webkit-scrollbar-thumb:hover { min-height:5px; min-width:5px; 배경색: # AAA }
::-webkit-scrollbar-thumb:active { -webkit-border-radius: 20px; 배경색: #AAA; }
::-webkit-scrollbar-thumb {
min -height:5px; -webkit-border-radius:20px; :-webkit-border-radius:1px; 배경색: #AAA;
}
body > ; pre { color: #666; }
#sider { 위치: 절대; : 25px; 왼쪽: 0; 오른쪽: }
#editor { 여백: 0; 왼쪽: 0;
#dir_tree { margin:0; padding: 0; height: 100%; overflow: auto; position: relative; left: 5px; }
#dir_tree, #dir_tree ul, #dir_tree li { margin: 0; padding: 0; list-style: none inside; }
#dir_tree ul { padding-left: 20px; position: relative; }
#dir_tree li { text-indent: 2em; line-height: 1.6em; cursor: default; color: #ccc; }
#dir_tree li.hover > span, #dir_tree li:hover > span { color: #66D9EF; }
#dir_tree li#on > span { color: red; }
#dir_tree li.dir { background: url({$dir_icon}) no-repeat 3px 3px; }
#dir_tree li.file { background: url({$file_icon}) no-repeat 3px 0; }
#dir_tree li.loading { background: url({$loading}) no-repeat 3px 0; }
#logout { position: absolute; top: 0; left: 0; }
#logout a { display: inline-block; color: #aaa; line-height: 25px; padding: 0 4px; }
#logout a:hover { background: #000; color: #ddd; }
#contextmenu { position: absolute; top: 0; left: 0; background: #fff; color: #333; border: 1px solid #000; padding: 1px; }
#contextmenu span { display: block; line-height: 24px; text-indent: 20px; width: 80px; cursor: default; }
#contextmenu span:hover { background-color: #369; color: #fff; }
#alertify .alertify-message, #alertify .alertify-message {
text-align: left !important; text-indent: 0; font-weight: bold; font-size: 16px;
}
#alertify .alertify-dialog, #alertify .alertify-dialog {
font-family: 'Consolas'; padding: 10px !important; color: #333 !important;
}
#alertify .alertify-button {
border-radius: 3px !important; font-weight: normal !important;
font-size: 14px !important; padding: 3px 15px !important;
}
.alertify-buttons { text-align: right !important; }
{$tree}
{$code}
var load = false;
var curr_file = false;
window.location.hash = '';
alertify.set({delay: 1000}); //n秒后自动消失
alertify.set({labels: {ok:'确定',cancel:'取消'}});
var editor = false;
$(function(){
//实例化代码编辑器
editor = ace.edit("editor");
//设置编辑器的语法和高亮
editor.setTheme("ace/theme/monokai");
editor.getSession().setMode("ace/mode/php");
//设置编辑器自动换行
editor.getSession().setWrapLimitRange(null, null);
editor.getSession().setUseWrapMode(true);
//不显示垂直衬线
editor.renderer.setShowPrintMargin(false);
//editor.setReadOnly(true); //设置编辑器为只读
//editor.gotoLine(325); //跳转到指定行
//使编辑器获得输入焦点
editor.focus();
//绑定组合按键
var commands = editor.commands;
commands.addCommand({
name: "save",
bindKey: {win: "Ctrl-S", mac: "Command-S"},
exec: save_file
});
//保存动作
function save_file() {
if ( false == editor ) { return false; }
var obj = {
content: editor.getValue(),
action: 'save_file'
};
if ( false !== curr_file ) {
obj.file_path = curr_file;
}
alertify.log('正在保存...');
$.post(window.location.href, obj, function(data){
if ( data.msg && 'success' == data.result ) {
alertify.success(data.msg);
} else {
alertify.error(data.msg);
}
}, 'json');
}
//加载目录列表或文件
load = function(ele) {
var curr = $(event.srcElement);
if ( ele ) { curr = ele; }
if ( curr.is('span') ) { curr = curr.parent('li'); }
$('#dir_tree #on').removeAttr('id');
curr.attr('id', 'on');
var type = curr.attr('class');
var path = curr.attr('path');
window.location.hash = path;
if ( 'file' === type ) {
alertify.log('正在加载...');
curr.addClass('loading');
$.post(window.location.href, {file:path}, function(data){
curr.removeClass('loading');
if ( data.mode ) {
editor.getSession().setMode("ace/mode/"+data.mode);
}
//注意,空文件应当允许编辑
if ( true || data.html ) {
curr.attr('disabled', 'disabled');
curr_file = path; //当前编辑的文件路径
//动态赋值编辑器中的内容
editor.session.doc.setValue(data.html);
editor.renderer.scrollToRow(0); //滚动到第一行
editor.focus(); //编辑器获得焦点
setTimeout(function(){
editor.gotoLine(0);
}, 800);
}
}, 'json');
event.stopPropagation();
event.preventDefault();
return false;
}
if ( 'dir' === type ) {
if ( curr.attr('loaded') ) {
curr.children('ul').toggle();
event.stopPropagation();
event.preventDefault();
return false;
} else {
curr.attr('loaded', 'yes');
}
alertify.log('正在加载...');
curr.addClass('loading');
$.post(window.location.href, {dir:path}, function(data){
curr.find('ul').remove();
curr.removeClass('loading');
if ( data.html ) {
curr.append(data.html);
}
}, 'json');
}
return false;
}
//绑定右键菜单
$('#sider').bind('contextmenu', function(e){
var path = false;
var target = $(event.srcElement);
if ( target.is('span') ) {
target = target.parent('li');
}
if ( target.attr('path') ) {
path = target.attr('path');
} else {
return false;
}
target.addClass('hover');
var right_menu = $('#contextmenu');
if ( !right_menu.get(0) ) {
var timer = false;
right_menu = $('');
right_menu.hover(function(){
if ( 타이머 ) {clearTimeout(timer); }
}, function(){
타이머 = setTimeout(function(){
hide_menu(right_menu);
}, 500);
});
$('body').append(right_menu);
}
if ( 경로 ) {
right_menu.html('');
var menu = $('New建 浏览 중복 이름 < ;span>删除');
right_menu.append(menu);
menu_area(right_menu, {left: e.pageX, top: e.pageY});
right_menu.find ('span').click(function(){
switch ( $(this).text() ) {
case 'new建' : create_new(target, path); break;
case '浏览' : 미리보기(대상, 경로);
케이스 '중복명' : re_name(대상, 경로);
케이스 '删除' : del_file(대상, 경로) break;
}
hide_menu(right_menu);
});
}
경로 ? right_menu.show() : hide_menu(right_menu);
return false;
});
//隐藏右键菜单
function hide_menu(menu) {
$('#sider li. hover').removeClass('hover');
if ( menu ) {
menu.hide();
}
}
//右键菜单区域
function menu_area( 메뉴, cfg) {
if ( menu && cfg ) {
var w = $('#sider').width() - menu.width();
var h = $('#sider ').height() - menu.height();
if ( cfg.left > w ) { cfg.left = w; }
if ( cfg.top > h ) { cfg.top = h; }
menu.css(cfg);
}
}
//保存按钮
$('#logout>a:contains("保存")').click(function( ){
save_file();
return false;
});
//刷新按钮
$('#logout>a:contains("刷新")').click( function(){
window.location.href = window.location.pathname;
return false;
});
//중계按钮
$('#logout>a: Contains("중계")').click(function(){
Alertify.confirm('是否修改 {$curr_file_path} 程序文件名?', function (e) {
if ( !e ) { return 'cancel'; }
re_name($(''), '{$curr_file_path}');
});
return false;
});
//새로운 작업
function create_new(obj, path) {
if ( !obj || !path ) { return false; }
Alertify.prompt('请输入新建文件或文件夹명:', function (e, str) {
if ( !e || !str ) { return false; }
Alertify.log ('정재操작중...');
$('#dir_tree #on').removeAttr('loaded').removeAttr('id');
$.post(window.location.href , {create:str,target:path}, function(data){
if ( data.msg && 'success' == data.result ) {
Alertify.success(data.msg);
if ( obj.attr('class') == 'dir' ) {
load(obj); // 새로 추가된 加载子节点
} else {
load(obj.parent().parent( ));
}
} else {
Alertify.error(data.msg);
}
}, 'json');
});
}
//浏览操작
function Preview(obj, path) {
if ( !obj || !path ) { return false; }
window.open(path, '_blank');
}
//중요명
function re_name(obj, path) {
if ( !obj || !path ) { 거짓을 반환; }
Alertify.prompt('중복명 ' path ' 为:', function (e, str) {
if ( !e || !str ) { return false; }
Alertify.log(' 정재操작중...');
$.post(window.location.href, {rename:str,target:path}, function(data){
if ( data.msg && 'success' = = data.result ) {
Alertify.success(data.msg);
if ( data.redirect ) {
window.location.href = data.redirect;
}
if ( data.new_name ) {
obj.children('span').first().text(data.new_name);
obj.attr('path', data.new_path);
}
} else {
Alertify.error(data.msg);
}
}, 'json');
});
}
//删除文件动작
function del_file(obj, path) {
if ( !obj || !path ) { return false; }
Alertify.confirm('您确定要删除:' path ' 吗?', function (e) {
if ( !e ) { return 'cancel'; }
Alertify.log('삭제 중...');
$.post(window.location.href, {del:path}, function(data){
if ( data.msg && 'success' == data.result ) {
Alertify.success(data.msg);
obj.remove () ;
} else {
Alertify.error(data.msg);
}
}, 'json');
});
}
}) ;
HTMLSTR;
//로그인 여부 확인
if ( !is_logged() ) {
die(str_replace(
array('[제목]', '[액션]'),
array('처음 설정한 비밀번호를 입력하세요!', '로그인'),
$first
))
} else {
echo $html;
}
코드 복사