📄 schooltostudentform.vm.svn-base
字号:
#include("top.htm")
<center>
<TABLE width="778" height="480" border=0 cellPadding=5 cellSpacing=0 bgcolor="#FFFFFF">
<TBODY>
<tr>
<td bgcolor="#CBDCE0" height=10 colspan=2>
<font class="style26">Home > $!{mainMenu} > Select a class</font>
</td>
</tr>
<TR>
<!--Choose a class-->
<TD valign=center align=center>
<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" align=left>
<table>
<tbody>
<tr>
<td align=left>
<h2><a href="#" class="style26"><img src="login_files/002.gif" width="16" height="15" border="0"> Choose a class</a></h2></td>
</tr>
<tr>
<td align=right>
<form name="SchoolToStudentForm" action="$link.setAction('findClasses')" method="post">
#if($schoolId)
<input type=hidden name="schoolId" value="${schoolId}">
<select size=3 name="classId" onChange="document.SchoolToStudentForm.submit();">
#else
<select size=3 name="classId">
#end
#foreach($class in $classes)
<option value="${class.classId}">$class.className</option>
#end
</select>
<input type=hidden mode="add">
</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>
</TD>
</TR>
</TBODY>
</TABLE>
</center>
#include("foot.htm")
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -