Changes for page Уровни2
Change comment:
Imported from XAR
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki.sh ilin1 +xwiki:XWiki.mishael - Content
-
... ... @@ -36,7 +36,13 @@ 36 36 #if ($currentLevel == $level)##Текущий уровень 37 37 #set ($outline = "** **[["+$services.localization.render('suz.menu.'+$level)+">>doc:"+$pageLink+"]]**") 38 38 #else 39 - #set ($outline = "** [["+$services.localization.render('suz.menu.'+$level)+">>doc:"+$pageLink+"]]") 39 + #if($currentSection != "" && $xwiki.exists($pageLinkSection)) 40 + #set ($outline = "** [["+$services.localization.render('suz.menu.'+$level)+">>doc:"+$pageLink+"]]") 41 + #elseif(!$xwiki.exists($pageLinkSection) && $currentSection != "") 42 + #set ($outline = "** "+$services.localization.render('suz.menu.'+$level)+"") 43 + #elseif($currentSection == "") 44 + #set ($outline = "** [["+$services.localization.render('suz.menu.'+$level)+">>doc:"+$pageLink+"]]") 45 + #end 40 40 #end 41 41 #else 42 42 #set ($outline = "** "+$services.localization.render('suz.menu.'+$level)+"")