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

📄 dictionarylist.vm

📁 负责公文的传输及一些处理功能
💻 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>&nbsp;</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 + -