📄 askviewshow.jsp
字号:
<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-template" prefix="template" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-nested" prefix="nested" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html locale="true">
<head>
<link href="../images/myweb.css" rel="stylesheet" type="text/css">
<title>管理界面</title>
<style type="text/css">
<!--
body {
background-image: url(../images/main_bg.gif);
}
-->
</style>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
</head>
<body>
<br>
<table width="99%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td>
<table width="82" height="28" border="0" cellpadding="0" cellspacing="0" background="../images/main_menu_bg.gif">
<tr>
<td valign="bottom"><FONT COLOR="BLACK"><div align="center">新闻信息查看</div></FONT></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="99%" cellpadding="3" cellspacing="1" border="0" align="center" class="main_table">
<tr>
<td colspan="3" align="center" class="main_topbg" >网站后台管理</td>
</tr>
<bean:define id="ask" name="Asks" type="math.onlineask.model.OnlineAsk"/>
<tr>
<td class="myweb_td" >
试题ID:
</td>
<td class="myweb_td" onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#ffffff'">
<bean:write name="ask" property="id"/>
</td>
<td class="myweb_td" width="260px">
</td>
</tr>
<tr>
<td class="myweb_td" >
试题问题:
</td>
<td colspan="2" bgcolor="ffffff"><bean:write name="ask" property="question"
filter="false" /></td>
</tr>
<tr>
<td class="myweb_td" >
正确答案:
</td>
<td class="myweb_td" onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#ffffff'">
<bean:write name="ask" property="sanswer"/>
</td>
<td class="myweb_td" width="260px">
</td>
</tr>
<tr>
<td class="myweb_td" >
奖励分数:
</td>
<td class="myweb_td" onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#ffffff'">
<bean:write name="ask" property="award"/>分
</td>
<td class="myweb_td" width="260px">
</td>
</tr>
<tr>
<td class="myweb_td" >
适用范围:
</td>
<td class="myweb_td" onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#ffffff'">
<bean:write name="ask" property="sdifficulty"/>
</td>
<td class="myweb_td" width="260px">
</td>
</tr>
<tr>
<td class="myweb_td" >
试题类型:
</td>
<td class="myweb_td" onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#ffffff'">
<bean:write name="ask" property="stype"/>
</td>
<td class="myweb_td" width="260px">
</td>
</tr>
<tr>
<td class="myweb_td" >
阅读权限:
</td>
<td class="myweb_td" onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#ffffff'">
<bean:write name="ask" property="svip"/>
</td>
<td class="myweb_td" width="260px">
</td>
</tr>
</table>
<a href="javascript:window.close();"><FONT color="green" size="3">关闭本窗口</FONT></a>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -