-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40c6176
commit 51629a5
Showing
82 changed files
with
2,963 additions
and
889 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,80 +1,77 @@ | ||
<%@ page language="java" import="java.util.*" pageEncoding="GB2312"%> | ||
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> | ||
<%@ taglib prefix="s" uri="/struts-tags" %> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>已邀请学生的导师</title> | ||
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.0.js"> | ||
</script> | ||
<script type="text/javascript"> | ||
function re(e) | ||
{ | ||
var BT = document.getElementById("dx"); | ||
window.location.href = "checkdx?dx="+e.innerHTML; | ||
} | ||
</script> | ||
<title>已申请导师的学生</title> | ||
</head> | ||
<body> | ||
<body style="background:url('D:/t012e2f3f94da_副本_副本.jpg') no-repeat;"> | ||
<center> | ||
<tr> | ||
<td> | ||
您好, | ||
<s:property value="tna"/> | ||
导师! | ||
您好, | ||
<s:property value="tname"/> | ||
导师! | ||
</td> | ||
</tr> | ||
<br> | ||
</br> | ||
<a href="sinfor?semail=${semail}">个人信息</a> | ||
<a href="tinfor?temail=${temail}&tname=<s:property value="tname"/>">个人信息</a> | ||
|
||
<a href="stui?semail=${semail}">系统推荐</a> | ||
<a href="ttui?temail=${temail}&tname=<s:property value="tname"/>">系统推荐</a> | ||
|
||
<a href="schoose?semail=${semail}">选择导师</a> | ||
<a href="tchoose?temail=${temail}&tname=<s:property value="tname"/>">选择学生</a> | ||
|
||
<a href="syi?semail=${semail}">已申请导师</a> | ||
<a href="tyi?temail=${temail}&tname=<s:property value="tname"/>">已邀请</a> | ||
|
||
<a href="syao?semail=${semail}">导师邀请</a> | ||
<a href="tyao?temail=${temail}&tname=<s:property value="tname"/>">学生申请</a> | ||
<br> | ||
</br> | ||
-------------------------------------------------------------------------- | ||
<br> | ||
</br> | ||
<tr> | ||
<td> | ||
已经选择完的: | ||
已经选择完的: | ||
</td> | ||
</tr> | ||
<table width="450" border="1" cellspacing="0" cellpadding="2" bordercolor="#009900"> | ||
<s:iterator value="DL" id="a" status = "s"> | ||
<s:iterator value="DIL" id="b" status = "N"> | ||
<tr> | ||
<td> | ||
<p onclick="re(this);"><s:property value="a"/> </p> | ||
</td> | ||
<td> | ||
<s:property value="b"/> | ||
</td> | ||
</tr> | ||
</s:iterator> | ||
<s:if test="#s.odd||#s.first"> | ||
<tr> | ||
<td bgcolor="#e0ffff"> | ||
<a href="checksx?sx=<s:property value="a"/>&tname=${tname}&temail=${temail}"><s:property value="a"/> </a> | ||
</td> | ||
</s:if> | ||
<s:elseif test="#s.even||#s.last"> | ||
<td bgcolor="#e0ffff"> | ||
<s:property value="a"/> | ||
</td> | ||
</tr> | ||
</s:elseif> | ||
</s:iterator> | ||
</table> | ||
<tr> | ||
<td> | ||
未选择状态的: | ||
未选择状态的: | ||
</td> | ||
</tr> | ||
<table width="450" border="1" cellspacing="0" cellpadding="2" bordercolor="#009900"> | ||
<s:iterator value="DLL" id="C" status = "M"> | ||
<tr> | ||
<td> | ||
<p onclick="re(this);"><s:property value="C"/> </p> | ||
<a href="checksx?sx=<s:property value="C"/>&tname=${tname}&temail=${temail}"><s:property value="C"/> </a> | ||
</td> | ||
<td> | ||
<a href="cs?state=1"><button>同意</button></a> | ||
<a href="cs?state=2"><button>不同意</button></a> | ||
<a href="cs?state=3"><button>待定</button></a> | ||
<a href="tcs?state=1&sn=<s:property value="C"/>&tname=${tname}&temail=${temail}"><button>同意</button></a> | ||
<a href="tcs?state=2&sn=<s:property value="C"/>&tname=${tname}&temail=${temail}"><button>不同意</button></a> | ||
<a href="tcs?state=3&sn=<s:property value="C"/>&tname=${tname}&temail=${temail}"><button>待定</button></a> | ||
</td> | ||
</tr> | ||
</s:iterator> | ||
</table> | ||
|
||
</center> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
<%@ page language="java" import="java.util.*" pageEncoding="GB2312"%> | ||
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> | ||
<%@ taglib prefix="s" uri="/struts-tags" %> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>学生信息管理</title> | ||
<title>学生信息管理</title> | ||
</head> | ||
<body> | ||
<body style="background:url('D:/t012e2f3f94da_副本_副本.jpg') no-repeat;"> | ||
<center> | ||
<tr> | ||
<td> | ||
您好, | ||
您好, | ||
<s:property value="sna"/> | ||
同学! | ||
同学! | ||
</td> | ||
</tr> | ||
<br> | ||
</br> | ||
<a href="sinfor?semail=${semail}&sna=<s:property value="sna"/>">个人信息</a> | ||
<a href="sinfor?semail=${semail}&sna=<s:property value="sna"/>">个人信息</a> | ||
|
||
<a href="stui?semail=${semail}&sna=<s:property value="sna"/>">系统推荐</a> | ||
<a href="stui?semail=${semail}&sna=<s:property value="sna"/>">系统推荐</a> | ||
|
||
<a href="schoose?semail=${semail}&sna=<s:property value="sna"/>">选择导师</a> | ||
<a href="schoose?semail=${semail}&sna=<s:property value="sna"/>">选择导师</a> | ||
|
||
<a href="syi?semail=${semail}&sna=<s:property value="sna"/>">已申请导师</a> | ||
<a href="syi?semail=${semail}&sna=<s:property value="sna"/>">已申请导师</a> | ||
|
||
<a href="syao?semail=${semail}&sna=<s:property value="sna"/>">导师邀请</a> | ||
<a href="syao?semail=${semail}&sna=<s:property value="sna"/>">导师邀请</a> | ||
</center> | ||
</body> | ||
</html> |
Oops, something went wrong.