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

📄 viewgroup.vm

📁 负责公文的传输及一些处理功能
💻 VM
字号:
<html>
<head>
<title>查看群组信息</title>
<link rel="stylesheet" type="text/css" href="$request.getContextPath()/csslib/style.css">
<script language="javascript">
function doReturn(){
  history.back();
}
</script>
</head>
<body><br>
<form>
<table align=center width=90% border=0>
  <tr>
    <td align=left><img src="$request.getContextPath()/image/p_you.jpg" width="67" height="57">单位群组查看:<font color=red><b>$!group.getGroupName()</b></font></td>
  </tr>
  <tr>
   <td><hr width="100%" size="1" color=black></td>
  </tr>
</table>
<table width="70%" border="0" cellspacing="1" cellpadding="3" bgcolor="#000000" align=center>
  <tr height=25 align=center bgcolor="#F0F0F0">
    <td align=center width=15%>序号</td>
    <td align=center width=70%>单位列表</td>
    <td align=center width=15%>打印份数</td>
  </tr>
  #foreach($item in $viewGroup)
     <tr height=25 bgcolor="#FFFFFF">
        #foreach($column in $item)
          <td align=center><b>$column.toString()</b></td>
        #end
     </tr>
  #end
  <tr height=35 bgcolor="#FFFFFF">
    <td colspan=3 align=center><font color=red>*</font>单位群组‘$!group.getGroupName()’共有<b>$!group.getUnitNum()</b>个单位。<font color=red>*</font></td>
  </tr>
</table>
<table align=center width=90% >
  <tr>
    <td><hr width="100%" size="1" color=black></td>
  </tr>
  <tr>
    <td align=right><input type=button  onclick="doReturn()"   value="返&nbsp;回"></td>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -