watchmailtemplate_digest_body.ftl

来自「免费的java企业级论坛可执行程序」· FTL 代码 · 共 20 行

FTL
20
字号
mvnForum Watch Summary
New Threads since: ${lastSent}
Compiled at: ${now}
---------------------------------------
For the latest Forum updates, visit : ${forumBase}/index
---------------------------------------

<#list threadWatchList as mailbeans >
  <#if mailbeans.leader >
[Category: ${mailbeans.categoryName}] [Forum: ${mailbeans.forumName}]
  </#if>
    Thread [${mailbeans.threadTopic}] given to us by ${mailbeans.memberName}
      last posted by ${mailbeans.lastPostMemberName} on ${mailbeans.threadLastPostDate}
      ${mailbeans.threadUrl}
    
</#list>


This is not a spam mail. If you would not like to receive this email,
please visit : ${forumBase}/mywatch

⌨️ 快捷键说明

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