?? upload_multi_dialog.jsp
字號:
<%@ page contentType="text/html; charset=GBK"%>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>批量上傳</title>
</head>
<frameset rows="25,*,30" cols="*" frameborder="yes" border="0" framespacing="0" name="fwFrame">
<frame name="titleFrame" scrolling="NO" noresize src="upload_multi_title_bar.jsp" frameborder="NO">
<frame name="fileListFrame" scrolling="auto" noresize src="upload_multi_selectfile.jsp?action=${param.action}¶mID=${param.paramID}&type=${param.type}" frameborder="NO">
<frame name="ctrlFrame" scrolling="NO" noresize src="upload_multi_ctrl_bar.jsp?action=${param.action}¶mID=${param.paramID}&type=${param.type}" frameborder="NO">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
</body>
</noframes>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -