XHTML fixes, 72 to go

This commit is contained in:
Colin Kuskie 2006-05-05 05:41:03 +00:00
parent 7f53e14b08
commit 8691b64493
34 changed files with 961 additions and 798 deletions

View file

@ -519,9 +519,9 @@ each asset under the tab &quot;Meta&quot; in the asset properties.</p>
</li>
<li><p><b>Show content based upon criteria</b><br />
The Wobject Proxy allows you to select content based upon criteria like:</p>
<blockquote>
<div class="helpIndent">
contenttype = sport AND source != newspaper
</blockquote>
</div>
<p>You can use the AOI macro's described above in the criteria, so you can
present content based upon the users Areas of Interest. Example:<br />
type = &#94;AOIRank(contenttype);</p></li>

View file

@ -174,7 +174,7 @@ The URL to the attached image.
A loop containing all the attachments.
</p>
<blockquote>
<div class="helpIndent">
<p><b>filename</b><br />
The name of the file.
@ -196,7 +196,7 @@ A loop containing all the attachments.
A boolean indicating whether this is an image or not.
</p>
</blockquote>
</div>
<p><b>linkTitle</b><br />
The title of the link added to the article.

View file

@ -1114,7 +1114,7 @@ used by Collaboration Assets:</p>
A list of posts for this Collateral Asset.
</p>
<blockquote>
<div class="helpIndent">
<p><b>Asset variables</b><br />
The variables common to all Assets, such as <b>title</b>, <b>menuTitle</b>, etc.
@ -1137,13 +1137,13 @@ The URL of this Post.
A loop that runs once for each point of <b>rating</b> that the Post has
</p>
<blockquote>
<div class="helpIndent">
<p><b>rating_loop.count</b><br />
The index variable for the <b>rating_loop</b>.
</p>
</blockquote>
</div>
<p><b>content</b><br />
The formatted content of this Post.
@ -1255,7 +1255,7 @@ The date the last reply was submitted, in a human readable format.
The time the last reply was submitted, in a human readable format.
</p>
</blockquote>
</div>
|,
lastUpdated => 1120083131,
@ -1361,7 +1361,7 @@ HTML and javascript required to make the form work.
<p><b>query.form</b><br />
HTML form for adding a field where all input has to be in matched pages.
/
</p>
<p><b>form.search</b><br />
A button to add to the form to begin searching.
@ -1457,7 +1457,7 @@ The date that this feed was last updated. (optional field)
Loops over the posts to be transmitted in this RSS feed.
</p>
<blockquote>
<div class="helpIndent">
<p><b>author</b><br />
The username of the person who submitted the post.
@ -1487,7 +1487,7 @@ The date the item was published.
A loop containg all attachements to this item (post).
</p>
<blockquote>
<div class="helpIndent">
<p><b>attachment.url</b><br />
The URL to this attachment.
@ -1501,9 +1501,9 @@ The path in the filesystem to this attachment.
The length in this attachment, in bytes.
</p>
</blockquote>
</div>
</blockquote>
</div>
|,
lastUpdated => 1146762108,

View file

@ -367,18 +367,18 @@ The URL to the page to edit this entry.
A loop containing error information, for instance if someone doesn't fill out a required field.
</p>
<blockquote>
<div class="helpIndent">
<b>error.message</b> *<br />
An error message indicating what the user might have done wrong.
</blockquote>
</div>
<p><b>tab_loop</b><br />
A loop containing information about tabs that may have been defined for this Data Form.
</p>
<blockquote>
<div class="helpIndent">
<p><b>tab.start</b> !<br />
Code to start the tab.
@ -409,7 +409,7 @@ A loop containing all the fields for this tab. See the <b>field_loop</b> descri
below to see which template variables may be used inside this loop.
</p>
<blockquote>
<div class="helpIndent">
<p><b>tab.field.form</b> !<br />
The form element for this field.
@ -455,19 +455,19 @@ A description of the field so that users know what to put in the field.
WebGUI's administrative controls for editing this field.
</p>
</blockquote>
</div>
<p><b>tab.end</b> !<br />
Code to end the tab.
</p>
</blockquote>
</div>
<p><b>field_loop</b><br />
A loop containing all of the field information.
</p>
<blockquote>
<div class="helpIndent">
<p><b>field.form</b> !<br />
The form element for this field.
@ -517,7 +517,7 @@ A description of the field so that users know what to put in the field.
WebGUI's administrative controls for editing this field.
</p>
</blockquote>
</div>
<p><b>field.noloop.<i>fieldName</i>.<i>property</i></b><br />
From outside the <b>field_loop</b> it's also possible to access all form fields directly. To accomplish this you should use these variables. Call them with <b>field.noloop.<i>fieldName</i>.<i>property</i></b>, where fieldName is the name of the field (not the label) and property is anyone of the properties supplied by the <b>field_loop</b>. If you want the form tag of field 'name' you should use <b>field.noloop.name.form</b> anywhere in your template. If you want to know if the field is required use <b>field.noloop.name.isRequired</b>.
@ -575,8 +575,8 @@ The end of the form.
},
'89' => {
message => q|The following variables are available to the Data Form List template:
<p>
message => q|<p>The following variables are available to the Data Form List template:
</p>
<p><b>back.url</b><br />
The URL to go back to the Data Form data entry page.
@ -590,7 +590,7 @@ The default label for the back.url.
A loop containing information about the fields in this Data Form.
</p>
<blockquote>
<div class="helpIndent">
<p><b>field.name</b><br />
The web safe name of this field.
@ -612,13 +612,13 @@ A conditional indicating whether this field exists for the mail subsystem of the
The data type associated with this field.
</p>
</blockquote>
</div>
<p><b>record_loop</b><br />
A loop containing the record entries of this data form.
</p>
<blockquote>
<div class="helpIndent">
<p><b>record.entryId</b><br />
A unique identifier for this record entry.
@ -664,7 +664,7 @@ A human readable date stamp, based upon the user's preferences, for this record
A loop containing the data submitted by the user for each field in this data form.
</p>
<blockquote>
<div class="helpIndent">
<p><b>record.data.name</b><br />
The web safe name of this field.
@ -682,9 +682,9 @@ The value submitted by the user for this field in this record entry.
A conditional indicating whether this field exists for the mail subsystem of the data form.
</p>
</blockquote>
</div>
</blockquote>|,
</div>|,
lastUpdated => 1146630002,
},

View file

@ -391,7 +391,7 @@ in the system.</p>
This loop contains all events that have been approved so that users can register.
</p>
<blockquote>
<div class="helpIndent">
<p><b>event</b><br />
The information for one event that has been processed by its own event template.
@ -451,7 +451,7 @@ A URL for the user to register for this event and add it to their shopping cart.
If the event is full, the url will be blank.
</p>
</blockquote>
</div>
<p><b>checkout.url</b><br />
A URL to take the user the screen that displays the contents of their shopping cart.
@ -579,7 +579,7 @@ the user can manage their purchases.</p>
This loop contains all events that have been approved so that users can view their purchases.
</p>
<blockquote>
<div class="helpIndent">
<p><b>purchaseUrl</b><br />
A link to view the details of this purchase.
@ -589,7 +589,7 @@ A link to view the details of this purchase.
The date and time this purchase was started in a human readable format.
</p>
</blockquote>
</div>
<p><b>managePurchasesTitle</b><br />
An internationalized label to title this screen.
@ -615,7 +615,7 @@ EMS Asset variables.</p>
This loop contains all events that are included in this purchase.
</p>
<blockquote>
<div class="helpIndent">
<p><b>startDateHuman</b><br />
This event's start date and time in a human readable format.
@ -669,7 +669,7 @@ The template used to style this event if it is to be displayed.
The number of people allowed to attend this event.
</p>
</blockquote>
</div>
<p><b>viewPurchaseTitle</b><br />
An internationalized label to title this screen.
@ -729,7 +729,7 @@ A button to submit the user's search data. The button will contain the internat
This loop contains all events that have been approved so that users can register.
</p>
<blockquote>
<div class="helpIndent">
<p><b>event</b><br />
The information for one event that has been processed by its own event template.
@ -781,7 +781,7 @@ A URL for the user to register for this event and add it to their shopping cart.
If the event is full, the url will be blank.
</p>
</blockquote>
</div>
<p><b>checkout.url</b><br />
A URL to take the user the screen that displays the contents of their shopping cart.

View file

@ -24,7 +24,7 @@ our $I18N = {
'507 description' => {
message => q|Sets the scope of the events displayed by this calendar.
<blockquote>
<div class="helpIndent">
<dl>
<dt>Regular</dt>
<dd>This calendar will display its own events.</dd>
@ -33,7 +33,7 @@ our $I18N = {
<dt>Master</dt>
<dd>The calendar will display events from every calendar below it in the hierarchy.</dd>
</dl>
</blockquote>|,
</div>|,
lastUpdated => 1129668992,
},
@ -49,7 +49,7 @@ our $I18N = {
'81 description' => {
message => q|Choose the start month for your calendar.
<blockquote>
<div class="helpIndent">
<dl>
<dt>First in the calendar</dt>
<dd>The calendar will start at whatever the earliest date in the calendar is.</dd>
@ -60,13 +60,13 @@ our $I18N = {
<dt>January</dt>
<dd>The calendar will always start on January of the current year.</dd>
</dl>
</blockquote>|,
</div>|,
lastUpdated => 1129668992,
},
'84 description' => {
message => q|Choose the end month for your calendar.
<blockquote>
<div class="helpIndent">
<dl>
<dt>Last in the calendar</dt>
<dd>The calendar will end at the last date in the calendar.</dd>
@ -78,7 +78,7 @@ our $I18N = {
<dt>Current</dt>
<dd>The calendar will always end on the current month.</dd>
</dl>
</blockquote>|,
</div>|,
lastUpdated => 1129668992,
},
@ -267,7 +267,7 @@ The first initial of the label for "Saturday".
A loop containing all the months in the calendar.
</p>
<blockquote>
<div class="helpIndent">
<p><b>daysInMonth</b><br />
The number of days in this month.
@ -277,7 +277,7 @@ The number of days in this month.
A loop containing all the days in the month.
</p>
<blockquote>
<div class="helpIndent">
<p><b>dayOfWeek</b><br />
The day number for the day in the week.
@ -303,7 +303,7 @@ A boolean indicating that this day is today.
A loop containing all of the events in this day.
</p>
<blockquote>
<div class="helpIndent">
<p><b>description</b><br />
The description or detail of this event.
@ -397,37 +397,37 @@ The length of this event in days.
The URL to view this event in detail.
</p>
</blockquote>
</div>
<p><b>url</b><br />
A URL to today's events.
</p>
</blockquote>
</div>
<p><b>prepad_loop</b><br />
A loop containing info to prepad the days in the month before the start day.
</p>
<blockquote>
<div class="helpIndent">
<p><b>count</b><br />
The day of the week for this pad.
</p>
</blockquote>
</div>
<p><b>postpad_loop</b><br />
A loop containing the info to postpad the days in the month after the last day.
</p>
<blockquote>
<div class="helpIndent">
<p><b>count</b><br />
The day of the week for this pad.
</p>
</blockquote>
</div>
<p><b>month</b><br />
The name of this month, internationalized.
@ -437,7 +437,7 @@ The name of this month, internationalized.
The 4 digit year in the current month of the month_loop.
</p>
</blockquote>
</div>
|,
lastUpdated => 1146775609

View file

@ -73,7 +73,7 @@ The internationalized label for adding files to the Folder.</p>
<p><b>subfolder_loop</b><br />
A loop containing all Folder assets which are children of the Folder.</p>
<blockquote>
<div class="helpIndent">
<p><b>id</b><br />
The assetId of the Folder.</p>
@ -90,12 +90,12 @@ The URL to a small icon of the appropriate type for this Asset.</p>
<p><b>icon.big</b><br />
The URL to a big icon of the appropriate type for this Asset.</p>
</blockquote>
</div>
<p><b>file_loop</b><br />
A loop containing all non-Folder assets which are children of the Folder.</p>
<blockquote>
<div class="helpIndent">
<p><b>id</b><br />
The assetId of the Asset.</p>
@ -146,7 +146,7 @@ If this Asset is an Image, the URL to the thumbnail for it.</p>
If this Asset is a File Asset (File, Image or Zip Archive), the URL to the actual file for downloading. Otherwise,
this variable will be empty</p>
</blockquote>
</div>
|,
lastUpdated => 1146775736,
},

View file

@ -66,7 +66,7 @@ Internationalized label for the "Updated By" column of the report.
A loop containing the rows of data for the In/Out Board Report&nbsp;
</p>
<blockquote>
<div class="helpIndent">
<p><b>deptHasChanged</b><br />
A boolean value indicating whether or not this row of data is for a department that is differnet than the previous rows
@ -96,7 +96,7 @@ A variable that returns what the user entered in the "What's going on?" field wh
A variable that returns which user, either the user himself or a delegate, changed the status for this user.
</p>
</blockquote>
</div>
<p><b>paginateBar</b><br />
A variable that returns the HTML necessary to create a Traditional Pagination Bar. i.e., &lt;&lt; First, 1, 2, Last &gt;&gt;</p>
@ -178,7 +178,7 @@ A variable that contains the HTML for displaying the In/Out Entry Form to update
<p><b>rows_loop</b><br />
A loop containing the rows of data for the In/Out Board</p>
<blockquote>
<div class="helpIndent">
<p><b>deptHasChanged</b><br />
A boolean value indicating whether or not this row of data is for a department that is differnet than the previous rows</p>
@ -194,7 +194,7 @@ A variable that returns the date the status of the user was last updated.</p>
<p><b>message</b><br />
A variable that returns what the user entered in the "What's going on?" field when updating their status.</p>
</blockquote>
</div>
<p><b>paginateBar</b><br />
A variable that returns the HTML necessary to create a Traditional Pagination Bar. i.e., &gt;&gt; First, 1, 2, Last &lt;&lt;</p>

View file

@ -66,7 +66,7 @@ which are to be displayed inside of it. Assets that have not been
specifically placed are put inside of position 1.
</p>
<blockquote>
<div class="helpIndent">
<p><b>id</b><br />
The Asset ID of the Asset.
@ -76,7 +76,7 @@ The Asset ID of the Asset.
The rendered content of the Asset.
</p>
</blockquote>
</div>
<p><b>attachment.size</b><br />
The size of the file.

View file

@ -55,7 +55,7 @@ our $I18N = {
A loop containing the product information (not contained in categories) for this listing.
</p>
<blockquote>
<div class="helpIndent">
<p>
<b>name</b><br />
The name of the product.
@ -71,27 +71,27 @@ our $I18N = {
The URL to the details page for this listing.
</p>
</blockquote>
</div>
<p>
<b>lastupdated_loop</b><br />
A loop containing the last updated dates for each listing.
</p>
<blockquote>
<div class="helpIndent">
<p>
<b>lastUpdated</b><br />
The human readable date that this product was last updated.
</p>
</blockquote>
</div>
<p>
<b>category_loop</b><br />
A loop containing all of the category information for each listing.
</p>
<blockquote>
<div class="helpIndent">
<p>
<b>category</b><br />
@ -108,14 +108,14 @@ our $I18N = {
A loop containing the product data for this field in this category.
</p>
<blockquote>
<div class="helpIndent">
<p>
<b>column_loop</b><br />
A loop containing the value data for this field for this product. The first value in this loop is always the field name.
</p>
<blockquote>
<div class="helpIndent">
<p>
<b>value</b><br />
The value of this field.
@ -131,10 +131,10 @@ our $I18N = {
<b>description</b><br />
The description for this field.
</p>
</blockquote>
</div>
</blockquote>
</blockquote> |
</div>
</div> |
},
'comparison template help title' => {
@ -293,7 +293,7 @@ our $I18N = {
A loop is created for each category in this matrix. The name of the loop is the category name with spaces replaced with hypens and a _loop added to the end. So if you have a category called "Bells and Whistles" then the loop would be called "bells-and-whistles_loop".
</p>
<blockquote>
<div class="helpIndent">
<p>
<b>value</b><br />
@ -326,7 +326,7 @@ our $I18N = {
<b>class</b><br />
The stylesheet class name for this field. The class is the field value with spaces replaced with underscores and all non alphanumeric characters removed.
</p>
</blockquote>
</div>
|
},
@ -399,7 +399,7 @@ The name of the listing that has the most clicks.
A loop containing all of the categories for this matrix and their best ratings.
</p>
<blockquote>
<div class="helpIndent">
<p><b>url</b><br />
The URL of the listing that has the best rating for this category.
@ -425,13 +425,13 @@ The median (or middle) rating of the best listing in this category.
The sum of all the votes of the best listing in this category.
</p>
</blockquote>
</div>
<p><b>worst_rating_loop</b><br />
A loop containing all of the categories for this matrix and their worst ratings.
</p>
<blockquote>
<div class="helpIndent">
<p><b>url</b><br />
The URL of the listing that has the worst rating for this category.
@ -457,7 +457,7 @@ The median (or middle) rating of the worst listing in this category.
The sum of all the votes of the worst listing in this category.
</p>
</blockquote>
</div>
<p><b>ratings.details.url</b><br />
The URL to the ratings details page.
@ -483,7 +483,7 @@ The name of the listing that was most recently updated.
A loop containing the 20 most recently updated listings.
</p>
<blockquote>
<div class="helpIndent">
<p><b>url</b><br />
The URL to view this listing.
@ -497,7 +497,7 @@ A loop containing the 20 most recently updated listings.
The date this listing was updated.
</p>
</blockquote>
</div>
<p><b>user.count</b><br />
The total number of registered users on the site.
@ -515,7 +515,7 @@ The number of listings in this matrix.
A loop containing the list of pending listing.
</p>
<blockquote>
<div class="helpIndent">
<p><b>url</b><br />
The URL to the pending listing.
@ -525,7 +525,7 @@ A loop containing the list of pending listing.
The product title of the pending listing.
</p>
</blockquote>
</div>
|
},
@ -548,7 +548,7 @@ A loop containing the list of pending listing.
This loop contains a list of the categories in this matrix.
</p>
<blockquote>
<div class="helpIndent">
<p>
<b>category</b><br />
@ -560,7 +560,7 @@ A loop containing the list of pending listing.
A loop containing a list of listings who have had at least 10 ratings votes and are listed in order by average rating from highest to lowest.
</p>
<blockquote>
<div class="helpIndent">
<p>
<b>url</b><br />
The URL to the detail page for this listing.
@ -587,8 +587,8 @@ A loop containing the list of pending listing.
<b>name</b><br />
The name of this listing.
</p>
</blockquote>
</blockquote> |
</div>
</div> |
},
'search template help body' => {
@ -622,7 +622,7 @@ A loop containing the list of pending listing.
A loop is created for each category in this matrix. The category name is "<i>category</i>_loop" where category is the name of the category with spaces replaced with hyphens. So if you had a category called "Bells And Whistles" the loop would be called "bells-and-whistles_loop".
</p>
<blockquote>
<div class="helpIndent">
<p>
<b>name</b><br />
@ -649,7 +649,7 @@ A loop containing the list of pending listing.
The form element representing this field.
</p>
</blockquote>|
</div>|
},
'search template help title' => {
@ -1069,6 +1069,7 @@ A loop containing the list of pending listing.
'field type description' => {
lastUpdated => 1135279558,
message => q|<p>The type of field you are creating. Please select the type from the following options in the drop-down list.</p>
<div>
<dl>
<dt>Good Bad</dt>
<dd>Defines availability of a feature, has it, doesn't have it, limited functionality, free add on, etc.</dd>
@ -1080,7 +1081,7 @@ A loop containing the list of pending listing.
<dd>A URL.</dd>
<dt>Combo</dt>
<dd>A combination Text box and drop down list.</dd>
</dl>|
</dl></div>|
},
'field description' => {
@ -1098,7 +1099,7 @@ A loop containing the list of pending listing.
lastUpdated => 1135279558,
message => q|<p>Enter in a default value for the field that will be used if the user leaves the field blank.</p>
<p>For the GoodBad field, the possible values are "No", "Yes", "Free Add On", "Costs Extra", "Limited". While the displayed labels are internationalized, these values are not.</p>
<p>For the Combo field, you may only enter in 1 value, but the user will be allowed to select any value entered in by other users. In other words, the drop-down list will contain all values entered in by users who enter unique data into this field.|
<p>For the Combo field, you may only enter in 1 value, but the user will be allowed to select any value entered in by other users. In other words, the drop-down list will contain all values entered in by users who enter unique data into this field.</p>|
},
'category description' => {

View file

@ -52,7 +52,7 @@ The default label for the last post column.
A loop containing the data for each of the forums contained in this message board.
</p>
<blockquote>
<div class="helpIndent">
<p><b>forum.controls</b><br />
The editing controls for this forum.
@ -139,7 +139,7 @@ A conditional indicating whether the user can post to this forum.
</p>
</blockquote>
</div>
<p><b>default.listing</b><br />
A full forum rendered using the forum template.

View file

@ -233,57 +233,57 @@ a Google sitemap of your site.</p>
<p><strong>currentPage.hasViewableSiblings</strong><br />A conditional indicating whether the start page has siblings that are viewable by the current user.</p>
<p><strong>currentPage.hasViewableChildren</strong><br />A conditional indicating whether the start page has children that are viewable by the current user.</p>
<p><strong>page_loop</strong><br />A loop containing page information in nested, hierarchical order.</p>
<blockquote dir=ltr style="MARGIN-RIGHT: 0px">
<P dir=ltr><strong>page.assetId</strong><br />The assetId of this page.</p>
<P dir=ltr><strong>page.parentId</strong><br />The assetId of the parent of this page.</p>
<P dir=ltr><strong>page.ownerUserId</strong><br />The userId of the owner of this page.</p>
<P dir=ltr><strong>page.synopsis</strong><br />The synopsis of this page.</p>
<P dir=ltr><strong>page.newWindow</strong><br />A conditional indicating whether this page should be opened in a new window.</p>
<P dir=ltr><strong>page.menuTitle</strong><br />The menu title of this page.</p>
<P dir=ltr><strong>page.title</strong><br />The title of this page.</p>
<P dir=ltr><strong>page.rank</strong><br />The rank of this page compared with is siblings.</p>
<P dir=ltr><strong>page.absDepth</strong><br />The absolute depth of this page (relative to nameless root).</p>
<div class="helpIndent">
<p><strong>page.assetId</strong><br />The assetId of this page.</p>
<p><strong>page.parentId</strong><br />The assetId of the parent of this page.</p>
<p><strong>page.ownerUserId</strong><br />The userId of the owner of this page.</p>
<p><strong>page.synopsis</strong><br />The synopsis of this page.</p>
<p><strong>page.newWindow</strong><br />A conditional indicating whether this page should be opened in a new window.</p>
<p><strong>page.menuTitle</strong><br />The menu title of this page.</p>
<p><strong>page.title</strong><br />The title of this page.</p>
<p><strong>page.rank</strong><br />The rank of this page compared with is siblings.</p>
<p><strong>page.absDepth</strong><br />The absolute depth of this page (relative to nameless root).</p>
<p><strong>page.relDepth</strong><br />The relative depth of this page (relative to starting point).</p>
<p><strong>page.isSystem</strong><br />A conditional indicating whether this page is a system page (Trash, Clipboard, etc).</p>
<p><strong>page.isHidden</strong><br />A conditional indicating whether this page is a hidden page.</p>
<p><strong>page.isContainer</strong><br />A conditional indicating whether this page a container asset.</p>
<p><strong>page.isUtility</strong><br />A conditional indicating whether this page is a utility asset.</p>
<p><strong>page.isViewable</strong><br />A conditional indicating whether the user has permission to view it.</p>
<P dir=ltr><strong>page.url</strong><br />The complete URL to this page.</p>
<p><strong>page.url</strong><br />The complete URL to this page.</p>
<p><strong>page.indent</strong><br />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.</p>
<p><strong>page.indent_loop</strong><br />A loop that runs <strong>page.relDepth</strong> times.</p>
<blockquote dir=ltr style="MARGIN-RIGHT: 0px">
<p><strong>indent</strong><br />A number representing the loop count. </p></blockquote>
<P dir=ltr><strong>page.isBranchRoot</strong><br />A conditional indicating whether this page is a root page.</p>
<P dir=ltr><strong>page.isTopOfBranch</strong><br />A conditional indicating whether this page is a top page (daughter of root).</p>
<P dir=ltr><strong>page.isChild</strong><br />A conditional indicating whether this page is a daughter of the base page.</p>
<P dir=ltr><strong>page.isParent</strong><br />A conditional indicating whether this page is the mother of the base page.</p>
<P dir=ltr><strong>page.isCurrent</strong><br />A conditional indicating whether this page is the base page.</p>
<P dir=ltr><strong>page.isDescendent</strong><br />A conditional indicating whether this page is a descendant of the base page.</p>
<P dir=ltr><strong>page.isAncestor</strong><br />A conditional indicating whether this page is an ancestor of the base page.</p>
<P dir=ltr><strong>page.inBranchRoot</strong><br />This conditional is true if this page is a descendant of the root page of the base page.</p>
<P dir=ltr><strong>page.isSibling</strong><br />A conditional indicating whether this page is the sister of the base page.</p>
<P dir=ltr><strong>page.inBranch</strong><br />A conditional that is the logical OR of <strong>isAncestor</strong>, <strong>isSister</strong>, <strong>isBasepage</strong> and <strong>isDescendent</strong>.</p>
<P dir=ltr><strong>page.hasChild</strong><br />A conditional indicating whether this page has a daughter. In other words, it evaluates to true if this page is a mother.</p>
<P dir=ltr><strong>page.hasViewableChildren</strong><br />A conditional indicating whether this page has a viewable child.</p>
<P dir=ltr><strong>page.depthIs1 , page.depthIs2 , page.depthIs3 , page.depthIs4 , page.depthIsN<br /></strong>A conditional indicating whether the depth of this page is N. This variable is useful if you want to style a certain level.</p>
<P dir=ltr>&lt;tmpl_if page.depthIs1&gt;<br />&nbsp;&nbsp; &lt;img src="level1.gif"&gt;<br />&lt;tmpl_else&gt;<br />&nbsp;&nbsp; &lt;img src="defaultBullet.gif"&gt;<br />&lt;/tmpl_if&gt;</p>
<P dir=ltr><strong>page.relativeDepthIs1 , page.relativeDepthIs2 , page.relativeDepthIs3 , page.relativeDepthIsN</strong><br />A conditional indicating whether the depth of this page is N, relative to the starting page.</p>
<P dir=ltr><strong>page.depthDiff</strong><br />The difference in depth between the previous page and this page, parent.absDepth - page.absDepth, although parent.absDepth is not a template variable.</p>
<P dir=ltr><strong>page.depthDiffIs1, page.depthDiffIs2, page.depthDiffIs3, page.depthDiffIsN</strong><br />True if the <strong>page.depthDiff</strong> variable is N. N can be positive or negative.</p>
<P dir=ltr><strong>page.depthDiff_loop</strong><br />A loop that runs <strong>page.depthDiff</strong> times, if <strong>page.depthDiff</strong> &gt; 0. This loop contains no loop variables.</p>
<P dir=ltr><strong>page.isRankedFirst</strong><br />This property is true if this page is the first within this level. ie. has no left sister.</p>
<P dir=ltr><strong>page.isRankedLast</strong><br />This property is true if this page is the last within this level. ie. has no right sister.</p>
<P dir=ltr><strong>page.parent.*</strong><br />These variables will be undefined if the page is a root.</p>
<P dir=ltr><strong>page.parent.menuTitle</strong><br />The menu title of the mother of this page.</p>
<P dir=ltr><strong>page.parent.title</strong><br />The title of the mother of this page.</p>
<P dir=ltr><strong>page.parent.url</strong><br />The urlized title of the mother of this page.</p>
<P dir=ltr><strong>page.parent.assetId</strong><br />The assetId of the mother of this page.</p>
<P dir=ltr><strong>page.parent.parentId</strong><br />The assetId of the grandmother of this page.</p>
<P dir=ltr><strong>page.parent.ownerUserId</strong><br />The userId of the owner of the mother of this page.</p>
<P dir=ltr><strong>page.parent.synopsis</strong><br />The synopsis of the mother of this page.</p>
<P dir=ltr><strong>page.parent.newWindow</strong><br />A conditional indicating whether the mother of this page should be opened in a new window.</p>
</blockquote>|,
<div class="helpIndent">
<p><strong>indent</strong><br />A number representing the loop count. </p></div>
<p><strong>page.isBranchRoot</strong><br />A conditional indicating whether this page is a root page.</p>
<p><strong>page.isTopOfBranch</strong><br />A conditional indicating whether this page is a top page (daughter of root).</p>
<p><strong>page.isChild</strong><br />A conditional indicating whether this page is a daughter of the base page.</p>
<p><strong>page.isParent</strong><br />A conditional indicating whether this page is the mother of the base page.</p>
<p><strong>page.isCurrent</strong><br />A conditional indicating whether this page is the base page.</p>
<p><strong>page.isDescendent</strong><br />A conditional indicating whether this page is a descendant of the base page.</p>
<p><strong>page.isAncestor</strong><br />A conditional indicating whether this page is an ancestor of the base page.</p>
<p><strong>page.inBranchRoot</strong><br />This conditional is true if this page is a descendant of the root page of the base page.</p>
<p><strong>page.isSibling</strong><br />A conditional indicating whether this page is the sister of the base page.</p>
<p><strong>page.inBranch</strong><br />A conditional that is the logical OR of <strong>isAncestor</strong>, <strong>isSister</strong>, <strong>isBasepage</strong> and <strong>isDescendent</strong>.</p>
<p><strong>page.hasChild</strong><br />A conditional indicating whether this page has a daughter. In other words, it evaluates to true if this page is a mother.</p>
<p><strong>page.hasViewableChildren</strong><br />A conditional indicating whether this page has a viewable child.</p>
<p><strong>page.depthIs1 , page.depthIs2 , page.depthIs3 , page.depthIs4 , page.depthIsN<br /></strong>A conditional indicating whether the depth of this page is N. This variable is useful if you want to style a certain level.</p>
<p>&lt;tmpl_if page.depthIs1&gt;<br />&nbsp;&nbsp; &lt;img src="level1.gif"&gt;<br />&lt;tmpl_else&gt;<br />&nbsp;&nbsp; &lt;img src="defaultBullet.gif"&gt;<br />&lt;/tmpl_if&gt;</p>
<p><strong>page.relativeDepthIs1 , page.relativeDepthIs2 , page.relativeDepthIs3 , page.relativeDepthIsN</strong><br />A conditional indicating whether the depth of this page is N, relative to the starting page.</p>
<p><strong>page.depthDiff</strong><br />The difference in depth between the previous page and this page, parent.absDepth - page.absDepth, although parent.absDepth is not a template variable.</p>
<p><strong>page.depthDiffIs1, page.depthDiffIs2, page.depthDiffIs3, page.depthDiffIsN</strong><br />True if the <strong>page.depthDiff</strong> variable is N. N can be positive or negative.</p>
<p><strong>page.depthDiff_loop</strong><br />A loop that runs <strong>page.depthDiff</strong> times, if <strong>page.depthDiff</strong> &gt; 0. This loop contains no loop variables.</p>
<p><strong>page.isRankedFirst</strong><br />This property is true if this page is the first within this level. ie. has no left sister.</p>
<p><strong>page.isRankedLast</strong><br />This property is true if this page is the last within this level. ie. has no right sister.</p>
<p><strong>page.parent.*</strong><br />These variables will be undefined if the page is a root.</p>
<p><strong>page.parent.menuTitle</strong><br />The menu title of the mother of this page.</p>
<p><strong>page.parent.title</strong><br />The title of the mother of this page.</p>
<p><strong>page.parent.url</strong><br />The urlized title of the mother of this page.</p>
<p><strong>page.parent.assetId</strong><br />The assetId of the mother of this page.</p>
<p><strong>page.parent.parentId</strong><br />The assetId of the grandmother of this page.</p>
<p><strong>page.parent.ownerUserId</strong><br />The userId of the owner of the mother of this page.</p>
<p><strong>page.parent.synopsis</strong><br />The synopsis of the mother of this page.</p>
<p><strong>page.parent.newWindow</strong><br />A conditional indicating whether the mother of this page should be opened in a new window.</p>
</div>|,
lastUpdated => 1145060204,
},

View file

@ -21,7 +21,7 @@ The beginning of the poll form.
A loop containing information about the answers in the poll.
</p>
<blockquote>
<div class="helpIndent">
<p><b>answer.form</b><br />
The radio button for this answer.
@ -47,7 +47,7 @@ The percentage of the vote that this answer has received.
The total number of votes that this answer has received.
</p>
</blockquote>
</div>
<p><b>form.submit</b><br />
The submit button for the poll form.

View file

@ -269,7 +269,7 @@ The name of the first attachment found on the Post.
A loop containing all file and image attachments to this Post.
</p>
<blockquote>
<div class="helpIndent">
<p><b>url</b><br />
The URL to download this attachment.
@ -291,7 +291,7 @@ A thumbnail of this attachment, if applicable.
A conditional indicating whether this attachment is an image.
</p>
</blockquote>
</div>
<p><b>storageId</b><br />
The Asset ID of the storage node for the Post, where the attachments are kept.
@ -384,7 +384,7 @@ Post Form template you can use those variables like
this to collect data:
</p>
<blockquote>
<div class="helpIndent">
&lt;tmpl_var userDefined1.form&gt; (text)<br />
&lt;tmpl_var userDefined1.form.yesNo&gt; (yes / no) <br />
@ -395,7 +395,7 @@ this to collect data:
&lt;tmpl_var userDefined1.form.float&gt; (float field) <br />
</blockquote>
</div>
<p>Then in the Thread and Main CS templates you can call
back the data with a simple &lt;tmpl_var userDefined1&gt;.</p>
@ -442,7 +442,7 @@ back the data with a simple &lt;tmpl_var userDefined1&gt;.</p>
'notification template body' => {
message => q|<p>In addition to the common Post Template variables, the Notification Template has these variables:
<p/>
</p>
<p>All variables from the Post Template Variables.
</p>

View file

@ -99,7 +99,7 @@ The translated label for the add feature link.
This loop contains all of the features associated with this product.
</p>
<blockquote>
<div class="helpIndent">
<p><b>feature.controls</b><br />
The WebGUI management controls for this feature.
@ -109,7 +109,7 @@ The WebGUI management controls for this feature.
The text of the feature itself.
</p>
</blockquote>
</div>
<p><b>addbenefit.url</b><br />
The URL to add a benefit to this product.
@ -123,7 +123,7 @@ The translated label for the add benefit link.
This loop contains the benefits for this product.
</p>
<blockquote>
<div class="helpIndent">
<p><b>benefit.benefit</b><br />
The benefit text itself.
@ -133,7 +133,7 @@ The benefit text itself.
The WebGUI management controls for this benefit.
</p>
</blockquote>
</div>
<p><b>addspecification.url</b><br />
The URL to add a specification to this product.
@ -147,7 +147,7 @@ The translated label for the add specification link.
The list of specifications associated with this product.
</p>
<blockquote>
<div class="helpIndent">
<p><b>specification.controls</b><br />
The WebGUI management controls for this specification.
@ -165,7 +165,7 @@ The units for this specification. ex: meters
The label for this specification. ex: height
</p>
</blockquote>
</div>
<p><b>addaccessory.url</b><br />
The URL to add an accessory to this product.
@ -179,7 +179,7 @@ The translated label for the add accessory link.
This loop contains all of the accessories associated with this product.
</p>
<blockquote>
<div class="helpIndent">
<p><b>accessory.url</b><br />
The URL to the linked accessory.
@ -193,7 +193,7 @@ The title of the linked accessory.
The WebGUI management controls for this accessory.
</p>
</blockquote>
</div>
<p><b>addRelatedProduct.url</b><br />
The URL to add a related product to this product.
@ -207,7 +207,7 @@ The translated label for the add related product link.
This loop contains all of the products related to this product.
</p>
<blockquote>
<div class="helpIndent">
<p><b>relatedproduct.url</b><br />
The URL to the related product.
@ -221,7 +221,7 @@ The title of the related product.
The WebGUI management controls for this related product.
</p>
</blockquote>
</div>
|,
lastUpdated => 1146798062,
},

View file

@ -333,7 +333,7 @@ lists and check lists.</p>
the database in which the table of your choice resides and, of course, the table
itself. You can add more tables by clicking on the join button that appears
below the table selection. In order to do this you must choose the columns that
connect the tables you have selected and the type of that connection.
connect the tables you have selected and the type of that connection.</p>
<p>These columns should identify the rows they are in in exectly the same way so
that the SQLForm knows which record in one table belongs to a record in another.
@ -858,7 +858,7 @@ kilobytes.</p>
<p>Please note that WebGUI also has a system wide maximum file size setting,
which cannot be overridden by this property. In other words, if you set this
property to a larger value than that of the system wide setting, the maximum
upload size will be the system wide.|,
upload size will be the system wide.</p>|,
lastUpdated => 0,
},
@ -1063,7 +1063,7 @@ this loop will allow you to use a different layout than that of
<b>completeForm</b>. The <b>formLoop</b> loop provides the following
variables:</p>
<blockquote>
<div class="helpIndent">
<p> <b>field.label</b><br />
The display name of the field.</p>
@ -1077,7 +1077,7 @@ In view mode this is the same as <b>field.value</b>.
The value of the field</p>
</blockquote>
</div>
<p>Finally there is the option of placing
each seperate field by hand. This allows you to define the order and
@ -1134,10 +1134,10 @@ occurred in the submitted data.</p>
<p><b>errorLoop</b><br />
Loop containing the errors.</p>
<blockquote>
<div class="helpIndent">
<p> <b>error.message</b><br />
The actual error message.</p>
</blockquote>
</div>
<p><b>isNew</b><br />
Conditional idicating whether the user
@ -1251,7 +1251,7 @@ A loop containing each field, only available in advanced search.
The <b>field_loop</b> provides the following
variables:</p>
<blockquote>
<div class="helpIndent">
<p> <b>field.label</b><br />
The display name of the field.</p>
@ -1279,15 +1279,15 @@ field name of the field.<br />
You can use this if you want to create a custom Advanced search form that completely overrides the default search form.
</p>
</blockquote>
</div>
<p>The template provides variables for the search results that are the same for normal and advanced search.
<p>The template provides variables for the search results that are the same for normal and advanced search.</p>
<p><b>headerLoop</b><br />
A loop containing the display names of each field, inclding sort controls. The
following variables are provided within this loop:</p>
<blockquote>
<div class="helpIndent">
<p><b>header.title</b><br />
The display name of the current field.</p>
@ -1301,7 +1301,7 @@ following variables are provided within this loop:</p>
<p><b>header.sort.ascending</b><br />
Conditional indicating whether the search results are sorted ascending
or descending.</p>
</blockquote>
</div>
<p><b>searchResults.header</b><br />
Contains the form header for the batch restore and purge functions in the search
@ -1320,7 +1320,7 @@ The loop containg the results of the search query. This should be between
searchResults.header and searchResults.footer. Within this loop the following
variables are available for use:</p>
<blockquote>
<div class="helpIndent">
<p><b>record.controls</b><br />
Contains the edit/view, delete and purge restore controls for this
record.</p>
@ -1344,7 +1344,7 @@ variables are available for use:</p>
A loop containing the values for each field of this record. This loop
provides the following variables:</p>
<blockquote>
<div class="helpIndent">
<p><b>record.value</b><br />
The value the record has for this field.</p>
@ -1358,8 +1358,8 @@ variables are available for use:</p>
<p><b>record.value.downloadUrl</b><br />
The url to download the uploaded file in this field. Only
available for files and images.</p>
</blockquote>
</blockquote>
</div>
</div>
<p><b>superSearch.url</b><br />
The url to the advanced search mode.</p>
@ -1387,10 +1387,10 @@ Conditional which is true if some error happened while processing the search que
A loop containing the errors that have occurred while processing the search
query. The following variable is available in this loop:</p>
<blockquote>
<div class="helpIndent">
<p><b>error.message</b><br />
Contains the actual error message.</p>
</blockquote>|,
</div>|,
lastUpdated => 0,
},

View file

@ -28,14 +28,14 @@ SQL Reports are Wobjects and Assets, so they share the properties of both. SQL
},
'72 description' => {
message => q|Select a template to display the results of your SQL Report.
<p>|,
message => q|<p>Select a template to display the results of your SQL Report.
</p>|,
lastUpdated => 1119841649,
},
'16 description' => {
message => q|If you want to display debugging and error messages on the page, check this box.
<p>|,
message => q|<p>If you want to display debugging and error messages on the page, check this box.
</p>|,
lastUpdated => 1119841649,
},
@ -50,10 +50,10 @@ SQL Reports are Wobjects and Assets, so they share the properties of both. SQL
<li><b>String</b><br />Anything else is a string</li>
</ul></div>
<p>Example:</p>
<blockquote>
<div class="helpIndent">
<p>Query: select * from some_table where some_field = ? and some_other_field &lt; ?<br />
Placeholder Parameters: query1:pageId<br />form:field1</p>
</blockquote>
</div>
<p>In this example the first question mark will contain the field value of pageId in query1,
while the second question mark will contain the form variable "field1".</p>
<p>Place one Placeholder Parameter on each line.</p>
@ -62,8 +62,8 @@ while the second question mark will contain the form variable "field1".</p>
},
'15 description' => {
message => q|If you're using WebGUI macros in your query you'll want to check this box.
<p>|,
message => q|<p>If you're using WebGUI macros in your query you'll want to check this box.
</p>|,
lastUpdated => 1119841649,
},
@ -141,7 +141,7 @@ while the second question mark will contain the form variable "field1".</p>
A loop containing information about each column.
</p>
<blockquote>
<div class="helpIndent">
<p><b>column.number</b><br />
An integer starting with 1 and counting through the number of columns.
@ -151,7 +151,7 @@ An integer starting with 1 and counting through the number of columns.
The name of this column as returned by the query.
</p>
</blockquote>
</div>
<p><b>rows.count</b><br />
The total number of rows returned by the query.
@ -169,7 +169,7 @@ The default label for rows.count.isZero.
A loop containing the data returned from the query.
</p>
<blockquote>
<div class="helpIndent">
<p><b>row.number</b><br />
An integer starting with 1 and counting through the total list of rows.
@ -183,7 +183,7 @@ The data for a given field in this row where NAME is the name of the field as it
A loop containing all of the fields for this row.
</p>
<blockquote>
<div class="helpIndent">
<p><b>field.number</b><br />
An integer starting with 1 and counting through the number of fields in this row. This is the same as column.number in the column_loop.
@ -197,9 +197,9 @@ The name of the field as it is returned by the query.
The data in this field.
</p>
</blockquote>
</div>
</blockquote>
</div>
<p><b>hasNest</b><br />
A boolean indicating whether query2 has returned any results.
@ -213,7 +213,7 @@ goes from 2 to 5.</p>
A loop containing information about each column for queryN.
</p>
<blockquote>
<div class="helpIndent">
<p><b>column.number</b><br />
An integer starting with 1 and counting through the number of columns.
@ -223,7 +223,7 @@ An integer starting with 1 and counting through the number of columns.
The name of this column as returned by the query.
</p>
</blockquote>
</div>
<p><b>queryN.rows.count</b><br />
The total number of rows returned by queryN.
@ -241,21 +241,21 @@ The default label for rows.count.isZero.
A loop containing the data returned from queryN.
</p>
<blockquote>
<div class="helpIndent">
<p><b>queryN.row.number</b><br />
An integer starting with 1 and counting through the total list of rows.
</p>
<b>queryN.row.field.</b><i>NAME</i><b>.value</b><br />
<p><b>queryN.row.field.</b><i>NAME</i><b>.value</b><br />
The data for a given field in this row where NAME is the name of the field as it is returned by the query.
<p>
</p>
<p><b>queryN.row.field_loop</b><br />
A loop containing all of the fields for this row.
</p>
<blockquote>
<div class="helpIndent">
<p><b>field.number</b><br />
An integer starting with 1 and counting through the number of fields in this row. This is the same as column.number in the column_loop.
@ -269,9 +269,9 @@ The name of the field as it is returned by the query.
The data in this field.
</p>
</blockquote>
</div>
</blockquote>
</div>
<p><b>queryN.hasNest</b><br />
A boolean indicating whether the queryN+1 has returned any results. This variable
@ -313,7 +313,7 @@ will always be false for query5.
},
'Prequery statements description' => {
message => q|<p>Prequery statements are sql statements executed before the real query. You can use prequery statements for instance to set variables that you want to use in the real query. For example:</p>
<blockquote>set @myVariable := 1</blockquote>
<div class="helpIndent">set @myVariable := 1</div>
<p>The prequery statements are seperated from each other by returns and cannot use placeholders. You can use macro's within the prequery statements, however. Please note that prequery statements are only visible in the query they belong to and that you can only use statements that are allowed by the database link.</p>|,
lastUpdated => 0,
},

View file

@ -188,7 +188,7 @@ US date and time format for the date and time stocks were updated by the returni
Loop containing all default or personalized stocks
</p>
<blockquote>
<div class="helpIndent">
<p><b>stocks.symbol</b><br />
Stock Symbol
@ -338,7 +338,7 @@ If success is false, this field may contain the reason why.
The module (as could be passed to fetch) which found this information.
</p>
</blockquote>
</div>
|,
lastUpdated => 1146785833
},

View file

@ -145,165 +145,163 @@ our $I18N = {
},
'89' => {
message => q|The following template variables are available for the Survey.
<p>
message => q|<p>The following template variables are available for the Survey.
</p>
<b>question.add.url</b><br />
<p><b>question.add.url</b><br />
The URL to add a new question to the survey.
<p>
</p>
<b>question.add.label</b><br />
<p><b>question.add.label</b><br />
The default label for question.add.url.
<p>
</p>
<b>user.canTakeSurvey</b><br />
<p><b>user.canTakeSurvey</b><br />
A boolean indicating whether the current user has the rights to take the survey.
<p>
</p>
<b>form.header</b><br />
<p><b>form.header</b><br />
The required form elements that go at the top of the survey questions.
<p>
</p>
<b>form.footer</b><br />
<p><b>form.footer</b><br />
The required form elements that go after the survey questions.
<p>
</p>
<b>form.submit</b><br />
<p><b>form.submit</b><br />
The default submit button for the survey response.
<p>
</p>
<b>questions.sofar.label</b><br />
<p><b>questions.sofar.label</b><br />
The default label for indicating how many questions have been answered to this point in the survey.
<p>
</p>
<b>start.newresponse.label</b><br />
<p><b>start.newresponse.label</b><br />
The default label for start.newresponse.url.
<p>
</p>
<b>start.newresponse.url</b><br />
<p><b>start.newresponse.url</b><br />
The URL to start a new response to the survey after the user has already taken the survey once.
<p>
</p>
<b>thanks.survey.label</b><br />
<p><b>thanks.survey.label</b><br />
A message thanking the user for completing the survey.
<p>
</p>
<b>thanks.quiz.label</b><br />
<p><b>thanks.quiz.label</b><br />
A message thanking the user for completing the quiz.
<p>
</p>
<b>questions.total</b><br />
<p><b>questions.total</b><br />
The total number of questions in the survey.
<p>
</p>
<b>questions.correct.count.label</b><br />
<p><b>questions.correct.count.label</b><br />
The default label for questions.correct.count.
<p>
</p>
<b>questions.correct.percent.label</b><br />
<p><b>questions.correct.percent.label</b><br />
The default label for questions.correct.percent.
<p>
</p>
<b>mode.isSurvey</b><br />
<p><b>mode.isSurvey</b><br />
A boolean indicating whether we are in survey mode or quiz mode.
<p>
</p>
<b>survey.noprivs.label</b><br />
<p><b>survey.noprivs.label</b><br />
A message telling the user that they do not have the privileges necessary to take this survey.
<p>
</p>
<b>quiz.noprivs.label</b><br />
<p><b>quiz.noprivs.label</b><br />
A message telling the user that they do not have the privileges necessary to take the quiz.
<p>
</p>
<b>response.id</b><br />
<p><b>response.id</b><br />
The unique id for the current response for this user.
<p>
</p>
<b>response.count</b><br />
<p><b>response.count</b><br />
The number of responses this user has provided for this survey.
<p>
</p>
<b>user.isFirstResponse</b><br />
<p><b>user.isFirstResponse</b><br />
A boolean indicating whether this is the first response for this user.
<p>
</p>
<b>user.canRespondAgain</b><br />
<p><b>user.canRespondAgain</b><br />
A boolean indicating whether the user is allowed to respond to this survey again.
<p>
</p>
<b>questions.sofar.count</b><br />
<p><b>questions.sofar.count</b><br />
The number of questions that have been answered to this point in the survey.
<p>
</p>
<b>questions.correct.count</b><br />
<p><b>questions.correct.count</b><br />
The number of questions the user has correct in the quiz to this point.
<p>
</p>
<b>questions.correct.percent</b><br />
<p><b>questions.correct.percent</b><br />
The percentage of questions that the user has correct in the quiz to this point.
<p>
</p>
<b>response.isComplete</b><br />
<p><b>response.isComplete</b><br />
A boolean indicating whether the user has answered all of the questions for this survey response.
<p>
</p>
<b>question_loop</b><br />
<p><b>question_loop</b><br />
A loop which contains the questions for this survey response.
<p>
</p>
<blockquote>
<b>question.question</b><br />
<div class="helpIndent">
<p><b>question.question</b><br />
The survey question itself.
<p>
</p>
<b>question.allowComment</b><br />
<p><b>question.allowComment</b><br />
A boolean indicating whether this question allows comments or not.
<p>
</p>
<b>question.id</b><br />
<p><b>question.id</b><br />
The unique id for this question.
<p>
</p>
<b>question.comment.field</b><br />
<p><b>question.comment.field</b><br />
The form field to enter comments for this question.
<p>
</p>
<b>question.comment.label</b><br />
<p><b>question.comment.label</b><br />
The default label for question.comment.field.
<p>
</p>
<b>question.answer.field</b><br />
<p><b>question.answer.field</b><br />
The form field containing the possible answers for this question.
<p>
</p>
</blockquote>
</div>
<b>question.edit_loop</b><br />
<p><b>question.edit_loop</b><br />
A loop containing all the questions in the survey with edit controls.
<p>
</p>
<blockquote>
<b>question.edit.controls</b><br />
<div class="helpIndent">
<p><b>question.edit.controls</b><br />
A toolbar to use to edit this question.
<p>
</p>
<b>question.edit.question</b><br />
<p><b>question.edit.question</b><br />
The question to be edited.
<p>
</p>
<b>question.edit.id</b><br />
<p><b>question.edit.id</b><br />
The unique id for this question.
<p>
</p>
</blockquote>
</div>
|,
lastUpdated => 1078223096
lastUpdated => 1146806995
},
'10' => {
@ -327,77 +325,78 @@ The unique id for this question.
},
'91' => {
message => q|The following template variables are available in all survey templates.<p>
message => q|<p>The following template variables are available in all survey templates.</p>
<b>user.canViewReports</b><br />
<p><b>user.canViewReports</b><br />
A boolean indicating whether the user has the privileges to view survey reports.
<p>
</p>
<b>delete.all.responses.url</b><br />
<p><b>delete.all.responses.url</b><br />
This URL will delete all of the responses to this survey.
<p>
</p>
<b>delete.all.responses.label</b><br />
<p><b>delete.all.responses.label</b><br />
The default label for delete.all.responses.url.
<p>
</p>
<b>export.answers.url</b><br />
<p><b>export.answers.url</b><br />
The URL to create a tab delimited file containing all of the answers to the questions in this survey.
<p>
</p>
<b>export.answers.label</b><br />
<p><b>export.answers.label</b><br />
The default label for export.answers.url.
<p>
</p>
<b>export.questions.url</b><br />
<p><b>export.questions.url</b><br />
The URL to create a tab delimited file containing all of the questions in this survey.
<p>
</p>
<b>export.questions.label</b><br />
<p><b>export.questions.label</b><br />
The default label for export.questions.url.
<p>
</p>
<b>export.responses.url</b><br />
<p><b>export.responses.url</b><br />
The URL to create a tab delimited file containing all of the responses to the questions in this survey.
<p>
</p>
<b>export.responses.label</b><br />
<p><b>export.responses.label</b><br />
The default label for export.responses.url
<p>
</p>
<b>export.composite.url</b><br />
<p><b>export.composite.url</b><br />
The URL to create a tab delimited file containing a composite view of all of the data in this survey.
<p>
</p>
<b>export.composite.label</b><br />
<p><b>export.composite.label</b><br />
The default label for export.composite.url.
<p>
</p>
<b>report.gradebook.url</b><br />
<p><b>report.gradebook.url</b><br />
The URL to view the gradebook report for this quiz.
<p>
</p>
<b>report.gradebook.label</b><br />
<p><b>report.gradebook.label</b><br />
The default label for report.gradebook.url.
<p>
</p>
<b>report.overview.url</b><br />
<p><b>report.overview.url</b><br />
The URL to view statistical overview report for this survey.
<p>
</p>
<b>report.overview.label</b><br />
<p><b>report.overview.label</b><br />
The default label for report.overview.url.
<p>
</p>
<b>survey.url</b><br />
<p><b>survey.url</b><br />
The URL to view the survey. Usually used to get back to the survey after looking at a report.
<p>
</p>
<b>survey.label</b><br />
<p><b>survey.label</b><br />
The default label for survey.url.
<p>
</p>
|,
lastUpdated => 1078223067
lastUpdated => 1146807023
},
'78' => {
@ -802,52 +801,52 @@ the survey was added.|,
},
'1088' => {
message => q|The following template variables are available in the survey's gradebook report:
<p>
message => q|<p>The following template variables are available in the survey's gradebook report:
</p>
<b>title</b><br />
<p><b>title</b><br />
The default title of the report.
<p>
</p>
<b>question.count</b><br />
<p><b>question.count</b><br />
The number of questions in the survey.
<p>
</p>
<b>response.user.label</b><br />
<p><b>response.user.label</b><br />
The default label for response.user.name.
<p>
</p>
<b>response.count.label</b><br />
<p><b>response.count.label</b><br />
The default label for response.count.correct.
<p>
</p>
<b>response.percent.label</b><br />
<p><b>response.percent.label</b><br />
The default label for response.percent.
<p>
</p>
<b>response_loop</b><br />
<p><b>response_loop</b><br />
A loop containing a list of responses.
<p>
</p>
<blockquote>
<div class="helpIndent">
<b>response.url</b><br />
<p><b>response.url</b><br />
The URL to view this response.
<p>
</p>
<b>response.user.name</b><br />
<p><b>response.user.name</b><br />
The username of the user that gave this response.
<p>
</p>
<b>response.count.correct</b><br />
<p><b>response.count.correct</b><br />
The total number of questions that this user got correct.
<p>
</p>
<b>response.percent</b><br />
<p><b>response.percent</b><br />
The percentage of correct questions.
<p>
</p>
</blockquote>|,
</div>|,
lastUpdated => 1078513217
},
@ -857,126 +856,121 @@ The percentage of correct questions.
},
'1090' => {
message => q|The following are the variables available to display the individual response.
<p>
message => q|<p>The following are the variables available to display the individual response.
</p>
<b>title</b><br />
<p><b>title</b><br />
The default title for this report.
<p>
</p>
<b>delete.url</b><br />
<p><b>delete.url</b><br />
The URL to delete this response.
<p>
</p>
<b>delete.label</b><br />
<p><b>delete.label</b><br />
The default label for delete.url.
<p>
</p>
<b>start.date.label</b><br />
<p><b>start.date.label</b><br />
The default label for start.date.human.
<p>
</p>
<b>start.date.epoch</b><br />
<p><b>start.date.epoch</b><br />
The epoch representation of when the user started the survey response.
<p>
</p>
<b>start.date.human</b><br />
<p><b>start.date.human</b><br />
The human representation of the date when the user started the response.
<p>
</p>
<b>start.time.human</b><br />
<p><b>start.time.human</b><br />
The human representation of the time when the user started the response.
<p>
</p>
<b>end.date.label</b><br />
<p><b>end.date.label</b><br />
The default label for end.date.human.
<p>
</p>
<b>end.date.epoch</b><br />
<p><b>end.date.epoch</b><br />
The epoch representation of the date when the user completed this response.
<p>
</p>
<b>end.date.human</b><br />
<p><b>end.date.human</b><br />
The human representation of the date when the user completed this response.
<p>
</p>
<b>end.time.human</b><br />
<p><b>end.time.human</b><br />
The human representation of the time when the user completed this response.
<p>
</p>
<b>duration.label</b><br />
<p><b>duration.label</b><br />
The default label for the duration.
<p>
</p>
<b>duration.minutes</b><br />
<p><b>duration.minutes</b><br />
The number of minutes it took to complete the survey.
<p>
</p>
<b>duration.minutes.label</b><br />
<p><b>duration.minutes.label</b><br />
A label for "minutes".
<p>
</p>
<b>duration.seconds</b><br />
<p><b>duration.seconds</b><br />
The remainder seconds the duration.minutes calculations.
<p>
</p>
<b>duration.seconds.label</b><br />
<p><b>duration.seconds.label</b><br />
A label for "seconds".
<p>
</p>
<b>answer.label</b><br />
<p><b>answer.label</b><br />
The default label for question.answer.
<p>
</p>
<b>response.label</b><br />
<p><b>response.label</b><br />
The default label for question.label.
<p>
</p>
<b>comment.label</b><br />
<p><b>comment.label</b><br />
The default label for question.comment.
<p>
</p>
<b>question_loop</b><br />
<p><b>question_loop</b><br />
A loop that includes the list of questions in this response.
<p>
</p>
<blockquote>
<div class="helpIndent">
<b>question</b><br />
<p><b>question</b><br />
The question itself.
<p>
</p>
<b>question.id</b><br />
<p><b>question.id</b><br />
The unique identifier for this question.
<p>
</p>
<b>question.isRadioList</b><br />
<p><b>question.isRadioList</b><br />
A boolean indicating whether this question's answers are a radio list.
<p>
</p>
<b>question.response</b><br />
<p><b>question.response</b><br />
The user's response to this question.
<p>
</p>
<b>question.comment</b><br />
<p><b>question.comment</b><br />
The user's comment on this question (if any).
<p>
</p>
<b>question.isCorrect</b><br />
<p><b>question.isCorrect</b><br />
A boolean indicating whether the user got this question correct.
<p>
</p>
<b>question.answer</b><br />
<p><b>question.answer</b><br />
The correct answer for this question.
<p>
</p>
</blockquote>|,
</div>|,
lastUpdated => 1078515839
},
@ -986,98 +980,97 @@ The correct answer for this question.
},
'1092' => {
message => q|The following are the variables available in this template:
<p>
message => q|<p>The following are the variables available in this template:
</p>
<b>title</b><br />
<p><b>title</b><br />
The default title for this report.
<p>
</p>
<b>answer.label</b><br />
<p><b>answer.label</b><br />
The default label for answer_loop.
<p>
</p>
<b>response.count.label</b><br />
<p><b>response.count.label</b><br />
The default label for response.count.
<p>
</p>
<b>response.percent.label</b><br />
<p><b>response.percent.label</b><br />
The default label for response.percent.
<p>
</p>
<b>show.responses.label</b><br />
<p><b>show.responses.label</b><br />
The default label that will display responses.
<p>
</p>
<b>show.comments.label</b><br />
<p><b>show.comments.label</b><br />
The default label that will display comments.
<p>
</p>
<b>question_loop</b><br />
<p><b>question_loop</b><br />
A loop containing questions.
<p>
</p>
<blockquote>
<div class="helpIndent">
<b>question</b><br />
<p><b>question</b><br />
The question itself.
<p>
</p>
<b>question.id</b><br />
<p><b>question.id</b><br />
The unique identifier for this question.
<p>
</p>
<b>question.isRadioList</b><br />
<p><b>question.isRadioList</b><br />
A boolean indicating whether the answer for this question is a radio list.
<p>
</p>
<b>question.response.total</b><br />
<p><b>question.response.total</b><br />
The total number of responses for this answer.
<p>
</p>
<b>question.allowComment</b><br />
<p><b>question.allowComment</b><br />
A boolean indicating whether this question allows comments.
<p>
</p>
<b>answer_loop</b><br />
<p><b>answer_loop</b><br />
A loop containing the answers and responses for this question.
<p>
<blockquote>
</p>
<b>answer.isCorrect</b><br />
<div class="helpIndent">
<p><b>answer.isCorrect</b><br />
A boolean indicating whether this answer is marked correct.
<p>
</p>
<b>answer</b><br />
<p><b>answer</b><br />
The answer itself.
<p>
</p>
<b>answer.response.count</b><br />
<p><b>answer.response.count</b><br />
The total number of responses given for this answer.
<p>
</p>
<b>answer.response.percent</b><br />
<p><b>answer.response.percent</b><br />
The percent of responses to this question that went to this answer.
<p>
</p>
<b>comment_loop</b><br />
<p><b>comment_loop</b><br />
A loop that contains all of the comments for this answer.
<p>
</p>
<blockquote>
<b>answer.comment</b><br />
<div class="helpIndent">
<p><b>answer.comment</b><br />
A comment.
<p>
</p>
</div>
</blockquote>
</div>
</blockquote>
</blockquote>|,
lastUpdated => 1078517114
</div>|,
lastUpdated => 1146804179
},
'overview template' => {
@ -1141,15 +1134,15 @@ is set to "response".|,
},
'what next question description' => {
message => q|After defining the question, you may supply an answer:
<ul>
message => q|<p>After defining the question, you may supply an answer:</p>
<div><ul>
<li>Multiple Choice</li>
<li>Text</li>
<li>Frequency</li>
<li>Opinion</li>
<li>Or you may return to the survey</li>
</ul>|,
lastUpdated => 1146455594,
</ul></div>|,
lastUpdated => 1146804196,
},
'744' => {

View file

@ -79,7 +79,7 @@ A URL back to the originating site of this channel. This variable *will not* exi
This is the URL to use to get the contents of this Syndicated Content wobject as an RSS 2.0 feed. Additionally, you can specify RSS versions via the following template variables:
</p>
<blockquote>
<div class="helpIndent">
<p><b>rss.url.0.9</b><br />
The contents of this wobject as an RSS 0.9 feed.
@ -97,7 +97,7 @@ The contents of this wobject as an RSS 1.0 feed.
The contents of this wobject as an RSS 2.0 feed.
</p>
</blockquote>
</div>
<p>Additionally, RSS feeds are transformed into HTML via XSLT stylesheets for "friendly" in-browser viewing. These XSLT stylesheets are stored in the WebGUI collateral system as snippets.
</p>
@ -106,7 +106,7 @@ The contents of this wobject as an RSS 2.0 feed.
A loop containing the data from this channel.
</p>
<blockquote>
<div class="helpIndent">
<p><b>site_title</b><br />
The title of the RSS feed this item comes from
@ -132,7 +132,7 @@ The description of the content. If you're filtering on terms, this field will be
A URL directly to the content of the item.
</p>
</blockquote>|,
</div>|,
},
'displayModeLabel' => {
@ -182,7 +182,7 @@ A URL directly to the content of the item.
'hasTermsLabel description' => {
message => q|<p>Enter terms (separated by commas) that you'd like to filter the feeds on. For instance, if you enter:</p>
<blockquote><b>linux, windows development, blogs</b></blockquote>
<div class="helpIndent"><b>linux, windows development, blogs</b></div>
<p>The Syndicated Content web object will display items containing "linux", "windows development" or "blogs" (in the title or description of the item) from all the feeds you're aggregating together.</p>|,
lastUpdated => 1119977659,
},

View file

@ -8,195 +8,195 @@ our $I18N = {
},
'thread template body' => {
message => q|The variables below are available in the Thread template. In addition, all variables from the Post Template can be used. Labels for URLs for actions like <b>unlock.url</b>, <b>stick.url</b>, etc. are provided by the Collaboration Labels. The Pagination Template variables are also available to display multiple pages of posts and threads.
<p>
message => q|<p>The variables below are available in the Thread template. In addition, all variables from the Post Template can be used. Labels for URLs for actions like <b>unlock.url</b>, <b>stick.url</b>, etc. are provided by the Collaboration Labels. The Pagination Template variables are also available to display multiple pages of posts and threads.
</p>
<b>karma.transfer.form</b><br />
<p><b>karma.transfer.form</b><br />
A variable that displays a small form that allows a user to transfer an amount of karma from their account to the thread.
<p>
</p>
<b>karma</b><br />
<p><b>karma</b><br />
Indicates the amount of karma this thread has.
<p>
</p>
<b>karmaScale</b><br />
<p><b>karmaScale</b><br />
A weighting factor for difficulty, complexity, or handicap in contests.
<p>
</p>
<b>karmaRank</b><br />
<p><b>karmaRank</b><br />
This is karma divided by karma scale.
<p>
</p>
<b>thumbsUp.icon.url</b><br />
<p><b>thumbsUp.icon.url</b><br />
The URL to the thumbs up icon.
<p>
</p>
<b>thumbsDown.icon.url</b><br />
<p><b>thumbsDown.icon.url</b><br />
The URL to the thumbs down icon.
<p>
</p>
<b>user.isVisitor</b><br />
<p><b>user.isVisitor</b><br />
A conditional indicating that the current user is a Visitor.
<p>
</p>
<b>user.isModerator</b><br />
<p><b>user.isModerator</b><br />
A conditional indicating that the current user is a Moderator.
<p>
</p>
<b>user.canPost</b><br />
<p><b>user.canPost</b><br />
A conditional indicating that the current user can add posts to this thread.
<p>
</p>
<b>user.canReply</b><br />
<p><b>user.canReply</b><br />
A conditional indicating that the current user can reply to posts in this thread.
<p>
</p>
<b>repliesAllowed</b><br />
<p><b>repliesAllowed</b><br />
A conditional indicating that replies are allowed in this thread.
<p>
</p>
<b>userProfile.url</b><br />
<p><b>userProfile.url</b><br />
A URL to the profile of the owner of the Post.
<p>
</p>
<b>layout.nested.url</b><br />
<p><b>layout.nested.url</b><br />
A URL to change the layout to nest posts. This lists all posts with indentation to show which posts
are replies to posts and which posts are new topics in a thread.
<p>
</p>
<b>layout.flat.url</b><br />
<p><b>layout.flat.url</b><br />
A URL to change the layout to flatten posts. This lists all posts in the thread in order
of date submitted.
<p>
</p>
<b>layout.threaded.url</b><br />
<p><b>layout.threaded.url</b><br />
A URL to change the layout to threaded posts. This is the default setting. Posts will be shown one at a time.
<p>
</p>
<b>layout.isFlat</b><br />
<p><b>layout.isFlat</b><br />
A conditional indicating if the current layout is flat.
<p>
</p>
<b>layout.isNested</b><br />
<p><b>layout.isNested</b><br />
A conditional indicating if the current layout is nested.
<p>
</p>
<b>layout.isThreaded</b><br />
<p><b>layout.isThreaded</b><br />
A conditional indicating if the current layout is threaded.
<p>
</p>
<b>user.isSubscribed</b><br />
<p><b>user.isSubscribed</b><br />
A conditional that is true if the current user is subscribed to the thread.
<p>
</p>
<b>subscribe.url</b><br />
<p><b>subscribe.url</b><br />
A URL to subscribe the current user to the thread.
<p>
</p>
<b>unsubscribe.url</b><br />
<p><b>unsubscribe.url</b><br />
A URL to subscribe the current user from the thread.
<p>
</p>
<b>isArchived</b><br />
<p><b>isArchived</b><br />
A conditional indicating if the current thread is archived.
<p>
</p>
<b>archive.url</b><br />
<p><b>archive.url</b><br />
The URL to archive this thread.
<p>
</p>
<b>unarchive.url</b><br />
<p><b>unarchive.url</b><br />
The URL to unarchive this thread.
<p>
</p>
<b>isSticky</b><br />
<p><b>isSticky</b><br />
A conditional indicating if the current thread is sticky.
<p>
</p>
<b>stick.url</b><br />
<p><b>stick.url</b><br />
The URL to make this thread sticky.
<p>
</p>
<b>unstick.url</b><br />
<p><b>unstick.url</b><br />
The URL to unstick this thread.
<p>
</p>
<b>isLocked</b><br />
<p><b>isLocked</b><br />
A conditional indicating if the current thread is locked.
<p>
</p>
<b>lock.url</b><br />
<p><b>lock.url</b><br />
The URL to lock this thread.
<p>
</p>
<b>unlock.url</b><br />
<p><b>unlock.url</b><br />
The URL to unlock this thread.
<p>
</p>
<b>post_loop</b><br />
<p><b>post_loop</b><br />
A loop containing all the posts for this thread. Each post in the loop
also contains a set of its own Post Template variables.
<p>
</p>
<blockquote>
<div class="helpIndent">
<b>isCurrent</b><br />
<p><b>isCurrent</b><br />
A conditional indicating that this Post is the one currently being viewed in the Thread.
<p>
</p>
<b>isThreadRoot</b><br />
<p><b>isThreadRoot</b><br />
A conditional indicating that this Post is the start of the Thread.
<p>
</p>
<b>depth</b><br />
<p><b>depth</b><br />
How far away this post is from the originating post (<b>ThreadRoot</b>).
<p>
</p>
<b>depthX10</b><br />
<p><b>depthX10</b><br />
The <b>depth</b> times 10.
<p>
</p>
<b>indent_loop</b><br />
<p><b>indent_loop</b><br />
A loop that runs <b>depth</b> times.
<p>
</p>
<blockquote>
<div class="helpIndent">
<b>depth</b><br />
<p><b>depth</b><br />
A number indicating the loop count of the <b>indent_loop</b>.
<p>
</p>
</blockquote>
</div>
</blockquote>
</div>
<b>add.url</b><br />
<p><b>add.url</b><br />
The URL to add a new thread.
<p>
</p>
<b>previous.url</b><br />
<p><b>previous.url</b><br />
The URL to take you to the previous thread.
<p>
</p>
<b>next.url</b><br />
<p><b>next.url</b><br />
The URL to take you to the next thread.
<p>
</p>
<b>search.url</b><br />
<p><b>search.url</b><br />
The URL to take you to a form to search the forum.
<p>
</p>
<b>collaboration.url</b><br />
<p><b>collaboration.url</b><br />
The URL to take you back to the collaboration system that this post is a part of.
<p>
</p>
<b>collaboration.title</b><br />
<p><b>collaboration.title</b><br />
The title of the collaboration system that this post is a part of.
<p>
</p>
<b>collaboration.description</b><br />
<p><b>collaboration.description</b><br />
The description of the collaboration system that this post is a part of.
<p>
</p>
|,
lastUpdated => 1145111313,

View file

@ -230,7 +230,7 @@ the SOAP call. Within the loop, you may access specific data elements by the
names set for them by the SOAP server (i.e. perhaps "localTime" for a time query). In addition, there are a number of special template variables:
</p>
<blockquote>
<div class="helpIndent">
<p><b>numResults</b><br />
Number of rows found by the client, if an array was returned.</p>
@ -252,7 +252,7 @@ Number of rows found by the client, if an array was returned.</p>
<p><b>pageNumber</b><br />Current page number in a paginated set.
</p>
</blockquote>|,
</div>|,
lastUpdated => 1111122637
},

View file

@ -53,60 +53,62 @@ our $I18N = {
},
'auth login template body' => {
message => q|The following template variables are available for LDAP Authentication Login templates.
message => q|<p>The following template variables are available for LDAP Authentication Login templates.
</p>
<p>
<b>login.form.header</b><br />
<p><b>login.form.header</b><br />
The required form elements that go at the top of the login page.
</p>
<p>
<b>login.form.hidden</b><br />
<p><b>login.form.hidden</b><br />
Hidden form fields required for form submission.
</p>
<p>
<b>login.form.footer</b><br />
The required form elements that go after the login page form.</p>
<p><b>login.form.footer</b><br />
The required form elements that go after the login page form.
</p>
<p>
<b>login.form.submit</b><br />
<p><b>login.form.submit</b><br />
The default submit button for the login form.
</p>
<p>
<b>login.form.username</b><br />
<p><b>login.form.username</b><br />
Default username form field.
</p>
<p>
<b>login.form.username.label</b><br />
<p><b>login.form.username.label</b><br />
Default text for username form field.
</p>
<p>
<b>login.form.password</b><br />
<p><b>login.form.password</b><br />
Default password form field.
</p>
<p>
<b>login.form.password.label</b><br />
<p><b>login.form.password.label</b><br />
Default text for password form field.
</p>
<p>
<b>title</b><br />
<p><b>title</b><br />
Default page title.
</p>
<p>
<b>login.message</b><br />
<p><b>login.message</b><br />
Any message returned by the system. Usually displays after the form is submitted.
</p>
<p>
<b>anonymousRegistration.isAllowed</b><br />
<p><b>anonymousRegistration.isAllowed</b><br />
Flag indicating whether or not anonymous registrations are allowed.
</p>
<p>
<b>createAccount.url</b><br />
<p><b>createAccount.url</b><br />
URL for the anonymous registration page.
</p>
<p>
<b>createAccount.label</b><br />
<p><b>createAccount.label</b><br />
Default label for the anonymous registration link.
<p>|,
</p>
|,
lastUpdated => 1101771743
},
@ -156,29 +158,30 @@ Default label for the anonymous registration link.
},
'display account template body' => {
message => q|The following template variables are available for the LDAP Authentication Display Account templates.
<p>
<b>account.form.karma</b><br />
message => q|<p>The following template variables are available for the LDAP Authentication Display Account templates.</p>
<p><b>account.form.karma</b><br />
A read only form property displaying the amount of karma a user has. Karma is a configurable user setting that is turned off by default.
</p>
<p>
<b>account.form.karma.label</b><br />
<p><b>account.form.karma.label</b><br />
Internationalized text label for the karma form value.
</p>
<p>
<b>account.options</b><br />
<p><b>account.options</b><br />
Links list of options which allow users to turn on Admin, view and edit profile, view the inbox, etc.
</p>
<p>
<b>displayTitle</b><br />
<p><b>displayTitle</b><br />
Page title.
</p>
<p>
<b>account.message</b><br />
<p><b>account.message</b><br />
Any message returned by the system. Usually displays after the form is submitted.
</p>
<p>|,
lastUpdated => 1100227017
|,
lastUpdated => 1146804908
},
'10' => {
@ -187,72 +190,74 @@ Any message returned by the system. Usually displays after the form is submitte
},
'anon reg template body' => {
message => q|The following template variables are available for LDAP Authentication Anonymous Registration templates.
message => q|<p>The following template variables are available for LDAP Authentication Anonymous Registration templates.</p>
<p>
<b>create.form.header</b><br />
<p><b>create.form.header</b><br />
The required form elements that go at the top of the anonymous registration page.
</p>
<p>
<b>create.form.hidden</b><br />
<p><b>create.form.hidden</b><br />
Hidden form fields required for form submittal.
</p>
<p>
<b>create.form.footer</b><br />
<p><b>create.form.footer</b><br />
The required form elements that go after the anonymous registration page form.
</p>
<p>
<b>create.form.submit</b><br />
<p><b>create.form.submit</b><br />
The default submit button for the anonymous registration form.
</p>
<p>
<b>title</b><br />
<p><b>title</b><br />
Default page title.
</p>
<p>
<b>create.form.profile</b><br />
<p><b>create.form.profile</b><br />
A loop containing visible and required profile fields for registration.
<blockquote>
</p>
<p>
<b>profile.formElement</b><br />
<div class="helpIndent">
<p><b>profile.formElement</b><br />
Form element for visible or required profile field.
</p>
<p>
<b>profile.formElement.label</b><br />
<p><b>profile.formElement.label</b><br />
Default text label for profile form element.
</blockquote>
</p>
<p>
<b>login.url</b><br />
</div>
<p><b>login.url</b><br />
URL for the login page.
</p>
<p>
<b>login.label</b><br />
<p><b>login.label</b><br />
Default text label for login page link.
</p>
<p>
<b>create.message</b><br />
<p><b>create.message</b><br />
Any message returned by the system. Usually displays after the form is submitted.
</p>
<p>
<b>create.form.ldapId</b><br />
<p><b>create.form.ldapId</b><br />
Default ldapId form field.
</p>
<p>
<b>create.form.ldapId.label</b><br />
<p><b>create.form.ldapId.label</b><br />
Default text for ldapId form field.
</p>
<p>
<b>create.form.password</b><br />
<p><b>create.form.password</b><br />
Default password form field.
</p>
<p>
<b>create.form.password.label</b><br />
<p><b>create.form.password.label</b><br />
Default text for password form field.
<p>
</p>
|,
lastUpdated => 1100227052
lastUpdated => 1146804934
},
'5' => {
@ -598,9 +603,10 @@ Usually the RDN looks something like:</p>
},
'868 description' => {
message => q|Do you wish WebGUI to automatically send users a welcome message when they register for your site?
message => q|<p>Do you wish WebGUI to automatically send users a welcome message when they register for your site?
</p>
<p>
<b>NOTE:</b> In addition to the message you specify below, the user's account information will be included in the message.|,
<b>NOTE:</b> In addition to the message you specify below, the user's account information will be included in the message.</p>|,
lastUpdated => 1120164594,
},

View file

@ -112,10 +112,73 @@ our $I18N = {
},
'login template body' => {
message => q|The following template variables are available for WebGUI Authentication Login templates.
<p><strong>login.form.header</strong><br />The required form elements that go at the top of the login page.<br /><br /><strong>login.form.hidden</strong><br />Hidden form fields required for form submission<br /><br /><strong>login.form.footer</strong><br />The required form elements that go after the login page form.</p>
<p><strong>login.form.submit<br /></strong>The default submit button for the login form. <br /><br /><strong>login.form.username<br /></strong>Default username form field<br /><br /><strong>login.form.username.label<br /></strong>Default text for username form field<br /><br /><strong>login.form.password<br /></strong>Default password form field<br /><br /><strong>login.form.password.label<br /></strong>Default text for password form field<br /><br /><strong>title<br /></strong>Default page title
<p><strong>login.message</strong><br />Any message returned by the system. Usually displays after the form is submitted.<br /><br /><strong>anonymousRegistration.isAllowed<br /></strong>Flag indicating whether or not anonymous registrations are allowed<br /><br /><strong>createAccount.url</strong><br />URL for the anonymous registration page<br /><br /><strong>createAccount.label<br /></strong>Default label for the anonymous registration link<br /><br /><strong>recoverPassword.isAllowed</strong><br />Flag indicating whether or not password recovery is enabled<br /><br /><strong>recoverPassword.url<br /></strong>URL for the password recovery page.<br /><br /><strong>recoverPassword.label<br /></strong>Default label for the password recovery link</p>|,
message => q|<p>The following template variables are available for WebGUI Authentication Login templates.
</p>
<p><strong>login.form.header</strong><br />
The required form elements that go at the top of the login page.
</p>
<p><strong>login.form.hidden</strong><br />
Hidden form fields required for form submission
</p>
<p><strong>login.form.footer</strong><br />
The required form elements that go after the login page form.
</p>
<p><strong>login.form.submit</strong><br />
The default submit button for the login form.
</p>
<p><strong>login.form.username</strong><br />
Default username form field
</p>
<p><strong>login.form.username.label</strong><br />
Default text for username form field
</p>
<p><strong>login.form.password</strong><br />
Default password form field
</p>
<p><strong>login.form.password.label</strong><br />
Default text for password form field
</p>
<p><strong>title</strong><br />
Default page title
</p>
<p><strong>login.message</strong><br />
Any message returned by the system. Usually displays after the form is submitted.
</p>
<p><strong>anonymousRegistration.isAllowed</strong><br />
Flag indicating whether or not anonymous registrations are allowed
</p>
<p><strong>createAccount.url</strong><br />
URL for the anonymous registration page
</p>
<p><strong>createAccount.label</strong><br />
Default label for the anonymous registration link
</p>
<p><strong>recoverPassword.isAllowed</strong><br />
Flag indicating whether or not password recovery is enabled
</p>
<p><strong>recoverPassword.url</strong><br />
URL for the password recovery page.
</p>
<p><strong>recoverPassword.label</strong><br />
Default label for the password recovery link
</p>
|,
lastUpdated => 1101772000
},

View file

@ -6,141 +6,177 @@ our $I18N = {
lastUpdated => 0,
context => q|the title for the workflow activity that processes recurring payments|
},
'commerce settings' => {
message => q|Commerce|,
lastUpdated => 1101772584,
context => q|The displayed title of the Commerce Settings in the Admin Console|
},
'pay button' => {
message => q|Pay|,
lastUpdated => 0,
context => q|The button on the checkout form.|
},
'checkout confirm title' => {
message => q|Please fill in the form below to purchase these products.|,
lastUpdated => 0,
context => q|Message in the checkout form.|
},
'general tab' => {
message => q|General|,
lastUpdated => 0,
context => q|The name of the 'general' tab in editCommerce.|
},
'payment tab' => {
message => q|Payment Plugins|,
lastUpdated => 0,
context => q|The name of the 'payment plugins' tab in editCommerce.|
},
'payment plugin' => {
message => q|Payment Plugin|,
lastUpdated => 0,
context => q|The name of the 'payment plugin' form option in editCommerce.|
},
'confirm checkout template' => {
message => q|Confirm checkout template|,
lastUpdated => 0,
context => q|Form label indicating the Confirm checkout template.|
},
'checkout canceled template' => {
message => q|Checkout canceled template|,
lastUpdated => 0,
context => q|Form label indicating the Checkout canceled template.|
},
'transaction error template' => {
message => q|Transaction error template|,
lastUpdated => 0,
context => q|Form label indicating the Transaction error template.|
},
'no payment gateway' => {
message => q|No payment gateway selected.|,
lastUpdated => 0,
context => q|An error message that shows up during checkout process if no payment gateway has been selected|
},
'edit commerce settings title' => {
message => q|Manage Commerce Settings|,
lastUpdated => 0,
context => q|Title of the Commerce part of the Admin Console.|
},
'help manage commerce title' => {
message => q|Commerce, Manage|,
lastUpdated => 0,
context => q|The title of the manage commerce help page.|
},
'confirm checkout template description' => {
message => q|This template is shown when a user is asked to confirm his purchase. The form data for the payment gateway is also shown here.<p>|,
message => q|<p>This template is shown when a user is asked to confirm his purchase. The form data for the payment gateway is also shown here.</p>|,
lastUpdated => 1138922899,
},
'transaction error template description' => {
message => q|This is the template that's shown if any error occurs during the payment process. This could be a declined credit card or a false cvv2 code, for instance. Also an 'error' is triggered by a fraud protection filter or some other service that requires manual interaction from the merchant.<p>|,
message => q|<p>This is the template that's shown if any error occurs during the payment process. This could be a declined credit card or a false cvv2 code, for instance. Also an 'error' is triggered by a fraud protection filter or some other service that requires manual interaction from the merchant.</p>|,
lastUpdated => 1138922899,
},
'checkout canceled template description' => {
message => q|This is the template that the user sees when he cancels the transaction. This normally only occurs with remote-side payment gateways (like PayPal). This is because a site-side payment gateway usually uses a single step process.<p>|,
message => q|<p>This is the template that the user sees when he cancels the transaction. This normally only occurs with remote-side payment gateways (like PayPal). This is because a site-side payment gateway usually uses a single step process.</p>|,
lastUpdated => 1138922899,
},
'checkout select payment template description' => {
message => q|This is the template that the user sees when he selects a payment after confirming checkout.<p>|,
message => q|<p>This is the template that the user sees when he selects a payment after confirming checkout.</p>|,
lastUpdated => 1138923865,
},
'checkout select shipping template description' => {
message => q|This is the template that the user sees when he selects a shipping method.<p>|,
message => q|<p>This is the template that the user sees when he selects a shipping method.</p>|,
lastUpdated => 1138923865,
},
'view shopping cart template description' => {
message => q|This is the template to customize the display of the user's shopping cart.<p>|,
message => q|<p>This is the template to customize the display of the user's shopping cart.</p>|,
lastUpdated => 1138923865,
},
'shipping plugin label description' => {
message => q|Select all plugins that can be used for shipping on your site.<p>|,
message => q|<p>Select all plugins that can be used for shipping on your site.</p>|,
lastUpdated => 1138924101,
},
'daily report email description' => {
message => q|Everyday the scheduler plugin that checks and updates subscriptions send a report on on the successful and failed term payments. Here you can set to which email address it should send this report.<p>|,
message => q|<p>Everyday the scheduler plugin that checks and updates subscriptions send a report on on the successful and failed term payments. Here you can set to which email address it should send this report.</p>|,
lastUpdated => 1138922899,
},
'payment plugin description' => {
message => q|You can select the payment plugin to use here. Please note that you have to enable the plugins you want to choose from in the WebGUI configuration file. If you don't do this they won't show up here.<p>
message => q|<p>You can select the payment plugin to use here. Please note that you have to enable the plugins you want to choose from in the WebGUI configuration file. If you don't do this they won't show up here.</p>
<h3>PayflowPro</h3>
This is the plugin for Verisign Payflow Pro. This plugin is disabled by default in the configuration file because it depends on proprietary software from Verisign that can't be shipped with WebGUI.<p>
<b>Partner</b><br />
Your partner id.<p>
<b>Vendor</b>
Here you should enter your vendor id.<p>
<b>Login</b>
Your login to Verisign PayflowPro.<p>
<b>Password</b>
Your password.<br />|,
<p>This is the plugin for Verisign Payflow Pro. This plugin is disabled by default in the configuration file because it depends on proprietary software from Verisign that can't be shipped with WebGUI.</p>
<p><b>Partner</b><br />
Your partner id.
</p>
<p><b>Vendor</b><br />
Here you should enter your vendor id.
</p>
<p><b>Login</b><br />
Your login to Verisign PayflowPro.
</p>
<p><b>Password</b><br />
Your password.
</p>
|,
lastUpdated => 1138922899,
},
'help manage commerce body' => {
message => q|The commerce system of WebGUI is highly configurable. You can set the following properties:<p>|,
message => q|<p>The commerce system of WebGUI is highly configurable. You can set the following properties:</p>|,
lastUpdated => 1138922965,
context => q|The content of the manage commerce help page.|
},
'manage commerce settings' => {
message => q|Manage commerce settings.|,
lastUpdated => 1101772609,
context => q|The menu title for 'Manage commerce settings' in the AdminConsole side menu.|
},
'pending transactions' => {
message => q|Show pending transactions.|,
lastUpdated => 1101772617,
context => q|The menu title for 'Show pending transactions' in the AdminConsole side menu.|
},
'transactionId' => {
message => q|TransactionId|,
lastUpdated => 0,
@ -148,29 +184,34 @@ Your password.<br />|,
},
'gatewayId' => {
message => q|Gateway ID|,
lastUpdated => 0,
context => q|Gateway ID is the ID the transaction is given by the payment gateway.|,
},
'init date' => {
message => q|Initiation Date|,
lastUpdated => 0,
context => q|The date on which the transaction was started|
},
'gateway' => {
message => q|Gateway|,
lastUpdated => 0,
context => q|Table header of the column that identifies the gateway through which the transaction went.|
},
'weekly' => {
message => q|Week|,
lastUpdated => 0,
context => q|Period name for a weekly subscription.|
},
'biweekly' => {
message => q|Two weeks|,
@ -178,29 +219,34 @@ Your password.<br />|,
context => q|Period name for a biweekly subscription.|
},
'fourweekly' => {
message => q|Four weeks|,
lastUpdated => 0,
context => q|Period name for a four weekly subscription.|
},
'monthly' => {
message => q|Month|,
lastUpdated => 0,
context => q|Period name for a monthly subscription.|
},
'quarterly' => {
message => q|Three months|,
lastUpdated => 0,
context => q|Period name for a Quarterly subscription.|
},
'halfyearly' => {
message => q|Half year|,
lastUpdated => 0,
context => q|Period name for a semi yearly subscription.|
},
'yearly' => {
message => q|Year|,
@ -208,23 +254,27 @@ Your password.<br />|,
context => q|Period name for a yearly subscription.|
},
'transaction error' => {
message => q|Transaction Error|,
lastUpdated => 0,
context => q|Name for 'transaction error' status in the Commerce/TransactionError template.|
},
'connection error' => {
message => q|Connection Error|,
lastUpdated => 0,
context => q|Name for 'connection error' status in the Commerce/TransactionError template.|
},
'pending' => {
message => q|Pending|,
lastUpdated => 0,
context => q|Name for 'pending' status in the Commerce/TransactionError template.|
},
'ok' => {
message => q|OK|,
@ -232,14 +282,16 @@ Your password.<br />|,
context => q|Name for 'OK' status in the Commerce/TransactionError template.|
},
'transaction error title' => {
message => q|An error has occurred in one or more transactions|,
lastUpdated => 0,
context => q|The title used in the transaction error template.|
},
'status codes information' => {
message => q|The status codes have the following meaning:<br />
message => q|<p>The status codes have the following meaning:</p>
<table border="0" cellspacing="0" cellpadding="5">
<tr>
<td valign="top" align="right"><b>^International("ok","Commerce");</b></td>
@ -259,53 +311,64 @@ Your password.<br />|,
context => q|A message that explains the status codes that are returned in the transaction error template.|
},
'daily report email' => {
message => q|Send daily report to|,
lastUpdated => 0,
context => q|Form label that asks whom to send the daily recurring payments report to.|
},
'checkout canceled message' => {
message => q|The checkout process has been canceled.|,
lastUpdated => 0,
context => q|A message that's shown to users that cancel their checkout.|
},
'complete pending transaction' => {
message => q|Complete transaction|,
lastUpdated => 0,
context => q|Label for the link that allows you to complete a pending transaction.|
},
'help manage pending transactions title' => {
message => q|List pending transactions|,
lastUpdated => 0,
context => q|The title of the help page of the list pending transactions screen.|
},
'help manage pending transactions body' => {
message => q|All transactions that are marked as 'Pending' are listed here. Transactions are marked pending if some extra review is required. For instance when a transaction is suspected of fraud. Pending transactions can also be transactions that yet have to be confirmed by something as or similar to PayPal's APN. If you have checked that the transaction is legit you can click on the 'Complete transaction' link.|,
message => q|<p>All transactions that are marked as 'Pending' are listed here. Transactions are marked pending if some extra review is required. For instance when a transaction is suspected of fraud. Pending transactions can also be transactions that yet have to be confirmed by something as or similar to PayPal's APN. If you have checked that the transaction is legit you can click on the 'Complete transaction' link.</p>|,
lastUpdated => 1101772650,
context => q|The body of the help page of the list pending transactions screen.|
},
'help cancel checkout template title' => {
message => q|Cancel checkout template|,
lastUpdated => 0,
context => q|The title of the help page of the cancel checkout template.|
},
'help cancel checkout template body' => {
message => q|The following template variable is available in this template:<br />
<br />
<b>message</b><br />
The internationalized cancellation message.|,
lastUpdated => 1101772660,
message => q|<p>The following template variable is available in this template:</p>
<p><b>message</b><br />
The internationalized cancellation message.
</p>
|,
lastUpdated => 1146802746,
context => q|The body of the help page of the cancel checkout template.|
},
'help checkout confirm template body' => {
message => q|This template separates normal and recurring items. A normal item is an item that is payed only once. Recurring items are payed once a period, like a subscription.<br />
<br />
The following template variables are available in this template:<br />
<br />
message => q|<p>This template separates normal and recurring items. A normal item is an item that is payed only once. Recurring items are payed once a period, like a subscription.</p>
j
<p>The following template variables are available in this template:
</p>
<b>title</b><br />
The title to use for this template.<br />
<br />
@ -314,7 +377,7 @@ Th number of normal items in the shopping cart.<br />
<br />
<b>normalItemLoop</b>
A loop containing the normal items in the shopping-cart. The following template variables are available in this loop:<br />
<blockquote>
<div class="helpIndent">
<b>quantity</b><br />
The quantity of the current item in the shopping cart.<br />
<br />
@ -329,7 +392,7 @@ A loop containing the normal items in the shopping-cart. The following template
<br />
<b>totalPrice</b><br />
The price of the quantity of this item. (totalPrice = quantity * price)<br />
</blockquote>
</div>
<b>recurringItems</b><br />
The number of recurring items in the shopping cart.<br />
<br />
@ -341,11 +404,15 @@ The form that's generated by the selected payment plugin.<br />|,
lastUpdated => 1101772672,
context => q|The body of the help page of the confirm checkout template.|
},
'help checkout confirm template title' => {
message => q|Confirm checkout template|,
lastUpdated => 0,
context => q|The title of the help page of the confirm checkout template.|
},
'help checkout error template body' => {
message => q|The following template variables are available in this template:<br />
<br />
@ -357,7 +424,7 @@ A message which explains the possible statuses an item can have<br />
<br />
<b>resultLoop</b><br />
A template loop containing the items that were checked out. The following template variables are available from within this loop:<br />
<blockquote>
<div class="helpIndent">
<b>purchaseDescription</b><br />
The description of this transaction.<br />
<br />
@ -369,45 +436,53 @@ A template loop containing the items that were checked out. The following templa
<br />
<b>errorCode</b><br />
The error code returned from the payment plugin.<br />
</blockquote>|,
</div>|,
lastUpdated => 0,
context => q|The body of the help page of the checkout error template.|
},
'help checkout error template title' => {
message => q|Checkout error template|,
lastUpdated => 1101791348,
context => q|The title of the help page of the checkout error template.|
},
'no payment plugins selected' => {
message => q|There are no payment plugins to select. Please enable plugins in the config file.|,
lastUpdated => 0,
context => q|The message that's shown in the AdminConsole/Commerce menu when there are no payment plugins enabled.|
},
'failed payment plugins' => {
message => q|The following Payment Plugins failed to compile, please check your log for more information: |,
lastUpdated => 1101881907,
context => q|The message that says which payment plugins did not compile.|
},
'select payment gateway'=> {
message => q|Please select a payment gateway.|,
lastUpdated => 0,
context => q|The message that asks the user to select a payment gateway.|
},
'payment gateway select' => {
message => q|Select gateway|,
lastUpdated => 0,
context => q|The text on the submit button of the select gateway form.|
},
'checkout select payment template' => {
message => q|Select payment gateway template|,
lastUpdated => 0,
context => q|The formlabel for the 'select payment gateway template' option in the commerce part of the admin console.|
},
'help select payment template title' => {
message => q|Select payment gateway template|,
lastUpdated => 0,
context => q|The title of the 'select payment gateway' help page.|
},
'help select payment template body' => {
message => q|In this template the following template variables are available:<br />
<br />
@ -431,7 +506,7 @@ The submit button for this form.<br />
<br />
<b>pluginLoop</b><br />
A template loop containing all enabled payment plugins. Within this loop the following template variables are provided:
<blockquote>
<div class="helpIndent">
<b>name</b><br />
The name of the plugin.<br />
<br />
@ -440,95 +515,113 @@ The namespace of the plugin. You only need this if you want to create your own c
<br />
<b>formElement</b><br />
A radio button tied to this plugin.<br />
</blockquote>|,
</div>|,
lastUpdated => 1101881921,
context => q|The body of the help page of the select payment gateway template.|
},
'shipping tab' => {
message => q|Shipping|,
lastUpdated => 0,
context => q|The label of the SHipping tab in the commerce settings manager.|
},
'shipping plugin label' => {
message => q|Shipping plugin|,
lastUpdated => 0,
context => q|The label of the shipping plugin selection box in the commerce settings manager.|
},
'no shipping plugins selected' => {
message => q|There are no shipping plugins to select. Please enable plugins in the config file.|,
lastUpdated => 0,
context => q|The message that's shown in the AdminConsole/Commerce menu when there are no shipping plugins enabled.|
},
'select shipping method' => {
message => q|Please select a shipping method.|,
lastUpdated => 0,
context => q|The message asking the user to choose a shipping method during checkout.|
},
'no shipping methods available' => {
message => q|Shipping is not possible because no shipping plugins are enabled.|,
lastUpdated => 0,
context => q|A message that is shown when a user tries to checkout but no shipping plugins are enabled.|
},
'shipping select button' => {
message => q|Select shipping method|,
lastUpdated => 0,
context => q|The label of the select button of the select shipping form the user sees during checkout.|
},
'enable' => {
message => q|Enable|,
lastUpdated => 0,
context => q|The label of the enable option of the commerce plugins.|
},
'change payment gateway' => {
message => q|Change payment gateway|,
lastUpdated => 0,
context => q|The label for the change payament gateway url.|
},
'change shipping method' => {
message => q|Change shipping method|,
lastUpdated => 0,
context => q|The label for the change shipping method url.|
},
'checkout select shipping template' => {
message => q|Select shipping method template|,
lastUpdated => 0,
context => q|The formlabel for the 'select shipping method template' option in the commerce part of the admin console.|
},
'view shopping cart template' => {
message => q|Select view shopping cart template|,
lastUpdated => 1134599960,
context => q|The formlabel for the 'view shopping cart template' option in the commerce part of the admin console.|
},
'shopping cart empty' => {
message => q|Your shopping cart is empty.|,
lastUpdated => 1134599958,
context => q|A message indicating that the shopping cart is empty.|
},
'update cart' => {
message => q|Update cart|,
lastUpdated => 0,
context => q|The label of the update cart button.|
},
'checkout' => {
message => q|Checkout|,
lastUpdated => 0,
context => q|The label of the checkout button.|
},
'list transactions' => {
message => q|List transactions|,
lastUpdated => 0,
context => q|List transactions label|
},
'view shopping cart' => {
message => q|View shopping cart|,
lastUpdated => 0,
context => q|The label for the view shopping cart link in the confirm checkout screen.|
},
'topicName' => {
message => q|Commerce|,
lastUpdated => 1128920490,
},
};
1;

View file

@ -22,7 +22,7 @@ The macro may take one optional argument, an alternate template in the Macro/Adm
A loop containing the various lists of data to display.
</p>
<blockquote>
<div class="helpIndent">
<p>
<b>label</b><br />
A heading label for this category.
@ -37,7 +37,7 @@ A javascript friendly name for this category.
A loop containing the list if items in this category.
</p>
<blockquote>
<div class="helpIndent">
<p><b>title</b><br />
The displayable link title for this item.
@ -51,9 +51,9 @@ The link URL for this item.
The URL of an icon to associate with this item.
</p>
</blockquote>
</div>
</blockquote>
</div>
|,
lastUpdated => 1146631148,
},

View file

@ -49,13 +49,13 @@ The internationalized text "^International("available product configurations","M
A loop containing information about all variants about the Product.
</p>
<blockquote>
<div class="helpIndent">
<p><b>variant.compositionLoop</b><br />
A loop containing information about all variants about the Product.
</p>
<blockquote>
<div class="helpIndent">
<p><b>parameter</b><br />
The parameter that defines this variant, for example, size.
@ -65,7 +65,7 @@ The parameter that defines this variant, for example, size.
The value of the parameter, for the example of size, XL.
</p>
</blockquote>
</div>
<p><b>variant.variantId</b><br />
The Id for this variant of the Product.
@ -93,7 +93,7 @@ to display to the user for adding this variant
of the Product to their shopping cart.
</p>
</blockquote>
</div>
<p><b>productId</b><br />
The unique identifier of this Product.</p>

