diff --git a/lib/WebGUI/i18n/English/Asset_Navigation.pm b/lib/WebGUI/i18n/English/Asset_Navigation.pm index c0a45de29..e354cfd48 100644 --- a/lib/WebGUI/i18n/English/Asset_Navigation.pm +++ b/lib/WebGUI/i18n/English/Asset_Navigation.pm @@ -259,14 +259,14 @@ loop variables:

page.parent.newWindow
A conditional indicating whether the mother of this page should be opened in a new window.

page.depthIs1 , page.depthIs2 , page.depthIs3 , page.depthIs4 , page.depthIsN
A conditional indicating whether the depth of this page is N. This variable is useful if you want to style a certain level.

<tmpl_if page.depthIs1>
   <img src="level1.gif">
<tmpl_else>
   <img src="defaultBullet.gif">
</tmpl_if>

-

page.relativeDepthIs1 , page.relativeDepthIs2 , page.relativeDepthIs3 , page.relativeDepthIsN
A conditional indicating whether the relative depth of this page is N.

+

page.relativeDepthIs1 , page.relativeDepthIs2 , page.relativeDepthIs3 , page.relativeDepthIsN
A conditional indicating whether the depth of this page is N, relative to the starting page.

+

page.depthDiff
The difference in depth between the previous page and this page, parent.absDepth - page.absDepth, although parent.absDepth is not a template variable.

+

page.depthDiffIs1, page.depthDiffIs2, page.depthDiffIs3, page.depthDiffIsN
True if the page.depthDiff variable is N. N can be positive or negative.

+

page.depthDiff_loop
A loop that runs page.depthDiff times, if page.depthDiff > 0. This loop contains no loop variables.

page.isRankedFirst
This property is true if this page is the first within this level. Ie. has no left sister.

page.isRankedLast
This property is true if this page is the last within this level. Ie. has no right sister.

-

page.depthDiff
The difference in depth of this page and the page processed before it. This only has a value when you go up in depth. If you go down, this would be always 1 and going down a level can be detected with page.isRankedFirst.

-

page.depthDiffIs1, page.depthDiffIs2, page.depthDiffIs3, page.depthDiffIsN
True if the page.depthDiff variable is N.

-

page.depthDiff_loop
A loop that runs page.depthDiff times. This loop contains no loop variables.

-

 

|, - lastUpdated => 1108598200, +|, + lastUpdated => 1121933073, }, '1094' => {