📄 a_clue_on.jsp
字号:
<%@ page contentType="text/html; charset=GBK" import="mrgf.form.IndexForm" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<html>
<link rel="stylesheet" href="css/style.css">
<style type="text/css">
<!--
.style1 {color: #FF3366}
-->
</style>
<head>
<title>
index
</title>
</head>
<body bgcolor="#ffffff" topmargin="0">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="right">
<td height="22" background="image/other/clue_on.jpg"> </td>
</tr>
<tr>
<td valign="top" height="619" background="image/other/"><table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr height="127">
<td width="26%"> </td>
<td width="48%"> </td>
<td width="26%"> </td>
</tr>
<%
String clueOn=(String)request.getAttribute("clueOn");
if(clueOn==null){
clueOn=(String)request.getParameter("clueOn");
mrgf.other.SpecialMethod sm=new mrgf.other.SpecialMethod();
clueOn=sm.toChinese(clueOn);
}
%>
<tr align="center">
<td colspan="3"><font size="3"><%=clueOn %></font></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -