?? document.php
字號(hào):
<?
/********************************************************************************/
/* 極限辦公自動(dòng)化系統(tǒng) (極限OA) */
/* ======================== */
/* 歡迎使用 極限OA,在您開始使用之前,請(qǐng)務(wù)必完整閱讀本軟件附帶的全部說(shuō)明檔 */
/********************************************************************************/
/* Welcome to http://www.xsp.cn & http://oa.xsp.cn */
/* 技術(shù)支持論壇 http://www.1119.net */
/********************************************************************************/
/* 商業(yè)購(gòu)買請(qǐng)聯(lián)系 臨海市極限網(wǎng)絡(luò)有限公司 */
/* 聯(lián)系電話: (0576) 5131349 郵件: mkt@xsp.cn QQ: 562873 */
/********************************************************************************/
require "./includes/headinc.php";
switch($action) {
case file:
checkright(41,11);
include'document/file.php';
break;
case file_left:
checkright(41,11);
include'document/file_left.php';
break;
case file_main:
checkright(41,11);
include'document/file_main.php';
break;
case filetype:
checkright(41,11);
include'document/filetype.php';
break;
case template:
checkright(41,11);
include'document/template.php';
break;
Default:
checkright(41,11);
include'document/file.php';
break;
}
function attachicon($type) {
if (eregi("(zip|tar|gzip|gz|cab|arj|arc|lzh|lha)$",$type)) {
$apic = 'zip';$apic2 = '壓縮文件';
}elseif (eregi("(rar)$",$type)) {
$apic = 'rar';$apic2 = '壓縮文件';
}elseif (eregi("(gif|jpg|jpeg|png|bmp)$",$type)) {
$apic = 'image';$apic2 = '圖像文件';
}elseif (eregi("(mp3|asf|wma|mpg|wav|wmv|mpeg|asx|avi|mid|m3u|vqf)$",$type)) {
$apic = 'av';$apic2 = '音像文件';
}elseif (eregi("(swf|swi|fla)$",$type)) {
$apic = 'flash';$apic2 = 'Flash文件';
}elseif (eregi("(rm|ra|rmvb|rv)$",$type)) {
$apic = 'rm';$apic2 = 'realplay文件';
}elseif (eregi("(htm|html|jsp|java|php|asp|cgi|js|pl)$",$type)) {
$apic = 'html';$apic2 = '網(wǎng)絡(luò)文件';
}elseif (eregi("(txt|rtf|wri|chm)$",$type)) {
$apic = 'text';$apic2 = '文本文件';
}elseif (eregi("(doc)$",$type)) {
$apic = 'word';$apic2 = 'Word文檔';
}elseif (eregi("(mdb)$",$type)) {
$apic = 'access';$apic2 = 'Access數(shù)據(jù)庫(kù)';
}elseif (eregi("(xls|xlw|xla)$",$type)) {
$apic = 'excel';$apic2 = 'Excel表格';
}elseif (eregi("(ppt)$",$type)) {
$apic = 'powerpoint';$apic2 = '幻燈片文件';
}elseif (eregi("(ppt)$",$type)) {
$apic = 'pdf';$apic2 = 'Acrobat文件';
}elseif (eregi("(exe|com|bat|dll)$",$type)) {
$apic = 'exe';$apic2 = '程序文件';
}else {
$apic = 'other';$apic2 = '未知類型';
}
return "$apic:$apic2";
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -