Show last authors
1 Content
2
3 {{children/}}
4
5 Rozpracované části
6
7 {{tagcloud space="Competent"/}}
8
9 * Pohled účastníka a hodnotitele
10 * Pohled administrátora
11 * Superadmin
12 * Uživatelské rozhraní (podle struktury)
13 ** Studentský mód
14 ** Administrátorský mód
15 ** Komponenty
16 * Slovník termínů
17
18 = Stránky k vytvoření =
19
20 {{velocity}}
21 #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)"))
22 #if ($l.get(1) != "Sandbox.WebHome")
23 * [[$l.get(1)]] -> [[$l.get(0)]]
24 #end
25 #end
26 {{/velocity}}