showreg.ftl
来自「spring+webwork+ibatis的一个软件练手项目,实现最基础的留言本」· FTL 代码 · 共 23 行
FTL
23 行
<html>
<head>
<#include "/WEB-INF/ftl/includes/head.ftl" />
<title>${action.getText('title.register')}</title>
</head>
<body bgcolor="#f5f5f5">
<table width="98%" border=0 align="center" cellpadding=2 cellspacing=1 bordercolorlight=#cccccc bordercolordark=#cccccc bgcolor="#999999" style="FONT-SIZE: 9pt">
<tr align=middle bgcolor="#f5f5f5" bordercolordark="#ffffff" bordercolorlight="#000000">
<td>
<div align="left">
${action.getText('title.registerover')}<br><a href="index.do">${action.getText('title.backtologin')}</a>
</div>
</td>
</tr>
</table>
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?