index.ftl

来自「anewssystem新闻发布系统集成使用了spring hibernate f」· FTL 代码 · 共 27 行

FTL
27
字号
<#assign ctx=springMacroRequestContext.getContextPath()/>
<#include "/include/taglibs.ftl">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh" lang="zh">
  <head>
    <#include "/include/meta.ftl">
    <title>compass index</title>
  </head>
  <body>
    <P>
      <H2>Compass Index</H2>
    <P>
      Use the Index button to index the database using Compass::Gps. The operation will
      delete the current index and reindex the database based on the mappings and devices
      defined in the Compass::Gps configuration context.
    <FORM method="POST" action="${ctx}/compassindex.htm">
      <input type="hidden" name="doIndex" value="true" />
      <INPUT type="submit" value="Index"/>
    </FORM>
    <#if indexResults??>
      <P>Indexing took: ${indexResults.indexTime}ms.
    </#if>
    <P>
      <BR>
  </body>
</html>

⌨️ 快捷键说明

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