📄 modelist.jsp
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"
prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html"
prefix="html"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic"
prefix="logic"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles"
prefix="tiles"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-template"
prefix="template"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-nested"
prefix="nested"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html locale="true">
<head>
<html:base />
<title>modelist.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" href="/ChinaHR/EnterpriseServer/css/default.css"
type="text/css"></link>
<link rel="stylesheet" href="/ChinaHR/EnterpriseServer/css/main.css"
type="text/css"></link>
<link rel="stylesheet" href="/ChinaHR/EnterpriseServer/css/layer6.css"
type="text/css"></link>
<link rel="stylesheet" href="/ChinaHR/EnterpriseServer/css/index.css"
type="text/css"></link>
<link rel="stylesheet"
href="/ChinaHR/EnterpriseServer/css/style-new.css" type="text/css"></link>
<script type="text/javascript">
function Delete(vl)
{
if(!confirm('确认删除?'))
{
return;
}
else
{
var vl=vl+",";
document.forms[0].action="/ChinaHR/doJob.do?operate=doDeleteModel&jobId="+vl;
document.forms[0].submit();
}
}
function ShowView(vl)
{
window.showModalDialog("/ChinaHR/doJob.do?operate=show&jobid="+vl,"new","dialogWidth=450px;dialogHeight=280px;center:1;status:0;");
}
</script>
</head>
<body style=" background-color: white;">
<html:form action="/doJob" method="post">
<div id="myTableDiv">
<table class="query_form_table">
<tr>
<th>
模板名称
</th>
<th>
职位名称
</th>
<th>
所属机构
</th>
<th>
职位类型
</th>
<th>
创建者
</th>
<th>
更新时间
</th>
<th style=" width: 100px;">
操 作
</th>
</tr>
<logic:iterate id="Job" name="jobList">
<tr>
<td>
${Job.modelsName}
</td>
<td>
${Job.jobName}
</td>
<td>
${Job.userCompany.name}
</td>
<td>
${Job.jobSort.name}
</td>
<td>
${Job.userCompany.CUserName}
</td>
<td>
${Job.createTime}
</td>
<td width="100px">
<a href="javascript:Delete(${Job.jobId});">删除</a>
<a href="javascript:ShowView(${Job.jobId });">查看</a>
</td>
</tr>
</logic:iterate>
</table>
</div>
</html:form>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<DIV id=footer>
<DIV class=footnav>
<A
href="http://www.chinahr.com/pub/bottommenu/aboutus.asp?clickbutton=1"
target=_blank>中华英才网简介</A>|
<A
href="http://www.chinahr.com/pub/bottommenu/service4empl.asp?clickbutton=3"
target=_blank>我们的服务</A>|
<A
href="http://www.chinahr.com/pub/bottommenu/pressrelease.asp?clickbutton=1"
target=_blank>媒体关注</A>|
<A
href="http://www.chinahr.com/pub/bottommenu/comments/feedback.asp?clickbutton=1"
target=_blank>用户反馈</A>|
<A
href="http://www.chinahr.com/pub/bottommenu/joinus.asp?clickbutton=1"
target=_blank>本网招聘</A>|
<A
href="http://www.chinahr.com/pub/bottommenu/announce.asp?clickbutton=1"
target=_blank>网站声明</A>|
<A
href="http://www.chinahr.com/pub/bottommenu/contactinfo.asp?clickbutton=2"
target=_blank>联系我们</A>|
<A
href="http://www.chinahr.com/pub/bottommenu/comradeship.asp?clickbutton=1"
target=_blank>合作伙伴</A>
</DIV>
<DIV class=copyright>
本网站之所有招聘信息及作品,未经书面授权不得转载。
<BR>
中华英才网 © 版权所有
<A href="http://www.miibeian.gov.cn/" target=_blank>ICP经营许可证编号
京ICP证000065号</A>
</DIV>
</DIV>
<!-- 页脚 end -->
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -