📄 bottom.vm
字号:
##页面头
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -