📄 accessinfo.jsp
字号:
<%@ page language="java" contentType="text/html;charset=GBK" %>
<%@ page import = "com.NCL.*"%>
<%@ page import = "com.sinosoft.common.*" %>
<%
String ID = Data.filterStr(request.getParameter("ID")==null?"":request.getParameter("ID").trim());
InterMana m = new InterMana();
m.init(ID);
String message = m.get("Message");
%>
<HTML>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="/NCL/global/css/table.css" rel="stylesheet" type="text/css">
<title>提示信息</title>
</head>
<body leftmargin="0" topmargin="0" onblur="this.focus();">
<table width="100%" background="/NCL/global/images/ui/return/NCL_policy_query_banner.jpg" cellpadding="0" cellspacing="0" border="0" align=center>
<tr>
<td colspan=3 height=90 nowrap > </td>
</tr>
<tr>
<td colspan=3 height=30 background="/NCL/global/images/ui/return/NCL_messages_line_01.jpg" nowrap > </td>
</tr>
<tr>
<td height=34 nowrap > </td>
<td bgcolor=#ffffff height=34 nowrap > <img src="/NCL/global/images/ui/return/NCL_policy_query_title_f.jpg"></td>
<td bgcolor=#ffffff height=34 width=100% style="FONT-FAMILY: 黑体; FONT-SIZE: 20px; FONT-WEIGHT: normal" valign=middle> 提示信息 </td>
</tr>
</table>
<table align="center" width=419 height=365 cellspacing=0 cellpadding=0 border=0 background="/NCL/global/images/registration.gif" style="background-repeat: no-repeat;">
<tr>
<td height="324">
<table cellspacing=0 cellpadding=0 border=0>
<tr>
<td colspan=3 height=14><img src="/NCL/global/images/ui/return/top.jpg" width="461" height="17"></td>
</tr>
<tr>
<td width=15 height=227><img src="/NCL/global/images/ui/return/left.jpg" width="15" height="307"></td>
<td width=431 height=307>
<table width=100% height=307 border=0 cellpadding=0 cellspacing=0 background="/NCL/global/images/ui/return/middle.jpg" style="background-repeat: repeat;">
<tr>
<td width=110 height=247 align="center"><img src="/NCL/global/images/ui/return/warnning1.jpg">
<td width=297 align="left"> <%=message %></td>
<td width=24 align="center"> </td>
</tr>
<tr>
<td height=60 align="center">
<td width=297 align="center"> </td>
<td width=24 align="center"> </td>
</tr>
</table>
</td>
<td width=15 height=227><img src="/NCL/global/images/ui/return/right.jpg" width="15" height="307"></td>
</tr>
<tr>
<td colspan=3></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="32" align="right" valign="top" style="cursor:hand"><img src="/NCL/global/images/ui/return/close.gif" onClick="window.close();"></td>
</tr>
</table>
<table width="100%" background="/NCL/global/images/ui/return/NCL_messages_line_02.jpg" cellpadding="0" cellspacing="0" border="0" align=center>
<tr>
<td colspan=3 height=23 nowrap></td>
</tr>
</table>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -