fix nomenclature of page in the Navigation Asset template

This commit is contained in:
Colin Kuskie 2006-11-16 23:44:52 +00:00
parent c078caad8d
commit 74a22d167d

View file

@ -217,82 +217,82 @@ a Google sitemap of your site.</p>
}, },
'currentPage.menuTitle' => { 'currentPage.menuTitle' => {
message => q|The pageId of the start page.|, message => q|The pageId of the current page.|,
lastUpdated => 1149394665, lastUpdated => 1163720613,
}, },
'currentPage.assetId' => { 'currentPage.assetId' => {
message => q|The assetId of the start page.|, message => q|The assetId of the current page.|,
lastUpdated => 1149394665, lastUpdated => 1163720616,
}, },
'currentPage.parentId' => { 'currentPage.parentId' => {
message => q|The assetId of the parent of the start page.|, message => q|The assetId of the parent of the current page.|,
lastUpdated => 1149394665, lastUpdated => 1163720617,
}, },
'currentPage.ownerUserId' => { 'currentPage.ownerUserId' => {
message => q|The userId of the owner of the start page.|, message => q|The userId of the owner of the current page.|,
lastUpdated => 1149394665, lastUpdated => 1163720620,
}, },
'currentPage.synopsis' => { 'currentPage.synopsis' => {
message => q|The synopsis of the start page.|, message => q|The synopsis of the current page.|,
lastUpdated => 1149394665, lastUpdated => 1163720621,
}, },
'currentPage.newWindow' => { 'currentPage.newWindow' => {
message => q|A conditional indicating whether the start page should be opened in a new window.|, message => q|A conditional indicating whether the current page should be opened in a new window.|,
lastUpdated => 1149394665, lastUpdated => 1163720622,
}, },
'currentPage.menuTitle' => { 'currentPage.menuTitle' => {
message => q|The menu title of the start page.|, message => q|The menu title of the current page.|,
lastUpdated => 1149394665, lastUpdated => 1163720624,
}, },
'currentPage.title' => { 'currentPage.title' => {
message => q|The title of the start page.|, message => q|The title of the current page.|,
lastUpdated => 1149394665, lastUpdated => 1163720625,
}, },
'currentPage.isHome' => { 'currentPage.isHome' => {
message => q|A conditional indicating whether the base page is the default page for the site.|, message => q|A conditional indicating whether the current page is the default page for the site.|,
lastUpdated => 1149394665, lastUpdated => 1163720628,
}, },
'currentPage.url' => { 'currentPage.url' => {
message => q|The URL of the start page.|, message => q|The URL of the current page.|,
lastUpdated => 1149394665, lastUpdated => 1163720631,
}, },
'currentPage.rank' => { 'currentPage.rank' => {
message => q|The position of the current page compared to its siblings.|, message => q|The position of the current page compared to its siblings.|,
lastUpdated => 1149394665, lastUpdated => 1163720636,
}, },
'currentPage.hasChild' => { 'currentPage.hasChild' => {
message => q|A conditional indicating whether the start page has daughters.|, message => q|A conditional indicating whether the current page has daughters.|,
lastUpdated => 1149394665, lastUpdated => 1163720639,
}, },
'currentPage.hasSibling' => { 'currentPage.hasSibling' => {
message => q|A conditional indicating whether the start page has siblings.|, message => q|A conditional indicating whether the current page has siblings.|,
lastUpdated => 1149394665, lastUpdated => 1163720640,
}, },
'currentPage.hasViewableSiblings' => { 'currentPage.hasViewableSiblings' => {
message => q|A conditional indicating whether the start page has siblings that are viewable by the current user.|, message => q|A conditional indicating whether the current page has siblings that are viewable by the current user.|,
lastUpdated => 1149394665, lastUpdated => 1163720642,
}, },
'currentPage.hasViewableChildren' => { 'currentPage.hasViewableChildren' => {
message => q|A conditional indicating whether the start page has children that are viewable by the current user.|, message => q|A conditional indicating whether the current page has children that are viewable by the current user.|,
lastUpdated => 1149394665, lastUpdated => 1163720645,
}, },
'page_loop' => { 'page_loop' => {
message => q|A loop containing page information in nested, hierarchical order.|, message => q|A loop containing pages in nested, hierarchical order.|,
lastUpdated => 1149394665, lastUpdated => 1149394665,
}, },
@ -378,7 +378,7 @@ a Google sitemap of your site.</p>
'page.indent' => { 'page.indent' => {
message => q|A variable containing the indent for the current page. The default indent is three spaces. Use the <strong>page.indent_loop</strong> if you need a more flexible indent.|, message => q|A variable containing the indent for the current page. The default indent is three spaces. Use the <strong>page.indent_loop</strong> if you need a more flexible indent.|,
lastUpdated => 1149394665, lastUpdated => 1163720649,
}, },
'page.indent_loop' => { 'page.indent_loop' => {
@ -402,38 +402,38 @@ a Google sitemap of your site.</p>
}, },
'page.isChild' => { 'page.isChild' => {
message => q|A conditional indicating whether this page is a daughter of the base page.|, message => q|A conditional indicating whether this page is a daughter of the current page.|,
lastUpdated => 1149394665, lastUpdated => 1163720652,
}, },
'page.isParent' => { 'page.isParent' => {
message => q|A conditional indicating whether this page is the mother of the base page.|, message => q|A conditional indicating whether this page is the mother of the current page.|,
lastUpdated => 1149394665, lastUpdated => 1163720145,
}, },
'page.isCurrent' => { 'page.isCurrent' => {
message => q|A conditional indicating whether this page is the base page.|, message => q|A conditional indicating whether this page is the current page.|,
lastUpdated => 1149394665, lastUpdated => 1163720148,
}, },
'page.isDescendent' => { 'page.isDescendent' => {
message => q|A conditional indicating whether this page is a descendant of the base page.|, message => q|A conditional indicating whether this page is a descendant of the current page.|,
lastUpdated => 1149394665, lastUpdated => 1163720154,
}, },
'page.isAncestor' => { 'page.isAncestor' => {
message => q|A conditional indicating whether this page is an ancestor of the base page.|, message => q|A conditional indicating whether this page is an ancestor of the current page.|,
lastUpdated => 1149394665, lastUpdated => 1163720164,
}, },
'page.inBranchRoot' => { 'page.inBranchRoot' => {
message => q|This conditional is true if this page is a descendant of the root page of the base page.|, message => q|This conditional is true if this page is a descendant of the root page of the current page.|,
lastUpdated => 1149394665, lastUpdated => 1163720167,
}, },
'page.isSibling' => { 'page.isSibling' => {
message => q|A conditional indicating whether this page is the sister of the base page.|, message => q|A conditional indicating whether this page is the sister of the current page.|,
lastUpdated => 1149394665, lastUpdated => 1163720172,
}, },
'page.inBranch' => { 'page.inBranch' => {
@ -546,8 +546,10 @@ a Google sitemap of your site.</p>
'1097' => { '1097' => {
message => q|<p>These variables are available in Navigation Templates:</p> message => q|<p>These variables are available in Navigation Templates:</p>
<p><b>currentPage</b> refers to the page that the user is currently looking at. <b>page</b> refers to any
given page inside of the <b>page_loop</b></p>
|, |,
lastUpdated => 1149394711, lastUpdated => 1163720438,
}, },
'1094' => { '1094' => {