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

📄 functionview.jsp

📁 利用STRUTS2+SPRING+HIBERNATE/IBATIS建立的基本开发框架
💻 JSP
字号:
<%@page contentType=" text/html; charset=UTF-8"%>
<%@taglib prefix="s" uri="/struts-tags"%>
<html>
<head>
<title><s:text name="system.title" /></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="../../style/style1.css" type="text/css" rel="stylesheet" />
<STYLE type="text/css">
BODY {
	SCROLLBAR-FACE-COLOR: #EFEEEE;
	FONT-SIZE: 12px;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #BABABA;
	SCROLLBAR-ARROW-COLOR: #BABABA;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #BABABA
}
</STYLE>
</head>

<body topmargin="0" leftmargin="0" rightmargin="0" scroll="no">
<s:action id="functionLevelLoadAction" namespace="/public"
	name="loadDictData">
	<s:param name="dictTypeCode">FUNCTION_LEVEL_DICT_TYPE_CODE</s:param>
</s:action>
<s:action id="functionTypeLoadAction" namespace="/public"
	name="loadDictData">
	<s:param name="dictTypeCode">FUNCTION_TYPE_DICT_TYPE_CODE</s:param>
</s:action>
<s:action id="stateLoadAction" namespace="/public" name="loadDictData">
	<s:param name="dictTypeCode">STATE_DICT_TYPE_CODE</s:param>
</s:action>
<s:form method="post" theme="simple">
	<s:hidden name="queryCriteria.functionName" />
	<s:hidden name="queryCriteria.functionLevel" />
	<s:hidden name="queryCriteria.parentFuncId" />
	<table width="100%" height="100%" border="0" cellspacing="0"
		cellpadding="0">
		<tr>
			<td height="1%">
			<table width="100%" border="0" align="center" cellpadding="0"
				cellspacing="0" class="labeltable">
				<tr>
					<td height="38" background="../../images/main_bk.gif" class="new3">
					<table width="99%" border="0" align="right" cellpadding="0"
						cellspacing="0">
						<tr>
							<td><img src="../../images/icon_main01.gif" width="11"
								height="11"> <span class="new3"><s:text
								name="function.manage" /> --&gt; 功能查看</span></td>
						</tr>
					</table>
					</td>
				</tr>
			</table>
			</td>
		</tr>
		<tr>
			<td height="99%" valign="top">
			<div class="listdiv">
			<table width="97%" border="0" align="center" cellpadding="3"
				cellspacing="0" class="input_outtable">
				<tr>
					<td valign="top">
					<table width="100%" border="0" cellspacing="0" cellpadding="3">
						<tr>
							<td width="17%" height="24" bgcolor="#FFEEFF"
								class="input_td_textright">功能代码:</td>
							<td bgcolor="#FFEEFF" class="input_td_textleft"><s:property
								value="function.functionCode" /></td>
							<td bgcolor="#FFEEFF" class="input_td_textleft">
							<div align="right">功能名称<span
								style="color: red; font-weight: bold">*</span>:</div>
							</td>
							<td bgcolor="#FFEEFF" class="input_td_textleft"><s:property
								value="function.functionName" /></td>
						</tr>
						<tr>
							<td height="3" bgcolor="#FFEEFF" class="input_td_textright">功能级别<span
								style="color: red; font-weight: bold">*</span>:</td>
							<td bgcolor="#FFEEFF" class="input_td_textleft"><s:property
								value="#functionLevelLoadAction.dictDataMap.get(function.functionLevel)" /></td>
							<td bgcolor="#FFEEFF" class="input_td_textleft">
							<div align="right">上级功能<span
								style="color: red; font-weight: bold">*</span>:</div>
							</td>
							<td bgcolor="#FFEEFF" class="input_td_textleft"><s:property
								value="function.parentFuncName" /></td>
						</tr>
						<tr>
							<td height="3" bgcolor="#FFEEFF" class="input_td_textright">功能类型<span
								style="color: red; font-weight: bold">*</span>:</td>
							<td bgcolor="#FFEEFF" class="input_td_textleft"><s:property
								value="#functionTypeLoadAction.dictDataMap.get(function.functionType)" />&nbsp;</td>
							<td bgcolor="#FFEEFF" class="input_td_textleft">
							<div align="right">显示次序<span
								style="color: red; font-weight: bold">*</span>:</div>
							</td>
							<td bgcolor="#FFEEFF" class="input_td_textleft"><s:property
								value="function.ordering" />&nbsp;</td>
						</tr>
						<tr>
							<td height="3" bgcolor="#FFEEFF" class="input_td_textright">程序集名称:</td>
							<td colspan="3" bgcolor="#FFEEFF" class="input_td_textleft"><s:property
								value="function.assemblyName" /></td>
						</tr>
						<tr>
							<td height="3" bgcolor="#FFEEFF" class="input_td_textright">状
							态<span style="color: red; font-weight: bold">*</span>:</td>
							<td bgcolor="#FFEEFF" class="input_td_textleft"><s:property
								value="#stateLoadAction.dictDataMap.get(function.state)" /></td>
							<td bgcolor="#FFEEFF" class="input_td_textright1">&nbsp;</td>
							<td bgcolor="#FFEEFF" class="input_td_textleft">&nbsp;</td>
						</tr>
						<tr>
							<td height="3" bgcolor="#FFEEFF" class="input_td_textright">
							创建人:</td>
							<td width="33%" bgcolor="#FFEEFF" class="input_td_textleft">
							<s:property value="function.createUserName" /> &nbsp;</td>
							<td width="18%" bgcolor="#FFEEFF" class="input_td_textright1">
							创建日期:</td>
							<td width="32%" bgcolor="#FFEEFF" class="input_td_textleft">
							<s:date name="function.createDate" format="yyyy-MM-dd HH:mm:ss" />
							&nbsp;</td>
						</tr>
						<tr>
							<td height="6" bgcolor="#FFEEFF" class="input_td_textright">
							修改人:</td>
							<td bgcolor="#FFEEFF" class="input_td_textleft"><s:property
								value="function.modifyUserName" /> &nbsp;</td>
							<td bgcolor="#FFEEFF" class="input_td_textright1">修改日期:</td>
							<td bgcolor="#FFEEFF" class="input_td_textleft"><s:date
								name="function.modifyDate" format="yyyy-MM-dd HH:mm:ss" />
							&nbsp;</td>
						</tr>
						<tr>
							<td height="6" bgcolor="#FFEEFF" class="input_td_textright2">
							备注:</td>
							<td colspan="3" bgcolor="#FFEEFF" class="input_td_line_dx">
							<s:property value="function.remark" /> &nbsp;</td>
						</tr>
						<tr>
							<td height="24" colspan="4" bgcolor="#FFEEFF"
								class="input_td_textright_bk"><s:submit value="返回"
								action="findFunctions" cssClass="topbut2" /></td>
						</tr>
					</table>
					</td>
				</tr>
			</table>
			</div>
			</td>
		</tr>
	</table>
</s:form>
</body>
</html>

⌨️ 快捷键说明

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