diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 59794d60b..ca0272f4a 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -5491,25 +5491,38 @@ A comment. '1097' => { message => q|config.button 
A "Edit / Manage" button for this navigation item.
-

page_loop
A loop containing page information.

+

page.current.menuTitle
The pageId of the current page.

+

page.current.title
The title of the current page.

+

page.current.urlizedTitle
The URL of the current page.

+

page.current.pageId
The pageId of the current page.

+

page.current.parentId
The parentId of the current page.

+

page.current.ownerId
The ownerId of the current page.

+

page.current.synopsis
The synopsis of the current page.

+

page.current.newWindow
A conditional indicating whether the current page should be opened in a new window.

+

page.current.encryptLogin
A conditional indicating whether the current page should be served over SSL.

+

page_loop
A loop containing page information in nested, hierarchial order.

+

unfolded_page_loop
This loop contains the same data as page_loop but the order is different. unfolded_page_loop returns it's pages in an unfolded manner; grouped by parent id. You'll probably need page_loop, but there are (CSS) menus that need unfolded_page_loop to work properly.

+

Both page_loop and unfolded_page_loop have the following +loop variables:

-

page.menuTitle
The menu title of this page.

-

page.title
The title of this page.

-

page.urlizedTitle
The urlized title of this pagepage.url.

-

page.url
The url of this page.

+

page.menuTitle
The menu title of this page.

+

page.title
The title of this page.

+

page.urlizedTitle
The urlizedTitle of this page.

+

page.url
The complete URL to this page.

page.pageId
The pageId of this page.

-

page.parentId
The ParentId of this page.

-

page.ownerId
The ownerId of this page.

-

page.synopsis
The synopsis of this page.

-

page.newWindow
A condition indicating whether this page should be opened in a new window.

+

page.parentId
The parentId of this page.

+

page.ownerId
The ownerId of this page.

+

page.synopsis
The synopsis of this page.

+

page.newWindow
A conditional indicating whether this page should be opened in a new window.

+

page.encryptLogin
A conditional indicating whether this page should be served over SSL.

page.absDepth
The absolute depth of this page (relative to nameless root).

page.relDepth
The relative depth of this page (relative to starting point).

page.isCurrent
A condition indicating whether this page is current page.

page.isHidden
A condition indicating whether this page is a hidden page.
(Note: This variable is only visible if "Show hidden pages" is switched on.)

page.isSystem
A condition indicating whether this page is a system page (Trash, Clipboard, etc).
(Note: This variable is only visible if "Show system pages" is switched on.)

-

page.isViewable
A condition indicating whether the user has permission to view it.
(Note: This variable is only visible if "Show unprivileged pages" is switched on.)

-

page.indent
A variable containing the indent for current page. The default indent is three spaces. Use the page.indent_loop if you need a more flexible indent.

-

page.indent_loop
A loop that runs page.relDepth times.

+

page.isViewable
A condition indicating whether the user has permission to view it.
(Note: This variable is only visible if "Show unprivileged pages" is switched on.)

+

page.indent
A variable containing the indent for current page. The default indent is three spaces. Use the page.indent_loop if you need a more flexible indent.

+

page.indent_loop
A loop that runs page.relDepth times.

indent
A number representing the loop count.

page.isRoot
A condition indication whether this page is a root page.

@@ -5518,9 +5531,9 @@ A comment.

page.hasDaughter
A condition indication whether this page has a daughter. In other words: It evaluates to true if this page is a mother.

page.isMyAncestor
A condition indication whether this page is an ancestor of current page.

page.isMyDaughter
A condition indication whether this page is a daughter of current page.

-

page.isMyMother
A condition indication whether this page is the mother of current page.

-

page.mother.title
The title of the mother of this page.

-

page.mother.urlizedTitle
The urlized title of the mother of this page.

+

page.isMyMother
A condition indication whether this page is the mother of current page.

+

page.mother.title
The title of the mother of this page.

+

page.mother.urlizedTitle
The urlized title of the mother of this page.

page.mother.pageId
The pageId of the mother of this page.

page.mother.parentId
The parentId of the mother of this page.

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

@@ -5531,9 +5544,8 @@ A comment.

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.isLeftMost.

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.

-

unfolded_page_loop
This loop contains the same data as page_loop but the order is different. page_loop returns it's pages in a nested order: the pages are returned in a hierarchical order. unfolded_page_loop, however, returns it's pages in an unfolded manner: it's returned pages are grouped by parent id. You'll probably need page_loop, but there are (CSS) menus that need unfolded_page_loop to work properly.

 

|, - lastUpdated => 1078207966 + lastUpdated => 1097119432 }, '893' => {