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

📄 schooltoclass.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 > $!{mainMenu} > Select a school</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;Choose a school</a></h2></td>
               </tr>		
			   <tr>
			     <td align=right>
            	  <form name="SchoolToAddTeacherForm" action="$link.setAction('findClass')" method="post">
            		<select size=3 name="schoolId" onChange="document.SchoolToAddTeacherForm.submit();">
            			
            			#foreach($school in $schools)
            				<option  value="${school.schoolId}">$school.name
						#end
						#if($schols.size()<0)
							None school available
						#end
            		</select>
            		<input type=hidden mode="add">	
            	  </form>
				  </td>
				 </tr>
                </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 + -