📄 add.ftl
字号:
<#import "/lib/common.ftl" as com>
<#escape x as x?html>
<@com.page title="Entry added">
<p>You have added the following entry to the guestbook:
<p><b>Name:</b> ${guestbookEntry.name}
<#if guestbookEntry.email?length != 0>
<p><b>Email:</b> ${guestbookEntry.email}
</#if>
<p><b>Message:</b> ${guestbookEntry.message}
<p><a href="index.do">Back to the index page...</a>
</@com.page>
</#escape>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -