📄 systemleft.jsp
字号:
<%@ include file="/common/taglibs.jsp"%>
<%-- Put constants into request scope --%>
<pgmm:constants scope="request"/>
<c:if test="${sessionScope.currentUserForm != null}">
<div>
<table width="155" border="0" cellpadding="0" cellspacing="0" height="350" valign="top" align="left" >
<tr>
<td width="150" rowspan="2" valign="top" bgcolor="8fbee8" >
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="<c:url value="/images/butsysmantop.gif"/>" width="167" height="23"></td>
</tr>
<tr>
<td><html:link forward="viewUsers"><img src="<c:url value="/images/butusersman.gif"/>" width="167" height="23"></html:link></td>
</tr>
<tr>
<td><html:link forward="viewRoles"><img src="<c:url value="/images/butpermsetup.gif"/>" width="167" height="23"></html:link></td>
</tr>
<tr>
<td><html:link forward="viewDepartments"><img src="<c:url value="/images/butdepartments.gif"/>" width="167" height="23"></html:link></td>
</tr>
<tr>
<td><img src="<c:url value="/images/spacer.gif"/>" width="45" height="15"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</c:if>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -