📄 listdiscipline.vm.svn-base
字号:
#include("top.htm")
<script language="JavaScript" src="script/trim.js">
</script>
<script language="JavaScript" src="script/addDiscipline.js">
</script>
<center >
<table width="778" border="0" cellpadding="0" cellspacing=10 bgcolor="#FFFFFF" class=datatable>
<tbody>
<tr>
<td bgcolor="#CBDCE0" height=15 class="td4">
<font class="style26">Home > <a href="AdminMain.vm">Admin Control Panel</a> > <a href="findRole.do">Role Module</a></font>
</td>
</tr>
<tr>
<!--Discipline begin -->
<td valign=top align=left>
<table width="300" height="80" border="0" cellpadding="0" cellspacing="0" style="border-color:#CCCCCC; border:1">
<tr>
<td width="7" height="7"><img src="login_files/rountl.gif" width="7" height="7" border="0"></td>
<td background="login_files/rountline.gif"></td>
<td width="7" height="7"><img src="login_files/rountr.gif" width="7" height="7" border="0"></td>
</tr>
<tr>
<td background="login_files/rounll.gif"> </td>
<td valign="top"><table>
<tbody>
<tr>
<td align=left>
<h2><a href="#" class="style26"><img src="login_files/002.gif" width="16" height="15" border="0"> Add Role</a></h2></td>
</tr>
<tr>
<!--Add Discipline-->
<td>
<FORM method="post" action="$link.setAction('addDiscipline')" name=disciplineInfo onSubmit="return isValid(); " >
teacherID:<input type=text name="teacherID" value="${request.getParameter('teacherID')}"><br>
studentID:<input type=text name="studentID" value="${request.getParameter('studentID')}"><br>
tye
:<input type=text name="type"> <br>
offence
:<input type=text name="offence"> <br>
##��ӵ�����date
date
:<input type=text name="date" value="${day}"> <br>
location: <input type=text name="location"> <br>
times
:<input type=text name="times"> <br>
action : <input type=text name="action"> <br>
please input remark:<br>
<TEXTAREA NAME="remark" ROWS="5" COLS="30"></TEXTAREA><br>
<input type=submit value="addRemark">
<input type=reset value="reset"><br><br>
</FORM>
</td>
</tr>
</tbody>
</table></td>
<td background="login_files/rounrl.gif"> </td>
</tr>
<tr>
<td width="7" height="7"><img src="login_files/rounbl.gif" width="7" height="7" border="0"></td>
<td background="login_files/rounbline.gif"></td>
<td width="7" height="7"><img src="login_files/rounbr.gif" width="7" height="7" border="0"></td>
</tr>
</table>
<br>
#if($disciplineList.size()>0)
<table width="100%" border=1 cellpadding="0" cellspacing="0" bordercolor="#5B909E" bgcolor="#FFFFFF" class="thin">
<tr>
<td width=50 class="td1">
disciplineID
</td>
<td class="td3">
Student Name
</td>
<td class="td1" width=250>
Reamark
</td>
<td width=50 class="td1">
Conduct
</td>
</tr>
#foreach($discipline in $disciplineList)
<tr>
<td class="td2">
$discipline.disciplineId
</td>
<td class="td4">
$studentName
</td>
<td class="td2">
$discipline.remarks
</td>
<td class="td2">
<A href="$link.setAction('deleteDiscipline').addQueryData('disciplineID',$discipline.disciplineId)" onClick="return confirm('Are you sure to delete the discipline?');">Delete</A>
</td>
</tr>
#end
</table>
#end
<br>
</td>
</tr>
</table>
</center>
#include("foot.htm")
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -