?? dictionarylist.vm
字號:
<html>
<head>
<title>字典維護列表</title>
<link rel="stylesheet" href="$request.getContextPath()/csslib/style.css" type="text/css">
<script Language="JavaScript" src="$request.getContextPath()/jslib/FloatButton.js"></script>
<script language="javascript" src="$request.getContextPath()/jslib/function.js"></script>
</head>
<body>
<br>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td width="100%" colspan=2><img src="$request.getContextPath()/image/getdir.gif"><font face="宋體,新宋體">用戶字典列表</font></td>
</tr>
<tr height=27><td> </td></tr>
</table>
<table width="98%" border="1" bordercolordark="#BEC3ED" bordercolorlight="#BEC3ED" align="center" cellpadding="0" cellspacing="0">
<tr height=25 style="background:url($request.getContextPath()/image/table_title.gif)" align="center">
<td nowrap width=15%><font color=white><b>序號</b></font></td>
<td nowrap width=50%><font color=white><b>名稱</b></font></td>
</tr>
#set ($i=1)
#foreach($diction in $list)
<tr height=23 #if(($i+1)%2 == 0) bgcolor="$!page.getOddRowColor()" #else bgcolor="$!page.getEvenRowColor()" #end align="center" onMouseOver="rollIn(this)" onMouseOut="rollOut(this)" fprolloverstyle="background-color:#F0F0F0" >
<td>$i</td>
<td><a href="$request.getContextPath()/dictionlist.do?method=queryDataList&codeId=$!diction.getId()&start=1">$!diction.getDescription()</a></td>
</tr>
<tr></tr>
#set ($i=$i+1)
#end
</table>
<br>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -