welcome.ftl
来自「anewssystem新闻发布系统集成使用了spring hibernate f」· FTL 代码 · 共 15 行
FTL
15 行
<#assign ctx=springMacroRequestContext.getContextPath()/>
<#include "/include/taglibs.ftl">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="zh">
<head>
<#include "/include/meta.ftl">
<title>welcome</title>
<#include "/include/extjs.ftl"/>
</head>
<body>
<div class="x-layout-panel-hd" style="height: 22px;"></div>
<div class="welcome"></div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?