⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 listclassteacher.vm.svn-base

📁 菲律宾的一个大学的图书管理系统 spring+hibernate+velocity
💻 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>
			<font  class="style26">Home > Conduct Module > Select Class</font>
		</td>
	</tr>	
    <TR>
      <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">&nbsp;</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">&nbsp;&nbsp;Please Choose  class and enter!</a></h2></td>
                </tr>	
	       
                       #if($classlist.size()>0)
						   <tr>
						     <td class="td1" >
							   Class ID 
						       </td>
						     <td class="td1" >
							  Class Name
						     </td>
						     <td class="td1">
							  enter
						     </td>
						   </tr>
                          #foreach($class in $classlist)

							  <tr>
							    <td  class="td1">
								    $class.classId 
							    </td>
							    <td class="td1">
							    	$classService.findClass($class.classId).getClassName()
							    </td>
							  
							     <td class="td1">
								    <A href="$link.setAction('listStudent').addQueryData('classID',$class.classId).addQueryData('teacherID',$teacherID)"> enter</A>
							    </td>
			
							  </tr>
                           #end
                     
                         #else
                            <br>
			                 None class available

                        #end
			
                </tbody>
             </table>
			</td>
             <td background="login_files/rounrl.gif">&nbsp;</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 + -