From version < 21.1 >
edited by Josef Vencl
on 2020/04/20 10:09
To version < 20.1 >
edited by Josef Vencl
on 2020/04/20 10:01
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -22,15 +22,13 @@
22 22  
23 23  = Oprava odkazů =
24 24  
25 -Následující odkazy k vytvoření byly napsány v jiném kontextu, takže je nutné upravit cíle na **##Main.Official manuals.Competent - Uživatelská příručka.##**.
26 -
27 27  {{velocity}}
28 28  
29 29  #foreach ($l in $xwiki.search("select link.id.link, link.fullName from XWikiLink link where link.id.link not in (select distinct doc.fullName from XWikiDocument doc)"))
30 30  #if ($l.get(1) != "Sandbox.WebHome" && $l.get(0).toString().startsWith("Competent"))
31 31   * [[$l.get(1)]] -> [[$l.get(0)]]
32 -##else
33 -## * $l.get(0)
30 +#else
31 + * $l.get(0)
34 34  #end
35 35  #end
36 36  {{/velocity}}