?? homeframe.jsp
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
Licensed Material - Property of IBM
(C) Copyright IBM Corp. 2001 - All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.
-->
<html>
<%@ page errorPage="/error.jsp" contentType="text/html; charset=utf-8" %>
<%@ taglib uri="/utc" prefix="utc" %>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="expires" content="0">
<link rel=stylesheet type="text/css" href="/UTC/css/windows.css">
<title><utc:resource key="frameTitle"/></title>
</head>
<frameset border="0">
<frame name="home" src="/UTC/html/homePage/homePage.jsp" marginwidth="0" marginheight="0" scrolling="no" frameborder="1">
</frameset>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -