bottom.vm
来自「一个webwork+spring+ibatis的小例子」· VM 代码 · 共 27 行
VM
27 行
##页面头
#parse("$action.getText('config.templatePath')/Header0.vm")
##-------------------------------------------------------------
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="$!color.get(1)" height="25">
<tr>
<td width="200"><img src="${img}/bottom.gif" width="196" height="14"></td>
<td align="center">
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="24"><img src="${img}/hode.gif" width="24" height="23"></td>
<td class="white">
$action.getText("global.product.name")
$action.getText("global.product.version")
$action.getText("global.product.copyright")
</td>
</tr>
</table>
</td>
<td align="right" width="200"><img src="${img}/bottom.gif" width="196" height="14"></td>
</tr>
</table>
##-------------------------------------------------------------
##页面尾
#parse("$action.getText('config.templatePath')/Footer.vm")
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?