📄 addprofessiontype.jsp~22~
字号:
<%@page contentType="text/html; charset=GBK"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@page import="java.util.Vector"%>
<%@page import="gxaccp.t07.guoneng_wei.petclinicmanagesystem.beans.ProfessionType"%>
<%@taglib tagdir="/WEB-INF/tags/" prefix="mytag"%>
<c:if test="${not sessionScope.UserInfo.admin}">
<jsp:forward page="servererror.jsp" />
</c:if>
<HTML>
<HEAD>
<TITLE>兽医信息</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gbk"/>
<style type="text/css">
<!--
.STYLE9 {color: #FF0000}
.STYLE10 {color: #FF9900}
.STYLE13 {color: #FF9900; font-size: 16px; }
.STYLE14 {color: #00CC99}
.STYLE15 {
font-size: 14;
font-weight: bold;
}
.STYLE16 {
color: #FFCC00;
font-weight: bold;
font-size: 14px;
}
.STYLE17 {
color: #00CC99;
font-size: 14px;
font-weight: bold;
}
.STYLE18 {
color: #00CC99;
font-size: 14;
font-weight: bold;
}
-->
</style>
<script type="" language="JavaScript">
function gotoSearchVet(){
//下拉菜单的动作
document.SearchToProfession.submit();
return ;
}
function gotoPage(pagenum){
//点击上下页链接的动作
document.pageForm.jumpPage.value=pagenum;
document.pageForm.submit();
return;
}
</script></HEAD>
<LINK href="datasrc/style.css" type=text/css rel=stylesheet>
<body>
<mytag:head/>
<!-- 在这里开始加入动态内容 -->
<TABLE cellSpacing=0 cellPadding=0 width=776 align=center background=datasrc/centerbg.gif border=0>
<TBODY>
<TR>
<TD vAlign=top width=188 background=datasrc/09.gif height=168>
<table width="100%" border="0" cellspacing="3" cellpadding="3">
<tr>
<td> </td>
</tr>
<tr>
<td>
<c:choose>
<c:when test="${sessionScope.UserInfo.admin}">
<a href="vet.jsp?ActionType=AddNewVet" target="_self" ><font class="STYLE14 list STYLE15"> 注册新兽医>>></font> </a> </c:when>
<c:otherwise>
<span class="STYLE16">注册新兽医</span><span class="STYLE8"><br />(管理员可操作)</span>
</a> </c:otherwise>
</c:choose> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<c:choose>
<c:when test="${sessionScope.UserInfo.admin}">
<a href="AddProfessionType.jsp" target="_self"><span class="STYLE17">增加兽医专业>>></span> </a> </c:when>
<c:otherwise>
<span class="STYLE16">增加新兽医专业</span><span class="STYLE8"><br />(管理员可操作)</span>
</a> </c:otherwise>
</c:choose> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<a href="vet.jsp?ActionType=SearchVet" target="_self" >
<font class="STYLE17">查询兽医信息>>></font></a> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</TD>
<TD vAlign=top width=588> </TD>
</TR>
</TBODY>
</TABLE>
<!-- 在这里结束加入动态内容 -->
<mytag:cauda/>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -