文档更改Home
由 Yang Sheng 于 2025-02-42,18:57 最后修改
摘要
-
页面属性 (1 修改, 0 新增, 0 删除)
细节
- 页面属性
-
- 内容
-
... ... @@ -65,9 +65,9 @@ 65 65 {{/html}} 66 66 67 67 ## 输出内容 68 -{{ /html}}68 +{{html}} 69 69 <div class="recent-updates"> 70 - <h2>近期更新</h2>70 + 71 71 #foreach($topPage in $topLevelPages) 72 72 ## 查询每个一级链接下所有子页面的最近更新 73 73 #set($hqlQuery = "select doc.fullName from XWikiDocument doc where doc.fullName like :spacePattern and doc.fullName not like '%:WebPreferences' and doc.fullName not like '%:WebHome' and doc.fullName not like '%:WebSearch' and doc.fullName not like '%:WebRss' and doc.fullName not like '%:WebStatistics' order by doc.date desc") ... ... @@ -89,7 +89,7 @@ 89 89 #set($docTitle = "Untitled Document") 90 90 #end 91 91 #if(!$hasUpdates) 92 - <h 3>$topPage</h3>92 + <h4>$topPage</h4> 93 93 <ul> 94 94 #set($hasUpdates = true) 95 95 #end ... ... @@ -105,7 +105,7 @@ 105 105 </div> 106 106 {{/velocity}} 107 107 108 -{{/html}} 108 +~{~{/html}} 109 109 110 110 111 111 )))