View file

@ -15,14 +15,13 @@ our $I18N = {
'sql body' => {
message => q|
<p><b>&#94;SQL();</b><br />
A one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (&#94;0; &#94;1; &#94;2; etc) to position data and can also use the &#94;&#94;rownum; macro just like the SQL Report wobject. Examples:<p>
&#94;SQL("select count(*) from users","There are &#94;0; users on this system.");
A one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (&#94;0; &#94;1; &#94;2; etc) to position data and can also use the &#94;&#94;rownum; macro just like the SQL Report wobject. Examples:</p>
<p>&#94;SQL("select count(*) from users","There are &#94;0; users on this system.");
</p>
<p>&#94;SQL("select userId,username from users order by username","&lt;a href='&#94;/;?op=viewProfile&amp;uid=&#94;0;'&gt;&#94;1;&lt;/a&gt;&lt;br /&gt;");
</p>
|,
lastUpdated => 1146608153,
lastUpdated => 1146805799,
},
'illegal query' => {

View file

@ -29,6 +29,7 @@ The URL to purchase a subscription to this item.
<p><b>name</b><br />
The name of the item.
</p>
<p><b>description</b><br />
The description of the item.

View file

@ -367,10 +367,10 @@ price, weight and sku values and set availability of a product variant.
},
'help edit product body' => {
message => q|The properties section shows the base values for your product. Every
message => q|<p>The properties section shows the base values for your product. Every
product configuration you sell is based on these values. Modifiers set
in options are relative to these values. The properties of a product
are:<p>
are:</p>
|,
lastUpdated => 1120449342,
context => q|The body of the edit product help page|
@ -398,7 +398,7 @@ screen after clicking 'Save'.</p>
},
'edit parameter name description' => {
message => q|The name of this parameter.<p>|,
message => q|<p>The name of this parameter.</p>|,
lastUpdated => 1122609059,
},
@ -416,7 +416,7 @@ screen after clicking 'Save'.</p>
context => q|The body of the edit option help page|
},
'edit option value description' => {
message => q|The value of this option (ie. 'Blue').<p>|,
message => q|<p>The value of this option (ie. 'Blue').</p>|,
lastUpdated => 1122609417,
},
@ -427,14 +427,14 @@ default price for product variants containig this option.</p>|,
},
'edit option weight modifier description' => {
message => q|The weight this option adds to the
default weight for product variants consisting of this option.<p>|,
message => q|<p>The weight this option adds to the
default weight for product variants consisting of this option.</p>|,
lastUpdated => 1122609417,
},
'edit option sku modifier description' => {
message => q|The value that the template variable of
the parameter this is an option of in the SKU template takes.<p>|,
message => q|<p>The value that the template variable of
the parameter this is an option of in the SKU template takes.</p>|,
lastUpdated => 1122609417,
},
'help list variants title' => {

View file

@ -109,43 +109,43 @@ our $I18N = {
},
'subscription name description' => {
message => q|Name of the subscription.<p>|,
message => q|<p>Name of the subscription.</p>|,
lastUpdated => 1120861450,
},
'subscription price description' => {
message => q|Price to pay for the subscription.<p>|,
message => q|<p>Price to pay for the subscription.</p>|,
lastUpdated => 1120861450,
},
'subscription description description' => {
message => q|Detailed description of the subscription.<p>|,
message => q|<p>Detailed description of the subscription.</p>|,
lastUpdated => 1120861450,
},
'subscription group description' => {
message => q|When a user payed the fee, he/she will be added to this group.<p>|,
message => q|<p>When a user payed the fee, he/she will be added to this group.</p>|,
lastUpdated => 1120861450,
},
'subscription duration description' => {
message => q|This sets the length of one subscription term. ie. You pay every month, or every half year.<p>|,
message => q|<p>This sets the length of one subscription term. ie. You pay every month, or every half year.</p>|,
lastUpdated => 1120861450,
},
'execute on subscription description' => {
message => q|A (Perl) script to call when someone has subscribed and payed.<p>|,
message => q|<p>A (Perl) script to call when someone has subscribed and payed.</p>|,
lastUpdated => 1120861450,
},
'subscription karma description' => {
message => q|The amount of karma which is added to the user after he/she subscribes.<p>|,
message => q|<p>The amount of karma which is added to the user after he/she subscribes.</p>|,
lastUpdated => 1120861450,
},
'help edit subscription body' => {
message => q|A subscription will allow the user a piece of content which he/she has
payed for. The following is the list of properties attached to each Description.<p>
message => q|<p>A subscription will allow the user a piece of content which he/she has
payed for. The following is the list of properties attached to each Description.</p>
|,
lastUpdated => 1120861475,
context => q|The Add/Edit subscription help page text.|
@ -326,23 +326,23 @@ payed for. The following is the list of properties attached to each Description.
},
'noc description' => {
message => q|Number of codes to create<p>|,
message => q|<p>Number of codes to create</p>|,
lastUpdated => 1120858265,
},
'code length description' => {
message => q|The number of characters in the generated codes. Codes must be at least 10
characters long.<p>|,
message => q|<p>The number of characters in the generated codes. Codes must be at least 10
characters long.</p>|,
lastUpdated => 1120858265,
},
'codes expire description' => {
message => q|The code must be used before this date.<p>|,
message => q|<p>The code must be used before this date.</p>|,
lastUpdated => 1132353871,
},
'association description' => {
message => q|Which subscription(s) are made with the generated codes.<p>|,
message => q|<p>Which subscription(s) are made with the generated codes.</p>|,
lastUpdated => 1120858265,
},

View file

@ -21,7 +21,7 @@ A message with an error concerning the cancellation of recurring payment.<br />
<br />
<b>historyLoop</b><br />
A loop containing the transactions in the transaction history. Within this loop these variables are also available:<br />
<blockquote>
<div class="helpIndent">
<b>amount</b><br />
The total amount of this transaction.<br />
<br />
@ -60,7 +60,7 @@ A loop containing the transactions in the transaction history. Within this loop
<br />
<b>itemLoop</b>
This loop contains all items the transaction consists of. These variables are available:<br />
<blockquote>
<div class="helpIndent">
<b>amount</b><br />
The amount of this item.<br />
<br />
@ -75,8 +75,8 @@ A loop containing the transactions in the transaction history. Within this loop
<br />
<b>quantity</b><br />
The quantity in which this item is bought.<br />
</blockquote>
</blockquote>|,
</div>
</div>|,
lastUpdated => 1101753027,
context => q|The body of the help page of the purchase history template.|
},

View file

@ -1089,7 +1089,7 @@ removed from the system after a set period of time. That period of time is set
'993 description' => {
message => q|<p><b>D</b>ata <b>S</b>ource <b>N</b>ame is the unique identifier that Perl uses to describe the location of your database. It takes the format of</p>
<blockquote>DBI:[driver]:[database name]:[host].</blockquote>
<div class="helpIndent">DBI:[driver]:[database name]:[host].</div>
<p><i>Example:</i> DBI:mysql:WebGUI:localhost</p>
<p>
Here are some examples for other databases.</p>
@ -1126,7 +1126,7 @@ You must be using mod_perl and configure <b>PerlSetEnv SYBASE /opt/sybase/11.0.2
'1001' => {
message => q|<p>
The following fields make up a Database Link.
<p>
</p>
|,
lastUpdated => 1122070424
},
@ -1517,10 +1517,13 @@ be in HTML format, and no attachments can be included.|,
},
'620' => {
message => q|As this function suggests you'll be deleting a group and removing all users from the group. Be careful not to restrict users from pages they should have access to by deleting a group that is in use.
<p>
message => q|<p>As this function suggests you'll be deleting a group and removing all users from the group. Be careful not to restrict users from pages they should have access to by deleting a group that is in use.
</p>
As with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you'll be returned to the prior screen.|,
<p>As with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you'll be returned to the prior screen.
</p>
|,
lastUpdated => 1100154599
},
@ -1702,97 +1705,99 @@ As with any delete operation, you are prompted to be sure you wish to proceed wi
},
'84 description' => {
message => q|A name for the group. It is best if the name is descriptive so you know what it is at a glance.
<p>|,
message => q|<p>A name for the group. It is best if the name is descriptive so you know what it is at a glance.
</p>|,
lastUpdated => 1120448672,
},
'85 description' => {
message => q|A longer description of the group so that other admins and content managers (or you if you forget) will know what the purpose of this group is.
<p>|,
message => q|<p>A longer description of the group so that other admins and content managers (or you if you forget) will know what the purpose of this group is.
</p>|,
lastUpdated => 1120448672,
},
'367 description' => {
message => q|The amount of time that a user will belong to this group before s/he is expired (or removed) from it. This is very useful for membership sites where users have certain privileges for a specific period of time.
<p>
<b>NOTE:</b> This can be overridden on a per-user basis.
<p>|,
message => q|<p>The amount of time that a user will belong to this group before s/he is expired (or removed) from it. This is very useful for membership sites where users have certain privileges for a specific period of time.
</p>
<p><b>NOTE:</b> This can be overridden on a per-user basis.
</p>|,
lastUpdated => 1120448672,
},
'865 description' => {
message => q|Set this value to yes if you want WebGUI to contact the user when they are about to be expired from the group.
<p>|,
message => q|<p>Set this value to yes if you want WebGUI to contact the user when they are about to be expired from the group.
</p>|,
lastUpdated => 1120448672,
},
'864 description' => {
message => q|The difference in the number of days from the expiration to the notification. You may set this to any valid integer. For instance, set this to "0" if you wish the notification to be sent on the same day that the grouping expires. Set it to "-7" if you want the notification to go out 7 days <b>before</b> the grouping expires. Set it to "7" if you wish the notification to be sent 7 days after the expiration.
<p>|,
message => q|<p>The difference in the number of days from the expiration to the notification. You may set this to any valid integer. For instance, set this to "0" if you wish the notification to be sent on the same day that the grouping expires. Set it to "-7" if you want the notification to go out 7 days <b>before</b> the grouping expires. Set it to "7" if you wish the notification to be sent 7 days after the expiration.
</p>|,
lastUpdated => 1120448672,
},
'866 description' => {
message => q|Type the message you wish to be sent to the user telling them about the expiration.
<p>|,
message => q|<p>Type the message you wish to be sent to the user telling them about the expiration.
</p>|,
lastUpdated => 1120448672,
},
'863 description' => {
message => q|The difference in the number of days from the expiration to the grouping being deleted from the system. You may set this to any valid integer. For instance, set this to "0" if you wish the grouping to be deleted on the same day that the grouping expires. Set it to "-7" if you want the grouping to be deleted 7 days <b>before</b> the grouping expires. Set it to "7" if you wish the grouping to be deleted 7 days after the expiration.
<p>|,
message => q|<p>The difference in the number of days from the expiration to the grouping being deleted from the system. You may set this to any valid integer. For instance, set this to "0" if you wish the grouping to be deleted on the same day that the grouping expires. Set it to "-7" if you want the grouping to be deleted 7 days <b>before</b> the grouping expires. Set it to "7" if you wish the grouping to be deleted 7 days after the expiration.
</p>|,
lastUpdated => 1120448672,
},
'538 description' => {
message => q|If you've enabled Karma, then you'll be able to set this value. Karma Threshold is the amount of karma a user must have to be considered part of this group.
<p>|,
message => q|<p>If you've enabled Karma, then you'll be able to set this value. Karma Threshold is the amount of karma a user must have to be considered part of this group.
</p>|,
lastUpdated => 1120448672,
},
'857 description' => {
message => q|Specify IP addresses in CIDR format. Multiple addresses can be entered if they are separated by commas. Spaces, tabs and carriage returns and newlines will be ignored.
message => q|<p>Specify IP addresses in CIDR format. Multiple addresses can be entered if they are separated by commas. Spaces, tabs and carriage returns and newlines will be ignored.
</p>
<p>
<i>IP Mask Example:</i> 10.0.0.32/27, 192.168.0.1/30
<p>|,
</p>|,
lastUpdated => 1139955354,
},
'945 description' => {
message => q|A user can be dynamically bound to a group by a scratch variable in their session. Scratch variables can be set programatically, or via the web. To set a scratch variable via the web, tack the following on to the end of any URL:
<p>
<i>?op=setScratch&amp;scratchName=somename&amp;scratchValue=somevalue</i>
<p>
Having done that, when a user clicks on that link they will have a scratch variable added to their session with a name of "www_somename" and a value of "somevalue". The "www_" is prefixed to prevent web requests from overwriting scratch variables that were set programatically.
<p>
To set a scratch filter simply add a line to the scratch filter field that looks like:
<p>
<i>www_somename=somevalue</i>
<p>
Multiple filters can be set by joining name and value pairs with a semicolon:
<p>
<i>www_somename=somevalue;otherName=otherValue</i>
message => q|<p>A user can be dynamically bound to a group by a scratch variable in their session. Scratch variables can be set programatically, or via the web. To set a scratch variable via the web, tack the following on to the end of any URL:
</p>
<p><i>?op=setScratch&amp;scratchName=somename&amp;scratchValue=somevalue</i>
</p>
<p>Having done that, when a user clicks on that link they will have a scratch variable added to their session with a name of "www_somename" and a value of "somevalue". The "www_" is prefixed to prevent web requests from overwriting scratch variables that were set programatically.
</p>
<p>To set a scratch filter simply add a line to the scratch filter field that looks like:
</p>
<p><i>www_somename=somevalue</i>
</p>
<p>Multiple filters can be set by joining name and value pairs with a semicolon:
</p>
<p><i>www_somename=somevalue;otherName=otherValue</i>
</p>
|,
lastUpdated => 1144345050,
},
'974 description' => {
message => q|Do you wish to let users add themselves to this group? See the GroupAdd macro for more info.
<p>|,
message => q|<p>Do you wish to let users add themselves to this group? See the GroupAdd macro for more info.
</p>|,
lastUpdated => 1120448672,
},
'975 description' => {
message => q|Do you wish to let users remove themselves from this group? See the GroupDelete macro for more info.
<p>|,
message => q|<p>Do you wish to let users remove themselves from this group? See the GroupDelete macro for more info.
</p>|,
lastUpdated => 1120448672,
},
'1075 description' => {
message => q|If you'd like to have this group validate users using an external database, choose the database link to use.
<p>|,
message => q|<p>If you'd like to have this group validate users using an external database, choose the database link to use.
</p>|,
lastUpdated => 1120448672,
},
@ -1812,7 +1817,7 @@ This group could then be named "Employees in HMO 1", and would allow you to rest
},
'1004 description' => {
message => q|Large sites using external group data will be making many calls to the external database. To help reduce the load, you may select how long you'd like to cache the results of the external database query within the WebGUI database. More advanced background caching may be included in a future version of WebGUI.|,
message => q|<p>Large sites using external group data will be making many calls to the external database. To help reduce the load, you may select how long you'd like to cache the results of the external database query within the WebGUI database. More advanced background caching may be included in a future version of WebGUI.</p>|,
lastUpdated => 1120448672,
},
@ -1821,12 +1826,14 @@ This group could then be named "Employees in HMO 1", and would allow you to rest
message => q|
<p>Here you will define a new group or edit an existing group.
Group membership is very flexible, determined from any or all of the following:</p>
<div>
<ul>
<li>Add users directly to a group.</li>
<li>Via membership in an LDAP group.</li>
<li>From a database query.</li>
<li>By IP address.</li>
</ul>
</div>
<p>Groups can also be setup to that
users can add or remove themselves from the group, although it is
strongly recommended that you not allow users to add themselves to
@ -2001,13 +2008,14 @@ default WebGUI groups such as Admin or Content Manager.</p> |,
},
'698' => {
message => q|Karma is a method of tracking the activity of your users, and potentially rewarding or punishing them for their level of activity. Once karma has been enabled, you'll notice that the menus of many things in WebGUI change to reflect karma.
<p>
message => q|<p>Karma is a method of tracking the activity of your users, and potentially rewarding or punishing them for their level of activity. Once karma has been enabled, you'll notice that the menus of many things in WebGUI change to reflect karma.
</p>
You can track whether users are logging in, and how much they contribute to your site. And you can allow them access to additional features by the level of their karma.
<p>
<p>You can track whether users are logging in, and how much they contribute to your site. And you can allow them access to additional features by the level of their karma.
</p>
<p>You can find out more about karma in <a href="http://www.plainblack.com/ruling_webgui">Ruling WebGUI</a>.</p>|,
You can find out more about karma in <a href="http://www.plainblack.com/ruling_webgui">Ruling WebGUI</a>.|,
lastUpdated => 1031514049
},
@ -2065,8 +2073,8 @@ You can find out more about karma in <a href="http://www.plainblack.com/ruling_w
'890' => {
message => q|<p>WebGUI has a sub-system that can create tabs. You'll see these in complex forms such as page editing. In order to make the tabs system look good and match your site, you'll need to add a section to your style's style sheet specifically for the tabs.
</p>
<p>
The following style sheet classes are available:
<p>The following style sheet classes are available:
</p>
<p><b>.tab</b><br />
@ -2183,12 +2191,11 @@ div.tabs {
},
'612' => {
message => q|There is no need to ever actually delete a user. If you are concerned with locking out a user, then simply change their password. If you truly wish to delete a user, then please keep in mind that there are consequences. If you delete a user any content that they added to the site via wobjects (like message boards and user contributions) will remain on the site. However, if another user tries to visit the deleted user's profile they will get an error message. Also if the user ever is welcomed back to the site, there is no way to give him/her access to his/her old content items except by re-adding the user to the users table manually.
<p>
message => q|<p>There is no need to ever actually delete a user. If you are concerned with locking out a user, then simply change their password. If you truly wish to delete a user, then please keep in mind that there are consequences. If you delete a user any content that they added to the site via wobjects (like message boards and user contributions) will remain on the site. However, if another user tries to visit the deleted user's profile they will get an error message. Also if the user ever is welcomed back to the site, there is no way to give him/her access to his/her old content items except by re-adding the user to the users table manually.
</p>
As with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you'll be returned to the prior screen.
<p>
<p>As with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you'll be returned to the prior screen.
</p>
|,
lastUpdated => 1101775447,
@ -2260,9 +2267,9 @@ A link to the previous page in the paginator relative to the current page.
The url component of pagination.previousPage broken out.
</p>
<b>pagination.previousPageText</b><br />
<p><b>pagination.previousPageText</b><br />
The text component of pagination.previousPage broken out.
<p>
</p>
<p><b>pagination.pageNumber</b><br />
The current page number.
@ -2280,7 +2287,7 @@ A boolean indicating whether there is more than one page.
A list of links to every page in the paginator.
</p>
<blockquote>
<div class="helpIndent">
<p><b>pagination.pageLoop</b><br />
Same as pagination.pageList except broken into individual elements.
@ -2294,7 +2301,7 @@ The URL of page X, where X is the number in the loop we're at.
The number of page X, where X is the number in the loop we're at.
</p>
</blockquote>
</div>
<p><b>pagination.pageList.upTo20</b><br />
@ -2305,7 +2312,7 @@ A list of links to the 20 nearest in the paginator relative to the current page.
Same as pagination.pageList.upTo20 except broken into individual elements.
</p>
<blockquote>
<div class="helpIndent">
<p><b>pagination.url</b><br />
The URL of page X, where X is the number in the loop we're at.
@ -2315,7 +2322,7 @@ The URL of page X, where X is the number in the loop we're at.
The number of page X, where X is the number in the loop we're at.
</p>
</blockquote>
</div>
<p><b>pagination.pageList.upTo10</b><br />
A list of links to the 10 nearest in the paginator relative to the current page. So if you're on page 20, you'll see links for 15-25.
@ -2325,7 +2332,7 @@ A list of links to the 10 nearest in the paginator relative to the current page.
Same as pagination.pageList.upTo10 except broken into individual elements.
</p>
<blockquote>
<div class="helpIndent">
<p><b>pagination.url</b><br />
The URL of page X, where X is the number in the loop we're at.
@ -2335,7 +2342,7 @@ The URL of page X, where X is the number in the loop we're at.
The number of page X, where X is the number in the loop we're at.
</p>
</blockquote>
</div>
|,
lastUpdated => 1145060787,
@ -2367,7 +2374,7 @@ The number of page X, where X is the number in the loop we're at.
},
'422' => {
message => q|<h1>Login Failed</h1>The information supplied does not match the account.|,
message => q|<h1>Login Failed</h1><p>The information supplied does not match the account.</p>|,
lastUpdated => 1031514049
},
@ -2475,16 +2482,13 @@ The number of page X, where X is the number in the loop we're at.
message => q|<p><a href="http://www.w3.org/Style/CSS/">Cascading Style Sheets (CSS)</a> are a great way to manage the look and feel of any web site. They are used extensively in WebGUI.
</p>
<p>
If you are unfamiliar with how to use CSS, <a href="http://www.plainblack.com/">Plain Black</a> provides training classes on XHTML and CSS. Alternatively, Bradsoft makes an excellent CSS editor called <a href="http://www.bradsoft.com/topstyle/index.asp">Top Style</a>.
<p>If you are unfamiliar with how to use CSS, <a href="http://www.plainblack.com/">Plain Black</a> provides training classes on XHTML and CSS. Alternatively, Bradsoft makes an excellent CSS editor called <a href="http://www.bradsoft.com/topstyle/index.asp">Top Style</a>.
</p>
<p>
The following is a list of classes used to control the default look of WebGUI. These of course can be overridden or replaced in the various templates that generate them.
<p>The following is a list of classes used to control the default look of WebGUI. These of course can be overridden or replaced in the various templates that generate them.
</p>
<p>
<b>A</b><br />
<p><b>A</b><br />
The links throughout the style.
</p>
@ -2526,8 +2530,6 @@ The headings of columns on things like message boards and user contributions.
<p><b>NOTE:</b> Some wobjects and macros have their own unique styles sheet classes, which are documented in their individual help files.
</p>
|,
lastUpdated => 1146592967
},
@ -2593,13 +2595,13 @@ The headings of columns on things like message boards and user contributions.
},
'608' => {
message => q|Deleting a page can create a big mess if you are uncertain about what you are doing. When you delete a page you are also deleting the content it contains, all sub-pages connected to this page, and all the content they contain. Be certain that you have already moved all the content you wish to keep before you delete a page.
<p>
message => q|<p>Deleting a page can create a big mess if you are uncertain about what you are doing. When you delete a page you are also deleting the content it contains, all sub-pages connected to this page, and all the content they contain. Be certain that you have already moved all the content you wish to keep before you delete a page.
</p>
As with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you'll be returned to the prior screen.
<p>
<p>As with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you'll be returned to the prior screen.
</p>
|,
lastUpdated => 1031514049
lastUpdated => 1146804549
},
'169' => {
@ -2833,7 +2835,7 @@ As with any delete operation, you are prompted to be sure you wish to proceed wi
},
'319' => {
message => q|<a href="http://messenger.msn.com/">MSN Messenger</a> Id|,
message => q|<p><a href="http://messenger.msn.com/">MSN Messenger</a> Id</p>|,
lastUpdated => 1031514049
},
@ -2949,13 +2951,15 @@ Managers group or in the Admins group.</p>
any Asset's Add/Edit form and select "Make package?". The Package will consist of
that Asset and all Assets below it.</p>
<p>To deploy a Package:
<p>To deploy a Package:</p>
<div>
<ol>
<li>Point your browser at a page on the site where you want to deploy the Package.</li>
<li>Enable Admin mode.</li>
<li>Select the Package tab from the Admin Bar.</li>
<li>Click on the name of the Package to deploy.</li>
</ol>
</div>
<p>All Asset URLs in the Package will be made unique after being deployed.</p>
|,
@ -3483,7 +3487,10 @@ that Asset and all Assets below it.</p>
},
'url extension description' => {
message => q|Add an extension such as "html", "php", or "asp" to each new page URL as it is created. <p><b>NOTE:</b> Do NOT include the dot "." in this. So the field should look like "html" not ".html".|,
message => q|<p>Add an extension such as "html", "php", or "asp" to each new page URL as it is created.
</p>
<p><b>NOTE:</b> Do NOT include the dot "." in this. So the field should look like "html" not ".html".
</p>|,
lastUpdated => 1120239343,
},

View file

@ -92,10 +92,10 @@ to validate any input that the user may supply.|,
},
'627' => {
message => q|Profiles are used to extend the information of a particular user. In some cases profiles are important to a site, in others they are not. The profiles system is completely extensible. You can add as much information to the user profiles as you like.
<p>
message => q|<p>Profiles are used to extend the information of a particular user. In some cases profiles are important to a site, in others they are not. The profiles system is completely extensible. You can add as much information to the user profiles as you like.
</p>
|,
lastUpdated => 1122316616
lastUpdated => 1146807311
},
'492' => {