📄 selicon.ssc
字号:
<!--SCRIPT PSOBJMOD
import( site.GetRootDocument().location + "/ObjMod80.ssc" );
session.active = true;
InitObjects(session);
-->
<!--SCRIPT // {{ SCRIPT()
/*
* Select an icon image based on the document type.
*/
function SelectIcon( docType )
{
if( docType == 'directory' ) {
document.write( 'folder.gif' );
} else if( docType == 'directorylink' ) {
document.write( 'linked.gif' );
} else if( docType == 'image' ) {
document.write( 'image.gif' );
} else if( docType == 'text' ) {
document.write( 'document.gif' );
} else if( docType == 'script' ) {
document.write( 'script.gif' );
} else {
document.write( 'document.gif' );
}
}
// }}
-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -