⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 talkmanager.jsp

📁 中应用程序的访问权限对Java Web Console 中应用程序的访问权限 成功登录 Web 控制台后,可能无法自动访问在该控制台中注册的所有应用程序。通常,必须安装应用程序,才能让所有的用户在控制
💻 JSP
字号:
<%@ page language="java" pageEncoding="utf-8"%>
<%@ taglib uri="http://displaytag.sf.net" prefix="display"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>


<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html:html lang="true">

<head>
	<html:base />

	<title>talkmanager.jsp</title>
	<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">

	<link rel="stylesheet" type="text/css" href="../CSS/stylesheet.css">
	<link rel="stylesheet" type="text/css" href="../CSS/displaytag.css" />
	<link style="text/css" rel="stylesheet" href="../css/CSS.css" />
	<link style="text/css" rel="stylesheet" href="../css/main.css" />
	<link style="text/css" rel="stylesheet" href="../css/general.css" />
	<link style="text/javascript" rel="stylesheet" href="../css/general.css" />

	<style type="text/css">
<!--
.STYLE1 {
	font-size: 14px
}

.STYLE4 {
	font-size: 36px
}
-->
</style>

</head>

<body background="#E6FDFF">
	<table>
		<tr>
			<td width="100px" height="21" align="center">
				<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
					codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
					width="100" height="63">
					<param name="movie" value="../images/jilu1.swf"></param>
				</object>
			</td>
			<td width="100px" align="center">
				<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
					codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
					width="100" height="63">
					<param name="movie" value="../images/gnjs.swf"></param>
				</object>
			</td>
			<td>
				<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
					codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
					width="100" height="63">
					<param name="movie" value="../images/zjia.swf"></param>
				</object>
			</td>
			<td>
				<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
					codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
					width="100" height="63">
					<param name="movie" value="../images/zhuye.swf"></param>
				</object>
			</td>
		</tr>
	</table>
	<h1>
		&nbsp;
		<span>银河管理中心 - 谈话管理 </span>
	</h1>
	<div class="list-div" id="listDiv">
		<c:set var="label0">谈话编号</c:set>
		<c:set var="label1">班主任姓名</c:set>
		<c:set var="label2">学生姓名</c:set>
		<c:set var="label3">谈话方式</c:set>
		<c:set var="label4">谈话内容</c:set>
		<c:set var="label7">操作</c:set>
		<table width="86%" height="52" cellspacing="1" cellpadding="3"
			id="listTable">
			<tr>
				<td height="20" class="blueText" align="center">
					<h5>

						浏览记录
					</h5>
				</td>
			</tr>
			<tr>
			<td height="100" align="center">
				<display:table name="list" id="row" pagesize="10" export="true"
					class="displaytag"
					requestURI="/admins/bwgl/TalkManager.html?method=talkmanager">
					<display:column property="id" title="${label0}"  sortable="true" style="text-align:center;" />
					<display:column property="teacherName" title="${label1}" sortable="true" headerClass="sortable" style="text-align:center;" />
					<display:column property="stuName" title="${label2}" />
					<display:column property="talkWay" title="${label3}" />
					<display:column property="talkContent" title="${label4}"
						style="text-align:center;" />
					<html:link page="/admins/bwgl/TalkManager.html?method=check"
							paramId="id" paramName="row" paramProperty="id">
						        查看
					</html:link>
						<html:link page="/admins/bwgl/TalkManager.html?method=update"
							paramId="id" paramName="row" paramProperty="id">
						修改
					</html:link>
						<html:link page="/admins/bwgl/TalkManager.html?method=delete"
							paramId="id" paramName="row" paramProperty="id">
						删除
					</html:link>
					</display:column>
				</display:table>
				<div id="footer">
					<!-- end goods type list -->
					<br>
					版权所有 @2005-2007 湖北银河软件开发有限公司,并保留所有权利。
				</div>
			</td>
			</tr>
</body>

</html:html>

⌨️ 快捷键说明

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