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

📄 lefttree.jsp.svn-base

📁 学习dwr+struts2+spring进行开发的好例子
💻 SVN-BASE
字号:
<%@ page language="java" contentType="text/html; charset=utf-8"
	pageEncoding="utf-8"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
<link href="styles/extremecomponents.css" rel="stylesheet"
	type="text/css">

</head>

<body bgcolor="#99CCFF">
<table width="69%" height="492" border="0" cellpadding="0"
	cellspacing="0" align="center">
	<tr height="92">
		<td>
		<div align="center"></div>
		</td>
	</tr>
	<tr>
		<td><strong><a
			href="NoticeComment/NoticeCommentList.lotteryWeb" target="mainFrame"><s:property
			value="%{getText('menu.noticeComment')}" /></a></strong></td>
	</tr>
	<tr>
		<td><strong><a
			href="NoticeNewsCategory/NoticeNewsCategoryList.lotteryWeb"
			target="mainFrame"><s:property
			value="%{getText('menu.noticeNewsCategory')}" /></a></strong></td>
	</tr>
	<tr>
		<td><strong><a
			href="NoticeNewsDetail/NoticeNewsDetailList.lotteryWeb"
			target="mainFrame"><s:property
			value="%{getText('menu.noticeNewsDetail')}" /></a></strong></td>
	</tr>
	<tr>
		<td><strong><a
			href="NoticeGameResult/NoticeGameResultList.lotteryWeb"
			target="mainFrame"><s:property
			value="%{getText('menu.noticeGameResult')}" /></a></strong></td>
	</tr>
	<tr>
		<td><strong><a
			href="NoticeGameWinner/NoticeGameWinnerList.lotteryWeb"
			target="mainFrame"><s:property
			value="%{getText('menu.noticeGameWinner')}" /></a></strong></td>
	</tr>
	<tr>
	<s:property
			value="%{#session.login_flag}" />
		<td><strong><s:if test="%{null == #session.login_flag} ">
			<a href="Login/Login.lotteryWeb" target="_top"><s:property
				value="%{getText('menu.login')}" /></a>
		</s:if> <s:else>
			<a href="Login/Logout.lotteryWeb" target="_top"><s:property
				value="%{getText('menu.logout')}" /></a>
		</s:else> </strong></td>
	</tr>
	<tr>
		<td></td>
	</tr>
	<tr>
		<td></td>
	</tr>
	<tr>
		<td></td>
	</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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