dos 2 unix carriage returns

This commit is contained in:
JT Smith 2004-07-29 18:30:38 +00:00
parent 9b33ec2c7e
commit f79d615536
17 changed files with 2756 additions and 2756 deletions

View file

@ -82,154 +82,154 @@ our $I18N = {
},
'71' => {
message => q|Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article.
<br><br>
NOTE: You can create a multi-paged article by placing the seperator macro (^-;) at various places through-out your article.
<p />
<b>Template</b><br/>
Select a template to layout your article.
<p />
<b>Image</b><br>
Choose an image (.jpg, .gif, .png) file from your hard drive. This file will be uploaded to the server and displayed in your article.
<br><br>
<b>Attachment</b><br>
If you wish to attach a word processor file, a zip file, or any other file for download by your users, then choose it from your hard drive.
<br><br>
<b>Link Title</b><br>
If you wish to add a link to your article, enter the title of the link in this field.
<br><br>
<i>Example:</i> Google
<br><br>
<b>Link URL</b><br>
If you added a link title, now add the URL (uniform resource locator) here.
<br><br>
<i>Example:</i> http://www.google.com
<br><br>
<b>Convert carriage returns?</b><br>
If you're publishing HTML there's generally no need to check this option, but if you aren't using HTML and you want a carriage return every place you hit your "Enter" key, then check this option.
<p>
<b>Allow discussion?</b><br>
Checking this box will enable responses to your article much like Articles on Slashdot.org.
<p>
message => q|Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article.
<br><br>
NOTE: You can create a multi-paged article by placing the seperator macro (^-;) at various places through-out your article.
<p />
<b>Template</b><br/>
Select a template to layout your article.
<p />
<b>Image</b><br>
Choose an image (.jpg, .gif, .png) file from your hard drive. This file will be uploaded to the server and displayed in your article.
<br><br>
<b>Attachment</b><br>
If you wish to attach a word processor file, a zip file, or any other file for download by your users, then choose it from your hard drive.
<br><br>
<b>Link Title</b><br>
If you wish to add a link to your article, enter the title of the link in this field.
<br><br>
<i>Example:</i> Google
<br><br>
<b>Link URL</b><br>
If you added a link title, now add the URL (uniform resource locator) here.
<br><br>
<i>Example:</i> http://www.google.com
<br><br>
<b>Convert carriage returns?</b><br>
If you're publishing HTML there's generally no need to check this option, but if you aren't using HTML and you want a carriage return every place you hit your "Enter" key, then check this option.
<p>
<b>Allow discussion?</b><br>
Checking this box will enable responses to your article much like Articles on Slashdot.org.
<p>
|,
lastUpdated => 1066583066
},
'73' => {
message => q|The following template variables are available for article templates.
<p/>
<b>new.template</b><br>
Articles have the special ability to change their template so that you can allow users to see different views of the article. You do this by creating a link with a URL like this (replace 999 with the template Id you wish to use):<p>
&lt;a href="&lt;tmpl_var new.template&gt;999"&gt;Read more...&lt;/a&gt;
<p>
<b>description.full</b><br>
The full description without any pagination. (For the paginated description use "description" instead.)
<p>
<b>description.first.100words</b><br>
The first 100 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
<p>
<b>description.first.75words</b><br>
The first 75 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
<p>
<b>description.first.50words</b><br>
The first 50 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
<p>
<b>description.first.25words</b><br>
The first 25 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
<p>
<b>description.first.10words</b><br>
The first 10 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
<p>
<b>description.first.paragraph</b><br>
The first paragraph of the description. The first paragraph is determined by the first carriage return found in the text.
<p>
<b>description.first.2paragraphs</b><br>
The first two paragraphs of the description. A paragraph is determined by counting the carriage returns found in the text.
<p>
<b>description.first.sentence</b><br>
The first sentence in the description. A sentence is determined by counting the periods found in the text.
<p>
<b>description.first.2sentences</b><br>
The first two sentences in the description. A sentence is determined by counting the periods found in the text.
<p>
<b>description.first.3sentences</b><br>
The first three sentences in the description. A sentence is determined by counting the periods found in the text.
<p>
<b>description.first.4sentences</b><br>
The first four sentences in the description. A sentence is determined by counting the periods found in the text.
<p>
<b>attachment.box</b><br/>
Outputs a standard WebGUI attachment box including icon, filename, and attachment indicator.
<p/>
<b>attachment.icon</b><br/>
The URL to the icon image for this attachment type.
<p/>
<b>attachment.name</b><br/>
The filename for this attachment.
<p/>
<b>attachment.url</b><br/>
The URL to download this attachment.
<p/>
<b>image.thumbnail</b><br/>
The URL to the thumbnail for the attached image.
<p/>
<b>image.url</b><br/>
The URL to the attached image.
<p/>
<b>post.label</b><br/>
The translated label to add a comment to this article.
<p/>
<b>post.URL</b><br/>
The URL to add a comment to this article.
<p/>
<b>replies.count</b><br/>
The number of comments attached to this article.
<p/>
<b>replies.label</b><br/>
The translated text indicating that you can view the replies.
<p/>
<b>replies.url</b><br/>
The URL to view the replies to this article.
<p/>
message => q|The following template variables are available for article templates.
<p/>
<b>new.template</b><br>
Articles have the special ability to change their template so that you can allow users to see different views of the article. You do this by creating a link with a URL like this (replace 999 with the template Id you wish to use):<p>
&lt;a href="&lt;tmpl_var new.template&gt;999"&gt;Read more...&lt;/a&gt;
<p>
<b>description.full</b><br>
The full description without any pagination. (For the paginated description use "description" instead.)
<p>
<b>description.first.100words</b><br>
The first 100 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
<p>
<b>description.first.75words</b><br>
The first 75 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
<p>
<b>description.first.50words</b><br>
The first 50 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
<p>
<b>description.first.25words</b><br>
The first 25 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
<p>
<b>description.first.10words</b><br>
The first 10 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
<p>
<b>description.first.paragraph</b><br>
The first paragraph of the description. The first paragraph is determined by the first carriage return found in the text.
<p>
<b>description.first.2paragraphs</b><br>
The first two paragraphs of the description. A paragraph is determined by counting the carriage returns found in the text.
<p>
<b>description.first.sentence</b><br>
The first sentence in the description. A sentence is determined by counting the periods found in the text.
<p>
<b>description.first.2sentences</b><br>
The first two sentences in the description. A sentence is determined by counting the periods found in the text.
<p>
<b>description.first.3sentences</b><br>
The first three sentences in the description. A sentence is determined by counting the periods found in the text.
<p>
<b>description.first.4sentences</b><br>
The first four sentences in the description. A sentence is determined by counting the periods found in the text.
<p>
<b>attachment.box</b><br/>
Outputs a standard WebGUI attachment box including icon, filename, and attachment indicator.
<p/>
<b>attachment.icon</b><br/>
The URL to the icon image for this attachment type.
<p/>
<b>attachment.name</b><br/>
The filename for this attachment.
<p/>
<b>attachment.url</b><br/>
The URL to download this attachment.
<p/>
<b>image.thumbnail</b><br/>
The URL to the thumbnail for the attached image.
<p/>
<b>image.url</b><br/>
The URL to the attached image.
<p/>
<b>post.label</b><br/>
The translated label to add a comment to this article.
<p/>
<b>post.URL</b><br/>
The URL to add a comment to this article.
<p/>
<b>replies.count</b><br/>
The number of comments attached to this article.
<p/>
<b>replies.label</b><br/>
The translated text indicating that you can view the replies.
<p/>
<b>replies.url</b><br/>
The URL to view the replies to this article.
<p/>
|,
lastUpdated => 1082370724
},

View file

@ -73,8 +73,8 @@ our $I18N = {
},
'create-2' => {
message => q|The following template variables are available for&nbsp;LDAP Authentication Anonymous Registration templates. <BR><BR><STRONG>create.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;anonymous registration&nbsp;page.<BR><BR><STRONG>create.form.hidden<BR></STRONG>Hidden form fields required for form submittal<BR><BR><STRONG>create.form.footer</STRONG><BR>The required form elements that go after the anonymous registration page form.
<P><STRONG>create.form.submit<BR></STRONG>The default submit button for the&nbsp;anonymous registration form. <BR><BR><STRONG>title<BR></STRONG>Default page title
message => q|The following template variables are available for&nbsp;LDAP Authentication Anonymous Registration templates. <BR><BR><STRONG>create.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;anonymous registration&nbsp;page.<BR><BR><STRONG>create.form.hidden<BR></STRONG>Hidden form fields required for form submittal<BR><BR><STRONG>create.form.footer</STRONG><BR>The required form elements that go after the anonymous registration page form.
<P><STRONG>create.form.submit<BR></STRONG>The default submit button for the&nbsp;anonymous registration form. <BR><BR><STRONG>title<BR></STRONG>Default page title
<P><STRONG>create.form.profile<BR></STRONG>A loop containing visible and required profile fields for registration<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <STRONG>profile.formElement</STRONG><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Form element for visible or required profile field<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <STRONG>profile.formElement.label</STRONG><BR><STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </STRONG>Default text label for profile form element<BR><BR><BR><STRONG>login.url<BR></STRONG>URL for the login page<BR><BR><STRONG>login.label</STRONG><BR>Default text label for login page link.<BR><BR><STRONG>create.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>create.form.ldapId</STRONG><BR>Default&nbsp;ldapId form field<BR><BR><STRONG>create.form.ldapId.label</STRONG><BR>Default text for&nbsp;ldapId form field<BR><BR><STRONG>create.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>create.form.password.label<BR></STRONG>Default text for password form field</P>|,
lastUpdated => 1078855925
},
@ -85,9 +85,9 @@ our $I18N = {
},
'login-2' => {
message => q|The following template variables are available for&nbsp;LDAP Authentication&nbsp;Login&nbsp;templates.
<P><STRONG>login.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;login&nbsp;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&nbsp;login page form.</P>
<P><STRONG>login.form.submit<BR></STRONG>The default submit button for the&nbsp;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
message => q|The following template variables are available for&nbsp;LDAP Authentication&nbsp;Login&nbsp;templates.
<P><STRONG>login.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;login&nbsp;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&nbsp;login page form.</P>
<P><STRONG>login.form.submit<BR></STRONG>The default submit button for the&nbsp;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.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>anonymousRegistration.isAllowed<BR></STRONG>Flag indicating whether or not anoymous registrations are allowed<BR><BR><STRONG>createAccount.url</STRONG><BR>URL&nbsp;for&nbsp;the anonymous registration page<BR><BR><STRONG>createAccount.label<BR></STRONG>Default label for the anonymous registration link</P>|,
lastUpdated => 1078854953
},
@ -98,9 +98,9 @@ our $I18N = {
},
'account-2' => {
message => q|The following template variables are available for&nbsp;the LDAP Authentication Display Account&nbsp;templates.
<P><STRONG>account.form.karma</STRONG><BR>A read only form property displaying the amount of karma a user has.&nbsp; Karma&nbsp;is a&nbsp;configurable user setting that is turned off by default&nbsp;
<P><STRONG>account.form.karma.label</STRONG><BR>Internationalized text label for&nbsp;the karma form value&nbsp;
message => q|The following template variables are available for&nbsp;the LDAP Authentication Display Account&nbsp;templates.
<P><STRONG>account.form.karma</STRONG><BR>A read only form property displaying the amount of karma a user has.&nbsp; Karma&nbsp;is a&nbsp;configurable user setting that is turned off by default&nbsp;
<P><STRONG>account.form.karma.label</STRONG><BR>Internationalized text label for&nbsp;the karma form value&nbsp;
<P><STRONG>account.options</STRONG><BR>Links list of options&nbsp;which&nbsp;allow users to&nbsp;turn on Admin, view and edit profile, view the messageLog, etc.&nbsp; <BR><BR><STRONG>displayTitle<BR></STRONG>Page title<BR><STRONG><BR>account.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.</P>|,
lastUpdated => 1078852969
},

View file

@ -57,8 +57,8 @@ our $I18N = {
},
'create-2' => {
message => q|The following template variables are available for&nbsp;SMB Authentication Anonymous Registration templates. <BR><BR><STRONG>create.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;anonymous registration&nbsp;page.<BR><BR><STRONG>create.form.hidden<BR></STRONG>Hidden form fields required for form submittal<BR><BR><STRONG>create.form.footer</STRONG><BR>The required form elements that go after the anonymous registration page form.
<P><STRONG>create.form.submit<BR></STRONG>The default submit button for the&nbsp;anonymous registration form. <BR><BR><STRONG>title<BR></STRONG>Default page title
message => q|The following template variables are available for&nbsp;SMB Authentication Anonymous Registration templates. <BR><BR><STRONG>create.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;anonymous registration&nbsp;page.<BR><BR><STRONG>create.form.hidden<BR></STRONG>Hidden form fields required for form submittal<BR><BR><STRONG>create.form.footer</STRONG><BR>The required form elements that go after the anonymous registration page form.
<P><STRONG>create.form.submit<BR></STRONG>The default submit button for the&nbsp;anonymous registration form. <BR><BR><STRONG>title<BR></STRONG>Default page title
<P><STRONG>create.form.profile<BR></STRONG>A loop containing visible and required profile fields for registration<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <STRONG>profile.formElement</STRONG><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Form element for visible or required profile field<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <STRONG>profile.formElement.label</STRONG><BR><STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </STRONG>Default text label for profile form element<BR><BR><BR><STRONG>login.url<BR></STRONG>URL for the login page<BR><BR><STRONG>login.label</STRONG><BR>Default text label for login page link.<BR><BR><STRONG>create.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>create.form.loginId</STRONG><BR>Default&nbsp;SMB loginId form field<BR><BR><STRONG>create.form.loginId.label</STRONG><BR>Default text for&nbsp;SMB loginId form field<BR><BR><STRONG>create.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>create.form.password.label<BR></STRONG>Default text for password form field</P>|,
lastUpdated => 1078856081
},
@ -69,9 +69,9 @@ our $I18N = {
},
'login-2' => {
message => q|The following template variables are available for&nbsp;SMB Authentication&nbsp;Login&nbsp;templates.
<P><STRONG>login.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;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&nbsp;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
message => q|The following template variables are available for&nbsp;SMB Authentication&nbsp;Login&nbsp;templates.
<P><STRONG>login.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;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&nbsp;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.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>anonymousRegistration.isAllowed<BR></STRONG>Flag indicating whether or not anoymous registrations are allowed<BR><BR><STRONG>createAccount.url</STRONG><BR>URL&nbsp;for&nbsp;the anonymous registration page<BR><BR><STRONG>createAccount.label<BR></STRONG>Default label for the anonymous registration link</P>|,
lastUpdated => 1078854992
},
@ -82,9 +82,9 @@ our $I18N = {
},
'account-2' => {
message => q|The following template variables are available for&nbsp;the&nbsp;SMB Authentication Display Account&nbsp;templates.
<P><STRONG>account.form.karma</STRONG><BR>A read only form property displaying the amount of karma a user has.&nbsp; Karma&nbsp;is a&nbsp;configurable user setting that is turned off by default&nbsp;
<P><STRONG>account.form.karma.label</STRONG><BR>Internationalized text label for&nbsp;the karma form value&nbsp;
message => q|The following template variables are available for&nbsp;the&nbsp;SMB Authentication Display Account&nbsp;templates.
<P><STRONG>account.form.karma</STRONG><BR>A read only form property displaying the amount of karma a user has.&nbsp; Karma&nbsp;is a&nbsp;configurable user setting that is turned off by default&nbsp;
<P><STRONG>account.form.karma.label</STRONG><BR>Internationalized text label for&nbsp;the karma form value&nbsp;
<P><STRONG>account.options</STRONG><BR>Links list of options&nbsp;which&nbsp;allow users to&nbsp;turn on Admin, view and edit profile, view the messageLog, etc.&nbsp; <BR><BR><STRONG>displayTitle<BR></STRONG>Page title<BR><STRONG><BR>account.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.</P>|,
lastUpdated => 1078853113
},

View file

@ -120,15 +120,15 @@ our $I18N = {
},
'expired-2' => {
message => q|The following template variables are available for&nbsp;WebGUI Authentication Password Expiration templates. <BR><BR><STRONG>expired.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;password expiration&nbsp;page.<BR><BR><STRONG>expired.form.hidden<BR></STRONG>Hidden form fields required for form submittal<BR><BR><STRONG>expired.form.footer</STRONG><BR>The required form elements that go after the password expiration page form.
<P><STRONG>expired.form.submit<BR></STRONG>The default submit button for the&nbsp;password expiration&nbsp;form. <BR><BR><STRONG>displayTitle<BR></STRONG>Default page title
message => q|The following template variables are available for&nbsp;WebGUI Authentication Password Expiration templates. <BR><BR><STRONG>expired.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;password expiration&nbsp;page.<BR><BR><STRONG>expired.form.hidden<BR></STRONG>Hidden form fields required for form submittal<BR><BR><STRONG>expired.form.footer</STRONG><BR>The required form elements that go after the password expiration page form.
<P><STRONG>expired.form.submit<BR></STRONG>The default submit button for the&nbsp;password expiration&nbsp;form. <BR><BR><STRONG>displayTitle<BR></STRONG>Default page title
<P><STRONG>expired.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>create.form.oldPassword</STRONG><BR>Default&nbsp;old password form field<BR><BR><STRONG>create.form.oldPassword.label</STRONG><BR>Default text for&nbsp;old password&nbsp;form field<BR><BR><STRONG>expired.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>expired.form.password.label<BR></STRONG>Default text for password form field<BR><BR><STRONG>expired.form.passwordConfirm</STRONG><BR>Default password confirm form field<BR><BR><STRONG>expired.form.passwordConfirm.label<BR></STRONG>Default text for password confirm form field</P>|,
lastUpdated => 1078857230
},
'create-2' => {
message => q|The following template variables are available for&nbsp;WebGUI Authentication Anonymous Registration templates. <BR><BR><STRONG>create.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;anonymous registration&nbsp;page.<BR><BR><STRONG>create.form.hidden<BR></STRONG>Hidden form fields required for form submittal<BR><BR><STRONG>create.form.footer</STRONG><BR>The required form elements that go after the anonymous registration page form.
<P><STRONG>create.form.submit<BR></STRONG>The default submit button for the&nbsp;anonymous registration form. <BR><BR><STRONG>title<BR></STRONG>Default page title
message => q|The following template variables are available for&nbsp;WebGUI Authentication Anonymous Registration templates. <BR><BR><STRONG>create.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;anonymous registration&nbsp;page.<BR><BR><STRONG>create.form.hidden<BR></STRONG>Hidden form fields required for form submittal<BR><BR><STRONG>create.form.footer</STRONG><BR>The required form elements that go after the anonymous registration page form.
<P><STRONG>create.form.submit<BR></STRONG>The default submit button for the&nbsp;anonymous registration form. <BR><BR><STRONG>title<BR></STRONG>Default page title
<P><STRONG>create.form.profile<BR></STRONG>A loop containing visible and required profile fields for anonymouse registration<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <STRONG>profile.formElement</STRONG><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Form element for visible or required profile field<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <STRONG>profile.formElement.label</STRONG><BR><STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </STRONG>Default text label for profile form element<BR><BR><BR><STRONG>login.url<BR></STRONG>URL for the login page<BR><BR><STRONG>login.label</STRONG><BR>Default text label for login page link.<BR><BR><STRONG>create.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>create.form.username</STRONG><BR>Default username form field<BR><BR><STRONG>create.form.username.label</STRONG><BR>Default text for username form field<BR><BR><STRONG>create.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>create.form.password.label<BR></STRONG>Default text for password form field<BR><BR><STRONG>create.form.passwordConfirm</STRONG><BR>Default password confirm form field<BR><BR><STRONG>create.form.passwordConfirm.label<BR></STRONG>Default text for password confirm form field<BR><BR><STRONG>recoverPassword.isAllowed<BR></STRONG>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>|,
lastUpdated => 1078856626
},
@ -144,9 +144,9 @@ our $I18N = {
},
'recovery-2' => {
message => q|The following template variables are available for&nbsp;WebGUI Authentication&nbsp;Password Recovery&nbsp;templates.
<P><STRONG>recover.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;password recovery&nbsp;page.<BR><BR><STRONG>recover.form.hidden</STRONG><BR>Hidden form fields required for form submission<BR><BR><STRONG>recover.form.footer</STRONG><BR>The required form elements that go after the&nbsp;password recovery&nbsp;page form.</P>
<P><STRONG>recover.form.submit<BR></STRONG>The default submit button for the&nbsp;password recovery&nbsp;form. <BR><BR><STRONG>login.form.email<BR></STRONG>Default&nbsp;email form field<BR><BR><STRONG>login.form.email.label<BR></STRONG>Default text for&nbsp;email form field<BR><BR><STRONG>title<BR></STRONG>Default page title
message => q|The following template variables are available for&nbsp;WebGUI Authentication&nbsp;Password Recovery&nbsp;templates.
<P><STRONG>recover.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;password recovery&nbsp;page.<BR><BR><STRONG>recover.form.hidden</STRONG><BR>Hidden form fields required for form submission<BR><BR><STRONG>recover.form.footer</STRONG><BR>The required form elements that go after the&nbsp;password recovery&nbsp;page form.</P>
<P><STRONG>recover.form.submit<BR></STRONG>The default submit button for the&nbsp;password recovery&nbsp;form. <BR><BR><STRONG>login.form.email<BR></STRONG>Default&nbsp;email form field<BR><BR><STRONG>login.form.email.label<BR></STRONG>Default text for&nbsp;email form field<BR><BR><STRONG>title<BR></STRONG>Default page title
<P><STRONG>recover.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>anonymousRegistration.isAllowed<BR></STRONG>Flag indicating whether or not anoymous registrations are allowed<BR><BR><STRONG>createAccount.url</STRONG><BR>URL&nbsp;for&nbsp;the anonymous registration page<BR><BR><STRONG>createAccount.label<BR></STRONG>Default label for the anonymous registration link<BR><BR><STRONG>login.url<BR></STRONG>URL for the login page<BR><BR><STRONG>login.label</STRONG><BR>Default text label for login page link.</P>|,
lastUpdated => 1078856556
},
@ -157,9 +157,9 @@ our $I18N = {
},
'login-2' => {
message => q|The following template variables are available for&nbsp;WebGUI Authentication&nbsp;Login&nbsp;templates.
<P><STRONG>login.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;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&nbsp;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
message => q|The following template variables are available for&nbsp;WebGUI Authentication&nbsp;Login&nbsp;templates.
<P><STRONG>login.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;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&nbsp;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.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>anonymousRegistration.isAllowed<BR></STRONG>Flag indicating whether or not anoymous registrations are allowed<BR><BR><STRONG>createAccount.url</STRONG><BR>URL&nbsp;for&nbsp;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>|,
lastUpdated => 1078854830
},
@ -170,11 +170,11 @@ our $I18N = {
},
'account-2' => {
message => q|The following template variables are available for&nbsp;WebGUI Authentication Display Account&nbsp;templates.
<P><STRONG>account.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;display account page.<BR><BR><STRONG>account.form.footer</STRONG><BR>The required form elements that go after the display account page form. </P>
<P><STRONG>account.form.karma</STRONG><BR>A read only form property displaying the amount of karma a user has.&nbsp; Karma&nbsp;is a&nbsp;configurable user setting that is turned off by default&nbsp;
<P><STRONG>account.form.karma.label</STRONG><BR>Internationalized text label for&nbsp;the karma form value&nbsp;
<P><STRONG>account.form.submit<BR></STRONG>The default submit button for the&nbsp;display account form. <BR><BR><STRONG>account.options</STRONG><BR>Links list of options&nbsp;which&nbsp;allow users to&nbsp;turn on Admin, view and edit profile, view the messageLog, etc.&nbsp; <BR><BR><STRONG>displayTitle<BR></STRONG>Page title
message => q|The following template variables are available for&nbsp;WebGUI Authentication Display Account&nbsp;templates.
<P><STRONG>account.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;display account page.<BR><BR><STRONG>account.form.footer</STRONG><BR>The required form elements that go after the display account page form. </P>
<P><STRONG>account.form.karma</STRONG><BR>A read only form property displaying the amount of karma a user has.&nbsp; Karma&nbsp;is a&nbsp;configurable user setting that is turned off by default&nbsp;
<P><STRONG>account.form.karma.label</STRONG><BR>Internationalized text label for&nbsp;the karma form value&nbsp;
<P><STRONG>account.form.submit<BR></STRONG>The default submit button for the&nbsp;display account form. <BR><BR><STRONG>account.options</STRONG><BR>Links list of options&nbsp;which&nbsp;allow users to&nbsp;turn on Admin, view and edit profile, view the messageLog, etc.&nbsp; <BR><BR><STRONG>displayTitle<BR></STRONG>Page title
<P><STRONG>account.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>account.form.username</STRONG><BR>Default username form field<BR><BR><STRONG>account.form.username.label</STRONG><BR>Default text for username form field<BR><BR><STRONG>account.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>account.form.password.label<BR></STRONG>Default text for password form field<BR><BR><STRONG>account.form.passwordConfirm</STRONG><BR>Default password confirm form field<BR><BR><STRONG>account.form.passwordConfirm.label<BR></STRONG>Default text for password confirm form field<BR><BR><STRONG>account.noform</STRONG><BR>Indicates whether or not the display account form has any visible fields<BR><BR><STRONG>account.nofields<BR></STRONG>Default display in the case that there are no form elements to display</P>|,
lastUpdated => 1078852836
},

View file

@ -133,225 +133,225 @@ our $I18N = {
},
'71' => {
message => q|This wobject creates a simple multipurpose data-entry form.
<br><br>
<b>Acknowledgement</b><br>
This message will be displayed to the user after they submit their data..
<p>
<b>Mail entries?</b></br>
If set to yes, some additional fields will be added to your form for dealing with email. These fields will then be used to email any date entered into the form to a person of your choice.
<p>
<b>NOTE:</b> The "To" field that is added as a result of setting this to yes can accept a standard email address, or a WebGUI username or a WebGUI group name.
<p>
<b>Template</b><br>
Choose a template for your form.
<p>
<b>Email Template</b><br>
Choose a template for the data that will be sent via email.
<p>
<b>Acknowlegement Template</b><br>
Choose a template that will be used to display the acknowlegement.
<p>
<b>List Template</b><br>
Choose a template that will be used to display the list of stored records in this Data Form.
message => q|This wobject creates a simple multipurpose data-entry form.
<br><br>
<b>Acknowledgement</b><br>
This message will be displayed to the user after they submit their data..
<p>
<b>Mail entries?</b></br>
If set to yes, some additional fields will be added to your form for dealing with email. These fields will then be used to email any date entered into the form to a person of your choice.
<p>
<b>NOTE:</b> The "To" field that is added as a result of setting this to yes can accept a standard email address, or a WebGUI username or a WebGUI group name.
<p>
<b>Template</b><br>
Choose a template for your form.
<p>
<b>Email Template</b><br>
Choose a template for the data that will be sent via email.
<p>
<b>Acknowlegement Template</b><br>
Choose a template that will be used to display the acknowlegement.
<p>
<b>List Template</b><br>
Choose a template that will be used to display the list of stored records in this Data Form.
<p>|,
lastUpdated => 1053885941
},
'83' => {
message => q|The following template variables are available for Data Form templates.
<p/>
<b>acknowledgement</b><br>
The acknowledgement specified in the wobject's properties. This message should be displayed after a user submits data.
<p>
<b>export.tab.url</b><br>
Following this URL will export the data stored to this data form as a tab delimited file.
<p>
<b>export.tab.label</b><br>
The default label for the export.tab.url variable.
<p>
<b>entryList.url</b><br>
Following this URL will display a list of all the record entries in this data form.
<p>
<b>entryList.label</b><br>
The default label for the entryList.url variable.
<p>
<b>canEdit</b>
A conditional indicating whether the current user has the privileges to edit an existing entry or export the form's data.
<p>
<b>back.url</b><br>
A url that will take you back to the default page in the form.
<p>
<b>back.label</b><br>
The default label for the back.url variable.
<p>
<b>username</b>*<br>
The username of the user that submitted the data.
<p>
<b>userId</b>*<br>
The user id of the user that submitted the data.
<p>
<b>date</b>*<br>
The date that this data was submitted or last updated formatted as the user's preferred date/time format.
<p>
<b>epoch</b>*<br>
The date that this data was submitted or last updated formatted as an epoch date.
<p>
<b>ipAddress</b>*<br>
The IP address of the user that submitted the data.
<p>
<b>edit.url</b>*<br>
The URL to the page to edit this entry.
<p>
<b>error_loop</b>*<br>
A loop containing error information, for instance if someone doesn't fill out a required field.
<p>
<blockquote>
<b>error.message</b>*<br>
An error message indicating what the user might have done wrong.
</blockquote>
<b>addField.url</b><br>
The URL that content managers will visit to add a new field to the form.
<p>
<b>addField.label</b><br>
The default label for the addField.url variable.
<p>
<b>form.start</b><br>
The beginning of the form.
<p>
<b>field_loop</b><br>
A loop containing all of the field information.
<p>
<blockquote>
<b>field.form</b><br>
The form element for this field.
<p>
<b>field.name</b><br>
The name of this field.
<p>
<b>field.value</b><br>
The value of this field. If this is new data, then the default value will be used.
<p>
<b>field.label</b><br>
The text label for this field.
<p>
<b>field.isHidden</b><br>
A conditional indicating whether this field is supposed to be hidden.
<p>
<b>field.isDisplayed</b><br>
A conditional indicating whether this field is supposed to be displayed.
<p>
<b>field.isEditable</b><br>
A conditional indicating whether this field is editable.
<p>
<b>field.isRequired</b><br>
A conditional indicating whether this field is required.
<p>
<b>field.isMailField</b><br>
A conditional indicating whether this field is present only to facilitate sending an email.
<p>
<b>field.subtext</b><br>
A description of the field so that users know what to put in the field.
<p>
<b>field.controls</b><br>
WebGUI's administrative controls for this field.
<p>
</blockquote>
message => q|The following template variables are available for Data Form templates.
<p/>
<b>acknowledgement</b><br>
The acknowledgement specified in the wobject's properties. This message should be displayed after a user submits data.
<p>
<b>export.tab.url</b><br>
Following this URL will export the data stored to this data form as a tab delimited file.
<p>
<b>export.tab.label</b><br>
The default label for the export.tab.url variable.
<p>
<b>entryList.url</b><br>
Following this URL will display a list of all the record entries in this data form.
<p>
<b>entryList.label</b><br>
The default label for the entryList.url variable.
<p>
<b>canEdit</b>
A conditional indicating whether the current user has the privileges to edit an existing entry or export the form's data.
<p>
<b>back.url</b><br>
A url that will take you back to the default page in the form.
<p>
<b>back.label</b><br>
The default label for the back.url variable.
<p>
<b>username</b>*<br>
The username of the user that submitted the data.
<p>
<b>userId</b>*<br>
The user id of the user that submitted the data.
<p>
<b>date</b>*<br>
The date that this data was submitted or last updated formatted as the user's preferred date/time format.
<p>
<b>epoch</b>*<br>
The date that this data was submitted or last updated formatted as an epoch date.
<p>
<b>ipAddress</b>*<br>
The IP address of the user that submitted the data.
<p>
<b>edit.url</b>*<br>
The URL to the page to edit this entry.
<p>
<b>error_loop</b>*<br>
A loop containing error information, for instance if someone doesn't fill out a required field.
<p>
<blockquote>
<b>error.message</b>*<br>
An error message indicating what the user might have done wrong.
</blockquote>
<b>addField.url</b><br>
The URL that content managers will visit to add a new field to the form.
<p>
<b>addField.label</b><br>
The default label for the addField.url variable.
<p>
<b>form.start</b><br>
The beginning of the form.
<p>
<b>field_loop</b><br>
A loop containing all of the field information.
<p>
<blockquote>
<b>field.form</b><br>
The form element for this field.
<p>
<b>field.name</b><br>
The name of this field.
<p>
<b>field.value</b><br>
The value of this field. If this is new data, then the default value will be used.
<p>
<b>field.label</b><br>
The text label for this field.
<p>
<b>field.isHidden</b><br>
A conditional indicating whether this field is supposed to be hidden.
<p>
<b>field.isDisplayed</b><br>
A conditional indicating whether this field is supposed to be displayed.
<p>
<b>field.isEditable</b><br>
A conditional indicating whether this field is editable.
<p>
<b>field.isRequired</b><br>
A conditional indicating whether this field is required.
<p>
<b>field.isMailField</b><br>
A conditional indicating whether this field is present only to facilitate sending an email.
<p>
<b>field.subtext</b><br>
A description of the field so that users know what to put in the field.
<p>
<b>field.controls</b><br>
WebGUI's administrative controls for this field.
<p>
</blockquote>
<b>field.noloop.<i>fieldName</i>.<i>property</i></b><br>
Except from within the <b>field_loop</b> it's also possible to access all formfields directly. To accomplish this you should use these variables. Call them with field.noloop.<i>fieldName</i>.<i>property</i>, 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 <tmpl_var field.noloop.name.form> anywhere in your template. If you want to know if the field is required use field.noloop.name.isRequired.
<p>
<b>form.send</b><br>
A form button with the word "send" printed on it.
<p>
<b>form.save</b><br>
A form button with the word "save" printed on it.
<p>
<b>form.end</b><br>
The end of the form.
<p>
<b>form.send</b><br>
A form button with the word "send" printed on it.
<p>
<b>form.save</b><br>
A form button with the word "save" printed on it.
<p>
<b>form.end</b><br>
The end of the form.
<p>
*Only available if the user has already submitted the form.|,
lastUpdated => 1090575731
},
'72' => {
message => q|You may add as many additional fields to your Data Form as you like.
<br><br>
<b>Label</b><br>
This is an informative text label to let the user know what this field represents.
<p>
<b>Field Name</b><br>
The name of this field. It must be unique among all of the other fields on your form.
<p>
<b>Subtext</b><br>
An extension of the label, this is a description of what should go in the field or optional instructions for the field.
<p>
<b>Status</b><br>
Hidden fields will not be visible to the user, but will be sent in the email.Displayed fields can be seen by the user but not modified. Modifiable fields can be filled in by the user. Required fields must be filled in by the user.
If you choose Hidden or Displayed, be sure to fill in a Default Value.
<p>
<b>Type</b><br>
Choose the type of form element for this field.
<p>
<b>Width</b><br>
Set the number of characters wide this field will be.
<p>
<b>Height</b><br>
Set the number of characters tall this field will be. Only used on textarea and HTMLArea.
<p>
message => q|You may add as many additional fields to your Data Form as you like.
<br><br>
<b>Label</b><br>
This is an informative text label to let the user know what this field represents.
<p>
<b>Field Name</b><br>
The name of this field. It must be unique among all of the other fields on your form.
<p>
<b>Subtext</b><br>
An extension of the label, this is a description of what should go in the field or optional instructions for the field.
<p>
<b>Status</b><br>
Hidden fields will not be visible to the user, but will be sent in the email.Displayed fields can be seen by the user but not modified. Modifiable fields can be filled in by the user. Required fields must be filled in by the user.
If you choose Hidden or Displayed, be sure to fill in a Default Value.
<p>
<b>Type</b><br>
Choose the type of form element for this field.
<p>
<b>Width</b><br>
Set the number of characters wide this field will be.
<p>
<b>Height</b><br>
Set the number of characters tall this field will be. Only used on textarea and HTMLArea.
<p>
<b>Align vertical</b><br>
This property controls wheter radio- and checklists are layouted horizontally or vertically.
@ -360,15 +360,15 @@ This property controls wheter radio- and checklists are layouted horizontally or
<b>Extras</b><br>
Here you can enter additional tag properties for the field tag. For instance 'class="myClass"'.
<p>
<b>Possible Values</b><br>
This field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, one per line.
<p>
<b>Default Value (optional)</b><br>
Enter the default value (if any) for the field. For Yes/No fields, enter "yes" to select "Yes" and "no" to select "No".
<p>
<b>Possible Values</b><br>
This field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, one per line.
<p>
<b>Default Value (optional)</b><br>
Enter the default value (if any) for the field. For Yes/No fields, enter "yes" to select "Yes" and "no" to select "No".
<p>
|,
lastUpdated => 1090575731
},
@ -457,102 +457,102 @@ Enter the default value (if any) for the field. For Yes/No fields, enter "yes"
},
'89' => {
message => q|The following variables are available to the Data Form List template:
<p>
<b>back.url</b><br>
The URL to go back to the Data Form data entry page.
<p>
<b>back.label</b><br>
The default label for the back.url.
<p>
<b>field_loop</b><br>
A loop containing information about the fields in this Data Form.
<p
<blockquote>
<b>field.name</b><br>
The web safe name of this field.
<p>
<b>field.label</b><br>
The human readable label for this field.
<p>
<b>field.id</b><br>
A unique identifier representing this field in the database.
<p>
<b>field.isMailField</b><br>
A conditional indicating whether this field exists for the mail subsystem of the data form.
<p>
<b>field.type</b><br>
The data type associated with this field.
<p>
</blockquote>
<b>record_loop</b><br>
A loop containing the record entries of this data form.
<p>
<blockquote>
<b>record.entryId</b><br>
A unique identifier for this record entry.
<p>
<b>record.ipAddress</b><br>
The IP Address of the user that submitted this record entry.
<p>
<b>record.edit.url</b><br>
The URL to edit this record.
<p>
<b>record.username</b><br>
The username of the person that submitted this record entry.
<p>
<b>record.userId</b><br>
The user id of the person that submitted this record entry.
<p>
<b>record.submissionDate.epoch</b><br>
The epoch datestamp for this record entry.
<p>
<b>record.submissionDate.human</b><br>
A human readable date stamp, based upon the user's preferences, for this record entry.
<p>
<b>record.data_loop</b><br>
A loop containing the data submitted by the user for each field in this data form.
<p>
<blockquote>
<b>record.data.value</b><br>
The value submitted by the user for this field in this record entry.
<p>
<b>record.data.name</b><br>
The web safe name of this field.
<p>
<b>record.data.label</b><br>
The human readable label for this field.
<p>
<b>record.data.isMailField</b><br>
A conditional indicating whether this field exists for the mail subsystem of the data form.
<p>
</blockquote>
message => q|The following variables are available to the Data Form List template:
<p>
<b>back.url</b><br>
The URL to go back to the Data Form data entry page.
<p>
<b>back.label</b><br>
The default label for the back.url.
<p>
<b>field_loop</b><br>
A loop containing information about the fields in this Data Form.
<p
<blockquote>
<b>field.name</b><br>
The web safe name of this field.
<p>
<b>field.label</b><br>
The human readable label for this field.
<p>
<b>field.id</b><br>
A unique identifier representing this field in the database.
<p>
<b>field.isMailField</b><br>
A conditional indicating whether this field exists for the mail subsystem of the data form.
<p>
<b>field.type</b><br>
The data type associated with this field.
<p>
</blockquote>
<b>record_loop</b><br>
A loop containing the record entries of this data form.
<p>
<blockquote>
<b>record.entryId</b><br>
A unique identifier for this record entry.
<p>
<b>record.ipAddress</b><br>
The IP Address of the user that submitted this record entry.
<p>
<b>record.edit.url</b><br>
The URL to edit this record.
<p>
<b>record.username</b><br>
The username of the person that submitted this record entry.
<p>
<b>record.userId</b><br>
The user id of the person that submitted this record entry.
<p>
<b>record.submissionDate.epoch</b><br>
The epoch datestamp for this record entry.
<p>
<b>record.submissionDate.human</b><br>
A human readable date stamp, based upon the user's preferences, for this record entry.
<p>
<b>record.data_loop</b><br>
A loop containing the data submitted by the user for each field in this data form.
<p>
<blockquote>
<b>record.data.value</b><br>
The value submitted by the user for this field in this record entry.
<p>
<b>record.data.name</b><br>
The web safe name of this field.
<p>
<b>record.data.label</b><br>
The human readable label for this field.
<p>
<b>record.data.isMailField</b><br>
A conditional indicating whether this field exists for the mail subsystem of the data form.
<p>
</blockquote>
</blockquote>|,
lastUpdated => 1053885702
},

View file

@ -117,48 +117,48 @@ our $I18N = {
},
'71' => {
message => q|Events calendars are used on many intranets to keep track of internal dates that affect a whole organization. Also, Events Calendars on consumer sites are a great way to let your customers know what events you'll be attending and what promotions you'll be having.
<br><br>
<b>Main Template</b><br>
Choose a layout for the events calendar.
<br><br>
<b>Event Template</b><br>
Choose a layout for the individual events within the calendars.
<br><br>
<b>Start Month</b><br>
Choose the start month for your calendar. If you choose "current" the calendar will always start on the current month, therefore it will change from month to month. If you choose "first in the calendar" then it will start at whatever the earliest date in the calendar is.
<br><br>
<b>End Month</b><br>
Choose the end month for your calendar. If you choose "show X months from start", then only X months worth of information will ever be displayed. If you choose "current" then the calendar will end on the month you are currently in. If you choose "last in calendar" then the calendar will end on the last date entered into the calendar.
<br><br>
<b>Default Month</b><br>
Choose which month for this calendar to start on when a visitor comes to the page containing the calendar.
<br><br>
<b>Is master?</b><br>
If set to yes then this calendar will display events from all other calendars in the system.
<br><br>
<b>Paginate After</b><br>
When using a list-style calendar, how many events should be shown per page?
<br><br>
<b>Proceed to add event?</b><br>
Leave this set to yes if you want to add events to the Events Calendar directly after creating it.
<br><br>
<i>Note:</i> Events that have already happened will not be displayed on the events calendar.
<br><br>
<hr size="1">
<i><b>Note:</b></i> The following style is specific to the Events Calendar.
<br><br>
<b>.eventTitle </b><br>
The title of an individual event.
message => q|Events calendars are used on many intranets to keep track of internal dates that affect a whole organization. Also, Events Calendars on consumer sites are a great way to let your customers know what events you'll be attending and what promotions you'll be having.
<br><br>
<b>Main Template</b><br>
Choose a layout for the events calendar.
<br><br>
<b>Event Template</b><br>
Choose a layout for the individual events within the calendars.
<br><br>
<b>Start Month</b><br>
Choose the start month for your calendar. If you choose "current" the calendar will always start on the current month, therefore it will change from month to month. If you choose "first in the calendar" then it will start at whatever the earliest date in the calendar is.
<br><br>
<b>End Month</b><br>
Choose the end month for your calendar. If you choose "show X months from start", then only X months worth of information will ever be displayed. If you choose "current" then the calendar will end on the month you are currently in. If you choose "last in calendar" then the calendar will end on the last date entered into the calendar.
<br><br>
<b>Default Month</b><br>
Choose which month for this calendar to start on when a visitor comes to the page containing the calendar.
<br><br>
<b>Is master?</b><br>
If set to yes then this calendar will display events from all other calendars in the system.
<br><br>
<b>Paginate After</b><br>
When using a list-style calendar, how many events should be shown per page?
<br><br>
<b>Proceed to add event?</b><br>
Leave this set to yes if you want to add events to the Events Calendar directly after creating it.
<br><br>
<i>Note:</i> Events that have already happened will not be displayed on the events calendar.
<br><br>
<hr size="1">
<i><b>Note:</b></i> The following style is specific to the Events Calendar.
<br><br>
<b>.eventTitle </b><br>
The title of an individual event.
|,
lastUpdated => 1066572488
},
@ -169,30 +169,30 @@ The title of an individual event.
},
'73' => {
message => q|<b>Title</b><br>
The title for this event.
<p>
<b>Description</b><br>
Describe the activities of this event or information about where the event is to be held.
<p>
<b>Start Date</b><br>
On what date will this event begin?
<p>
<b>End Date</b><br>
On what date will this event end?
<p>
<b>Recurs every<b><br>
Select a recurrence interval for this event.
<p>
<b>What next?</b><br>
Select "add new event" if you'd like to add another event, otherwise select "go back to page".
<p>
message => q|<b>Title</b><br>
The title for this event.
<p>
<b>Description</b><br>
Describe the activities of this event or information about where the event is to be held.
<p>
<b>Start Date</b><br>
On what date will this event begin?
<p>
<b>End Date</b><br>
On what date will this event end?
<p>
<b>Recurs every<b><br>
Select a recurrence interval for this event.
<p>
<b>What next?</b><br>
Select "add new event" if you'd like to add another event, otherwise select "go back to page".
<p>
|,
lastUpdated => 1038887363
},
@ -233,76 +233,76 @@ Select "add new event" if you'd like to add another event, otherwise select "go
},
'97' => {
message => q|The following is the list of template variables available in event templates.
<p/>
<b>title</b><br/>
The title of this event.
<p/>
<b>start.label</b><br/>
The translated label for the start date.
<p/>
<b>start.date</b><br/>
The date this event starts.
<p/>
<b>start.time</b><br/>
The time this event starts.
<p/>
<b>end.date</b><br/>
The date this event ends.
<p/>
<b>end.time</b><br/>
The time this event ends.
<p/>
<b>end.label</b><br/>
The translated label for the end date.
<p/>
<b>canEdit</b><br/>
A condition indicating whether the current user can edit an event.
<p/>
<b>edit.url</b><br/>
The URL to edit this event.
<p/>
<b>edit.label</b><br/>
The translated label for the edit URL.
<p/>
<b>delete.url</b><br/>
The URL to delete this event.
<p/>
<b>delete.label</b><br/>
The translated label for the delete URL.
<p/>
<b>previous.url</b><br/>
The URL to view the event before this one.
<p/>
<b>previous.label</b><br/>
The translated label for the previous URL.
<p/>
<b>next.label</b><br/>
The translated label for the next URL.
<p/>
<b>next.url</b><br/>
The URL to view the event after this one.
<p/>
<b>description</b><br/>
The description of this event.
<p/>
message => q|The following is the list of template variables available in event templates.
<p/>
<b>title</b><br/>
The title of this event.
<p/>
<b>start.label</b><br/>
The translated label for the start date.
<p/>
<b>start.date</b><br/>
The date this event starts.
<p/>
<b>start.time</b><br/>
The time this event starts.
<p/>
<b>end.date</b><br/>
The date this event ends.
<p/>
<b>end.time</b><br/>
The time this event ends.
<p/>
<b>end.label</b><br/>
The translated label for the end date.
<p/>
<b>canEdit</b><br/>
A condition indicating whether the current user can edit an event.
<p/>
<b>edit.url</b><br/>
The URL to edit this event.
<p/>
<b>edit.label</b><br/>
The translated label for the edit URL.
<p/>
<b>delete.url</b><br/>
The URL to delete this event.
<p/>
<b>delete.label</b><br/>
The translated label for the delete URL.
<p/>
<b>previous.url</b><br/>
The URL to view the event before this one.
<p/>
<b>previous.label</b><br/>
The translated label for the previous URL.
<p/>
<b>next.label</b><br/>
The translated label for the next URL.
<p/>
<b>next.url</b><br/>
The URL to view the event after this one.
<p/>
<b>description</b><br/>
The description of this event.
<p/>
|,
lastUpdated => 1078568518
},
@ -313,247 +313,247 @@ The description of this event.
},
'95' => {
message => q|The following template variables are available for you to customize your events calendar.
<p/>
<b>addevent.url</b><br/>
The URL to add an event to the calendar.
<p/>
<b>addevent.label</b><br/>
The translated label for the add event link.
<p/>
<b>month_loop</b><br>
A loop containing all the months in the calendar.
<p>
<blockquote>
<b>daysInMonth</b><br>
The number of days in this month.
<p>
<b>day_loop</b><br>
A loop containing all the days in the month.
<p>
<blockquote>
<b>dayOfWeek</b><br>
The day number for the day in the week.
<p>
<b>day</b><br>
The day of the month.
<p>
<b>isStartOfWeek</b><br>
A boolean indicating this is the first day in the week.
<p>
<b>isEndOfWeek</b><br>
A boolean indicating this is the last day in the week.
<p>
<b>isToday</b><br>
A boolean indicating that this day is today.
<p>
<b>event_loop</b><br>
A loop containing all of the events in this day.
<p>
<blockquote>
<b>description</b><br>
The description or detail of this event.
<p>
<b>name</b><br>
The name or title of this event.
<p>
<b>start.date.human</b><br>
The human representation of the start date of this event.
<p>
<b>start.time.human</b><br>
The human representation of the start time of this event.
<p>
<b>start.date.epoch</b><br>
The epoch representation of the start date of this event.
<p>
<b>start.year</b><br>
The year this event starts.
<p>
<b>start.month</b><br>
The month this event starts.
<p>
<b>start.day</b><br>
The day this event starts.
<p>
<b>end.date.human</b><br>
The human representation of the end date of this event.
<p>
<b>end.time.human</b><br>
The human representation of the end time of this event.
<p>
<b>end.date.epoch</b><br>
The epoch representation of the end date of this event.
<p>
<b>end.year</b><br>
The year this event ends.
<p>
<b>end.month</b><br>
The month this event ends.
<p>
<b>end.day</b><br>
The day this event ends.
<p>
<b>startEndYearMatch</b><br>
A boolean indicating whether the start and end year match.
<p>
<b>startEndMonthMatch</b><br>
A boolean indicating whether the start and end month match.
<p>
<b>startEndDayMatch</b><br>
A boolean indicating whether the start and end day match.
<p>
<b>isFirstDayOfEvent</b><br>
A boolean indicating whether this day is the first day of the event.
<p>
<b>dateIsSameAsPrevious</b><br>
A boolean indicating whether the start and end date of this event are the same as the previous event's start and end date.
<p>
<b>daysInEvent</b><br>
The length of this event in days.
<p>
<b>url</b><br>
The URL to view this event in detail.
<p>
</blockquote>
<b>url</b><br>
A URL to today's events.
<p>
</blockquote>
<b>prepad_loop</b><br>
A loop containing info to prepad the days in the month before the start day.
<p>
<blockquote>
<b>count</b><br>
The day of the week for this pad.
<p>
</blockquote>
<b>postpad_loop</b><br>
A loop containing the info to postpad the days in the month after the last day.
<p>
<blockquote>
<b>count</b><br>
The day of the week for this pad.
<p>
</blockquote>
<b>month</b><br>
The name of this month.
<p>
<b>year</b><br>
The name of this year.
<p>
</blockquote>
<b>sunday.label</b><br>
A label representing "Sunday".
<p>
<b>monday.label</b><br>
A label representing "Monday".
<p>
<b>tuesday.label</b><br>
A label representing "Tuesday".
<p>
<b>wednesday.label</b><br>
A label representing "Wednesday".
<p>
<b>thursday.label</b><br>
A label representing "Thursday".
<p>
<b>friday.label</b><br>
A label representing "Friday".
<p>
<b>saturday.label</b><br>
A label representing "Saturday".
<p>
<b>sunday.label.short</b><br>
A label representing the abbreviated version of "Sunday".
<p>
<b>monday.label.short</b><br>
A label representing the abbreviated version of "Monday".
<p>
<b>tuesday.label.short</b><br>
A label representing the abbreviated version of "Tuesday".
<p>
<b>wednesday.label.short</b><br>
A label representing the abbreviated version of "Wednesday".
<p>
<b>thursday.label.short</b><br>
A label representing the abbreviated version of "Thursday".
<p>
<b>friday.label.short</b><br>
A label representing the abbreviated version of "Friday".
<p>
<b>saturday.label.short</b><br>
A label representing the abbreviated version of "Saturday".
<p>
message => q|The following template variables are available for you to customize your events calendar.
<p/>
<b>addevent.url</b><br/>
The URL to add an event to the calendar.
<p/>
<b>addevent.label</b><br/>
The translated label for the add event link.
<p/>
<b>month_loop</b><br>
A loop containing all the months in the calendar.
<p>
<blockquote>
<b>daysInMonth</b><br>
The number of days in this month.
<p>
<b>day_loop</b><br>
A loop containing all the days in the month.
<p>
<blockquote>
<b>dayOfWeek</b><br>
The day number for the day in the week.
<p>
<b>day</b><br>
The day of the month.
<p>
<b>isStartOfWeek</b><br>
A boolean indicating this is the first day in the week.
<p>
<b>isEndOfWeek</b><br>
A boolean indicating this is the last day in the week.
<p>
<b>isToday</b><br>
A boolean indicating that this day is today.
<p>
<b>event_loop</b><br>
A loop containing all of the events in this day.
<p>
<blockquote>
<b>description</b><br>
The description or detail of this event.
<p>
<b>name</b><br>
The name or title of this event.
<p>
<b>start.date.human</b><br>
The human representation of the start date of this event.
<p>
<b>start.time.human</b><br>
The human representation of the start time of this event.
<p>
<b>start.date.epoch</b><br>
The epoch representation of the start date of this event.
<p>
<b>start.year</b><br>
The year this event starts.
<p>
<b>start.month</b><br>
The month this event starts.
<p>
<b>start.day</b><br>
The day this event starts.
<p>
<b>end.date.human</b><br>
The human representation of the end date of this event.
<p>
<b>end.time.human</b><br>
The human representation of the end time of this event.
<p>
<b>end.date.epoch</b><br>
The epoch representation of the end date of this event.
<p>
<b>end.year</b><br>
The year this event ends.
<p>
<b>end.month</b><br>
The month this event ends.
<p>
<b>end.day</b><br>
The day this event ends.
<p>
<b>startEndYearMatch</b><br>
A boolean indicating whether the start and end year match.
<p>
<b>startEndMonthMatch</b><br>
A boolean indicating whether the start and end month match.
<p>
<b>startEndDayMatch</b><br>
A boolean indicating whether the start and end day match.
<p>
<b>isFirstDayOfEvent</b><br>
A boolean indicating whether this day is the first day of the event.
<p>
<b>dateIsSameAsPrevious</b><br>
A boolean indicating whether the start and end date of this event are the same as the previous event's start and end date.
<p>
<b>daysInEvent</b><br>
The length of this event in days.
<p>
<b>url</b><br>
The URL to view this event in detail.
<p>
</blockquote>
<b>url</b><br>
A URL to today's events.
<p>
</blockquote>
<b>prepad_loop</b><br>
A loop containing info to prepad the days in the month before the start day.
<p>
<blockquote>
<b>count</b><br>
The day of the week for this pad.
<p>
</blockquote>
<b>postpad_loop</b><br>
A loop containing the info to postpad the days in the month after the last day.
<p>
<blockquote>
<b>count</b><br>
The day of the week for this pad.
<p>
</blockquote>
<b>month</b><br>
The name of this month.
<p>
<b>year</b><br>
The name of this year.
<p>
</blockquote>
<b>sunday.label</b><br>
A label representing "Sunday".
<p>
<b>monday.label</b><br>
A label representing "Monday".
<p>
<b>tuesday.label</b><br>
A label representing "Tuesday".
<p>
<b>wednesday.label</b><br>
A label representing "Wednesday".
<p>
<b>thursday.label</b><br>
A label representing "Thursday".
<p>
<b>friday.label</b><br>
A label representing "Friday".
<p>
<b>saturday.label</b><br>
A label representing "Saturday".
<p>
<b>sunday.label.short</b><br>
A label representing the abbreviated version of "Sunday".
<p>
<b>monday.label.short</b><br>
A label representing the abbreviated version of "Monday".
<p>
<b>tuesday.label.short</b><br>
A label representing the abbreviated version of "Tuesday".
<p>
<b>wednesday.label.short</b><br>
A label representing the abbreviated version of "Wednesday".
<p>
<b>thursday.label.short</b><br>
A label representing the abbreviated version of "Thursday".
<p>
<b>friday.label.short</b><br>
A label representing the abbreviated version of "Friday".
<p>
<b>saturday.label.short</b><br>
A label representing the abbreviated version of "Saturday".
<p>
|,
lastUpdated => 1078520840
},

View file

@ -97,21 +97,21 @@ our $I18N = {
},
'71' => {
message => q|The File Manager is designed to help you manage file distribution on your site. It allows you to specify who may view/download files from your site.
<p>
<b>Template</b><br/>
Choose a layout for the file manager.
<p/>
<b>Paginate After</b><br>
How many files should be displayed before splitting the results into separate pages? In other words, how many files should be displayed per page?
<p>
<b>Proceed to add download?</b><br>
If you wish to start adding files to download right away, leave this checked.
<p>
message => q|The File Manager is designed to help you manage file distribution on your site. It allows you to specify who may view/download files from your site.
<p>
<b>Template</b><br/>
Choose a layout for the file manager.
<p/>
<b>Paginate After</b><br>
How many files should be displayed before splitting the results into separate pages? In other words, how many files should be displayed per page?
<p>
<b>Proceed to add download?</b><br>
If you wish to start adding files to download right away, leave this checked.
<p>
|,
lastUpdated => 1038887335
},
@ -122,33 +122,33 @@ If you wish to start adding files to download right away, leave this checked.
},
'73' => {
message => q|<b>File Title</b><br>
The title that will be displayed for this file. If left blank the filename will be used.
<p>
<b>File</b><br>
Choose the file from your hard drive that you wish to upload.
<p>
<b>Alternate Version #1</b><br>
An alternate version of the file. For instance, if the file was a JPEG, perhaps the alternate version would be a TIFF or a BMP.
<p>
<b>Alternate Version #2</b><br>
An alternate version of the file. For instance, if the file was a JPEG, perhaps the alternate version would be a TIFF or a BMP.
<p>
<b>Brief Synopsis</b><br>
A short description of this file. Be sure to include keywords that users may try to search for.
<p>
<b>Group To Download</b><br>
Choose the group that may download this file.
<p>
<b>What's next?</b><br>
If you'd like to add another file after this one, then select "add a new file" otherwise select "go back to the page".
<p>
message => q|<b>File Title</b><br>
The title that will be displayed for this file. If left blank the filename will be used.
<p>
<b>File</b><br>
Choose the file from your hard drive that you wish to upload.
<p>
<b>Alternate Version #1</b><br>
An alternate version of the file. For instance, if the file was a JPEG, perhaps the alternate version would be a TIFF or a BMP.
<p>
<b>Alternate Version #2</b><br>
An alternate version of the file. For instance, if the file was a JPEG, perhaps the alternate version would be a TIFF or a BMP.
<p>
<b>Brief Synopsis</b><br>
A short description of this file. Be sure to include keywords that users may try to search for.
<p>
<b>Group To Download</b><br>
Choose the group that may download this file.
<p>
<b>What's next?</b><br>
If you'd like to add another file after this one, then select "add a new file" otherwise select "go back to the page".
<p>
|,
lastUpdated => 1038883174
},
@ -159,146 +159,146 @@ If you'd like to add another file after this one, then select "add a new file" o
},
'76' => {
message => q|This is the list of template variables available in File Manager templates.
<p/>
<b>titleColumn.url</b><br/>
The URL to sort by the title.
<p/>
<b>titleColumn.label</b><br/>
The translated label for the title.
<p/>
<b>descriptionColumn.label</b><br/>
The translated label for the description.
<p/>
<b>descriptionColumn.url</b><br/>
The URL to sort by the description.
<p/>
<b>dateColumn.label</b><br/>
The translated label for the upload date.
<p/>
<b>dateColumn.url</b><br/>
The URL to sort by the date uploaded.
<p/>
<b>search.form</b><br/>
WebGUI's power search form.
<p/>
<b>search.url</b><br/>
The URL to toggle search mode on and off.
<p/>
<b>search.label</b><br/>
The translated label for the search link.
<p/>
<b>addfile.url</b><br/>
The URL to add a file to the file manager.
<p/>
<b>addfile.label</b><br/>
The translated label for the add file link.
<p/>
<b>file_loop</b><br/>
A loop containing the information about each file uploaded to this file manager.
<blockquote>
<b>file.canView</b><br/>
A condition as to whether the current user has the privileges to view this file.
<p/>
<b>file.controls</b><br/>
The WebGUI management controls for this file.
<p/>
<b>file.title</b><br/>
The title for this file.
<p/>
<b>file.version1.name</b><br/>
The filename for the first version of this file.
<p/>
<b>file.version1.url</b><br/>
The download URL for the first version of this file.
<p/>
<b>file.version1.icon</b><br/>
The URL to the icon for the file type of the first version of this file.
<p/>
<b>file.version1.size</b><br/>
The storage size of the first version of this file.
<p/>
<b>file.version1.type</b><br/>
The type (or file extension) of the first version of this file.
<p/>
<b>file.version1.thumbnail</b><br/>
The URL to the thumbnail for the first version of this file.
<p/>
<b>file.version1.isImage</b><br/>
A conditional indicating whether the first version of this file is an image or not.
<p/>
<b>file.version2.name</b><br/>
The filename for the second version of this file.
<p/>
<b>file.version2.url</b><br/>
The download URL for the second version of this file.
<p/>
<b>file.version2.icon</b><br/>
The URL to the icon for the file type of the second version of this file.
<p/>
<b>file.version2.size</b><br/>
The storage size of the second version of this file.
<p/>
<b>file.version2.type</b><br/>
The type (or file extension) of the second version of this file.
<p/>
<b>file.version2.thumbnail</b><br/>
The URL to the thumbnail for the second version of this file.
<p/>
<b>file.version2.isImage</b><br/>
A conditional indicating whether the second version of this file is an image or not.
<p/>
<b>file.version3.name</b><br/>
The filename for the third version of this file.
<p/>
<b>file.version3.url</b><br/>
The download URL for the third version of this file.
<p/>
<b>file.version3.icon</b><br/>
The URL to the icon for the file type of the third version of this file.
<p/>
<b>file.version3.size</b><br/>
The storage size of the third version of this file.
<p/>
<b>file.version3.type</b><br/>
The type (or file extension) of the third version of this file.
<p/>
<b>file.version3.thumbnail</b><br/>
The URL to the thumbnail for the third version of this file.
<p/>
<b>file.version3.isImage</b><br/>
A conditional indicating whether the third version of this file is an image or not.
<p/>
<b>file.description</b><br/>
The description of this file.
<p/>
<b>file.date</b><br/>
The date that this file was uploaded.
<p/>
<b>file.time</b><br/>
The time that this file was uploaded.
<p/>
</blockquote>
<p/>
<b>noresults.message</b><br/>
A translated message stating that this file manager has no files for this user to view.
<p/>
<b>noresults</b><br/>
A conditional indicating whether there are any files for this user to view.
<p/>
message => q|This is the list of template variables available in File Manager templates.
<p/>
<b>titleColumn.url</b><br/>
The URL to sort by the title.
<p/>
<b>titleColumn.label</b><br/>
The translated label for the title.
<p/>
<b>descriptionColumn.label</b><br/>
The translated label for the description.
<p/>
<b>descriptionColumn.url</b><br/>
The URL to sort by the description.
<p/>
<b>dateColumn.label</b><br/>
The translated label for the upload date.
<p/>
<b>dateColumn.url</b><br/>
The URL to sort by the date uploaded.
<p/>
<b>search.form</b><br/>
WebGUI's power search form.
<p/>
<b>search.url</b><br/>
The URL to toggle search mode on and off.
<p/>
<b>search.label</b><br/>
The translated label for the search link.
<p/>
<b>addfile.url</b><br/>
The URL to add a file to the file manager.
<p/>
<b>addfile.label</b><br/>
The translated label for the add file link.
<p/>
<b>file_loop</b><br/>
A loop containing the information about each file uploaded to this file manager.
<blockquote>
<b>file.canView</b><br/>
A condition as to whether the current user has the privileges to view this file.
<p/>
<b>file.controls</b><br/>
The WebGUI management controls for this file.
<p/>
<b>file.title</b><br/>
The title for this file.
<p/>
<b>file.version1.name</b><br/>
The filename for the first version of this file.
<p/>
<b>file.version1.url</b><br/>
The download URL for the first version of this file.
<p/>
<b>file.version1.icon</b><br/>
The URL to the icon for the file type of the first version of this file.
<p/>
<b>file.version1.size</b><br/>
The storage size of the first version of this file.
<p/>
<b>file.version1.type</b><br/>
The type (or file extension) of the first version of this file.
<p/>
<b>file.version1.thumbnail</b><br/>
The URL to the thumbnail for the first version of this file.
<p/>
<b>file.version1.isImage</b><br/>
A conditional indicating whether the first version of this file is an image or not.
<p/>
<b>file.version2.name</b><br/>
The filename for the second version of this file.
<p/>
<b>file.version2.url</b><br/>
The download URL for the second version of this file.
<p/>
<b>file.version2.icon</b><br/>
The URL to the icon for the file type of the second version of this file.
<p/>
<b>file.version2.size</b><br/>
The storage size of the second version of this file.
<p/>
<b>file.version2.type</b><br/>
The type (or file extension) of the second version of this file.
<p/>
<b>file.version2.thumbnail</b><br/>
The URL to the thumbnail for the second version of this file.
<p/>
<b>file.version2.isImage</b><br/>
A conditional indicating whether the second version of this file is an image or not.
<p/>
<b>file.version3.name</b><br/>
The filename for the third version of this file.
<p/>
<b>file.version3.url</b><br/>
The download URL for the third version of this file.
<p/>
<b>file.version3.icon</b><br/>
The URL to the icon for the file type of the third version of this file.
<p/>
<b>file.version3.size</b><br/>
The storage size of the third version of this file.
<p/>
<b>file.version3.type</b><br/>
The type (or file extension) of the third version of this file.
<p/>
<b>file.version3.thumbnail</b><br/>
The URL to the thumbnail for the third version of this file.
<p/>
<b>file.version3.isImage</b><br/>
A conditional indicating whether the third version of this file is an image or not.
<p/>
<b>file.description</b><br/>
The description of this file.
<p/>
<b>file.date</b><br/>
The date that this file was uploaded.
<p/>
<b>file.time</b><br/>
The time that this file was uploaded.
<p/>
</blockquote>
<p/>
<b>noresults.message</b><br/>
A translated message stating that this file manager has no files for this user to view.
<p/>
<b>noresults</b><br/>
A conditional indicating whether there are any files for this user to view.
<p/>
|,
lastUpdated => 1082371148
},

View file

@ -7,47 +7,47 @@ our $I18N = {
},
'11' => {
message => q|The HTTP Proxy wobject is a very powerful tool. It enables you to embed external sites and applications into your site. For example, if you have a web mail system that you wish your staff could access through the intranet, then you could use the HTTP Proxy to accomplish that.
<p>
<b>URL</b><br>
The starting URL for the proxy.
<p>
<b>Follow redirects?</b><br>
Sometimes the URL to a page, is actually a redirection to another page. Do you wish to follow those redirections when they occur?
<p>
<b>Rewrite urls?</b><br>
Switch this to No if you want to deeplink an external page.
<p>
<b>Timeout</b><br>
The amount of time (in seconds) that WebGUI should wait for a connection before giving up on an external page.
<p>
<b>Remove style?</b><br>
Do you wish to remove the stylesheet from the proxied content in favor of the stylesheet from your site?
<p>
<b>Filter Content</b><br>
Choose the level of HTML filtering you wish to apply to the proxied content.
<p>
<b>Search for</b><br>
A search string used as starting point. Use this when you want to display only a part of the proxied content. Content before this point is not displayed
<p>
<b>Stop at</b><br>
A search string used as ending point. Content after this point is not displayed.
<p>
<i>Note: The <b>Search for</b> and <b>Stop at</b> strings are included in the content. You can change this by editing the template for HttpProxy.</i>
<p>
<b>Allow proxying of other domains?</b><br>
If you proxy a site like Yahoo! that links to other domains, do you wish to allow the user to follow the links to those other domains, or should the proxy stop them as they try to leave the original site you specified?
<p>
message => q|The HTTP Proxy wobject is a very powerful tool. It enables you to embed external sites and applications into your site. For example, if you have a web mail system that you wish your staff could access through the intranet, then you could use the HTTP Proxy to accomplish that.
<p>
<b>URL</b><br>
The starting URL for the proxy.
<p>
<b>Follow redirects?</b><br>
Sometimes the URL to a page, is actually a redirection to another page. Do you wish to follow those redirections when they occur?
<p>
<b>Rewrite urls?</b><br>
Switch this to No if you want to deeplink an external page.
<p>
<b>Timeout</b><br>
The amount of time (in seconds) that WebGUI should wait for a connection before giving up on an external page.
<p>
<b>Remove style?</b><br>
Do you wish to remove the stylesheet from the proxied content in favor of the stylesheet from your site?
<p>
<b>Filter Content</b><br>
Choose the level of HTML filtering you wish to apply to the proxied content.
<p>
<b>Search for</b><br>
A search string used as starting point. Use this when you want to display only a part of the proxied content. Content before this point is not displayed
<p>
<b>Stop at</b><br>
A search string used as ending point. Content after this point is not displayed.
<p>
<i>Note: The <b>Search for</b> and <b>Stop at</b> strings are included in the content. You can change this by editing the template for HttpProxy.</i>
<p>
<b>Allow proxying of other domains?</b><br>
If you proxy a site like Yahoo! that links to other domains, do you wish to allow the user to follow the links to those other domains, or should the proxy stop them as they try to leave the original site you specified?
<p>
|,
lastUpdated => 1053774887
},

View file

@ -7,61 +7,61 @@ our $I18N = {
},
'28' => {
message => q|
<P>This is the list of template variables available for
search&nbsp;templates:</P>
<P><STRONG>query<BR></STRONG>Contains the value of the <EM>query</EM> form
variable. <BR>The <EM>allWords</EM>, <EM>atLeastOne</EM>, <EM>exactPhrase</EM>
and <EM>without</EM> values are appended to this variable.</P>
<P><STRONG>queryHighlighted<BR></STRONG>Same as <STRONG>query</STRONG> but
highlighted.</P>
<P><STRONG>allWords<BR></STRONG>Contains the value of the <EM>allWords</EM> form
variable.</P>
<P><STRONG>atLeastOne<BR></STRONG>Contains the value of the <EM>atLeastOne</EM>
form variable.</P>
<P><STRONG>exactPhrase<BR></STRONG>Contains the value of the
<EM>exactPhrase</EM> form variable.</P>
<P><STRONG>without<BR></STRONG>Contains the value of the <EM>without </EM>form
variable.</P>
<P><STRONG>duration<BR></STRONG>The duration of the search process in seconds.
</P>
<P><STRONG>numberOfResults<BR></STRONG>The number of results. </P>
<P><STRONG>startNr<BR></STRONG>The number of the first search result on the
page.</P>
<P><STRONG>endNr<BR></STRONG>The number of the last search result on the
page.</P>
<P><STRONG>submit<BR></STRONG>A form button with the word "Search" printed on
it. </P>
<P><STRONG>wid</STRONG><BR>The wobject Id of this wobject.</P>
<P><STRONG>resultsLoop</STRONG><BR>A loop containing the search results. Inside
the loop the following template variables are available:</P>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<P><STRONG>username<BR></STRONG>The username of the person that created this
search result.</P>
<P><STRONG>ownerId<BR></STRONG>The Id of the person that created this search
result.</P>
<P><STRONG>userProfile<BR></STRONG>An url to the profile of the creator of this
search result.</P>
<P><STRONG>header<BR></STRONG>The title of the search result. (This can be the
subject of a message, the question of a FAQ, the title of an Article, etc)</P>
<P><STRONG>body<BR></STRONG>A preview of the content of the search result.</P>
<P><STRONG>namespace<BR></STRONG>The namespace in which this search result
resides.</P>
<P><STRONG>location<BR></STRONG>The URL of this search result.</P>
<P><STRONG>crumbtrail<BR></STRONG>A crumbtrail to this search result.</P>
<P><STRONG>contentType<BR></STRONG>The type of this search
result.</P></BLOCKQUOTE>
<P dir=ltr>The loops <STRONG>contentTypes</STRONG>,
<STRONG>contentTypesSimple</STRONG>, <STRONG>languages</STRONG>,
<STRONG>namespaces</STRONG> and&nbsp;<STRONG>users </STRONG>all look the same.
They can be used to create a select list, radio list or check list so users can
refine their search.</P>
<P dir=ltr>This tempate variables are available inside the loops:</P>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<P dir=ltr><STRONG>name<BR></STRONG>The (possibly internationalized) name of the
option.<BR><BR><STRONG>value<BR></STRONG>The value of the
option.<BR><BR><STRONG>selected<BR></STRONG>A conditional indicating whether
this option is selected or not.</P></BLOCKQUOTE>
message => q|
<P>This is the list of template variables available for
search&nbsp;templates:</P>
<P><STRONG>query<BR></STRONG>Contains the value of the <EM>query</EM> form
variable. <BR>The <EM>allWords</EM>, <EM>atLeastOne</EM>, <EM>exactPhrase</EM>
and <EM>without</EM> values are appended to this variable.</P>
<P><STRONG>queryHighlighted<BR></STRONG>Same as <STRONG>query</STRONG> but
highlighted.</P>
<P><STRONG>allWords<BR></STRONG>Contains the value of the <EM>allWords</EM> form
variable.</P>
<P><STRONG>atLeastOne<BR></STRONG>Contains the value of the <EM>atLeastOne</EM>
form variable.</P>
<P><STRONG>exactPhrase<BR></STRONG>Contains the value of the
<EM>exactPhrase</EM> form variable.</P>
<P><STRONG>without<BR></STRONG>Contains the value of the <EM>without </EM>form
variable.</P>
<P><STRONG>duration<BR></STRONG>The duration of the search process in seconds.
</P>
<P><STRONG>numberOfResults<BR></STRONG>The number of results. </P>
<P><STRONG>startNr<BR></STRONG>The number of the first search result on the
page.</P>
<P><STRONG>endNr<BR></STRONG>The number of the last search result on the
page.</P>
<P><STRONG>submit<BR></STRONG>A form button with the word "Search" printed on
it. </P>
<P><STRONG>wid</STRONG><BR>The wobject Id of this wobject.</P>
<P><STRONG>resultsLoop</STRONG><BR>A loop containing the search results. Inside
the loop the following template variables are available:</P>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<P><STRONG>username<BR></STRONG>The username of the person that created this
search result.</P>
<P><STRONG>ownerId<BR></STRONG>The Id of the person that created this search
result.</P>
<P><STRONG>userProfile<BR></STRONG>An url to the profile of the creator of this
search result.</P>
<P><STRONG>header<BR></STRONG>The title of the search result. (This can be the
subject of a message, the question of a FAQ, the title of an Article, etc)</P>
<P><STRONG>body<BR></STRONG>A preview of the content of the search result.</P>
<P><STRONG>namespace<BR></STRONG>The namespace in which this search result
resides.</P>
<P><STRONG>location<BR></STRONG>The URL of this search result.</P>
<P><STRONG>crumbtrail<BR></STRONG>A crumbtrail to this search result.</P>
<P><STRONG>contentType<BR></STRONG>The type of this search
result.</P></BLOCKQUOTE>
<P dir=ltr>The loops <STRONG>contentTypes</STRONG>,
<STRONG>contentTypesSimple</STRONG>, <STRONG>languages</STRONG>,
<STRONG>namespaces</STRONG> and&nbsp;<STRONG>users </STRONG>all look the same.
They can be used to create a select list, radio list or check list so users can
refine their search.</P>
<P dir=ltr>This tempate variables are available inside the loops:</P>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<P dir=ltr><STRONG>name<BR></STRONG>The (possibly internationalized) name of the
option.<BR><BR><STRONG>value<BR></STRONG>The value of the
option.<BR><BR><STRONG>selected<BR></STRONG>A conditional indicating whether
this option is selected or not.</P></BLOCKQUOTE>
<P dir=ltr><B>searchRoots</B><BR>A loop containing the available roots to search through.
<BLOCKQUOTE dir=ltr><P dir=ltr>
<b>title</b><br>The title of the pageroot.<br><br>
@ -72,16 +72,16 @@ this option is selected or not.</P></BLOCKQUOTE>
</p></blockquote>
<p dir=ltr><b>rootPage.<i>urlizedTitle</i>.id</b><br>This is a direct link to the value property of the rootpage identified with <i>urlizedTitle</i> that is also given by the value property of the <B>searchRoots</B> loop.</p>
<p dir=ltr><b>rootPage.<i>urlizedTitle</i>.checked</b><br>This is a direct link to the checked property of the rootpage identified with <i>urlizedTitle</i> that is also given by the checked property of the <B>searchRoots</B> loop.</p>
<P><B>firstPage</B><BR>A link to the first page in the paginator.
<P><B>lastPage</B><BR>A link to the last page in the paginator.
<P><B>nextPage</B><BR>A link to the next page forward in the paginator.
<P><B>previousPage</B><BR>A link to the next page backward in the paginator.
<P><B>pageList</B><BR>A list of links to all the pages in the paginator.
<P><B>multiplePages</B><BR>A conditional indicating whether there is more than
one page in the paginator.
<P><B>isFirstPage</B><BR>A conditional indicating whether the visitor is viewing
the first page.
<P><B>isLastPage</B><BR>A conditional indicating whether the visitor is viewing
<P><B>firstPage</B><BR>A link to the first page in the paginator.
<P><B>lastPage</B><BR>A link to the last page in the paginator.
<P><B>nextPage</B><BR>A link to the next page forward in the paginator.
<P><B>previousPage</B><BR>A link to the next page backward in the paginator.
<P><B>pageList</B><BR>A list of links to all the pages in the paginator.
<P><B>multiplePages</B><BR>A conditional indicating whether there is more than
one page in the paginator.
<P><B>isFirstPage</B><BR>A conditional indicating whether the visitor is viewing
the first page.
<P><B>isLastPage</B><BR>A conditional indicating whether the visitor is viewing
the last page.</P>|,
lastUpdated => 1090580644
},
@ -222,41 +222,41 @@ the last page.</P>|,
},
'27' => {
message => q|
<P>The Search adds advanced search capabilities to your WebGUI site. </P>
<P><STRONG>Index to use<BR></STRONG>The Search uses an index to retrieve it's
results from. Indexes are created with the scheduler. You can create more then one index. Choose here which index to use.</P>
<P><STRONG>Search through<BR></STRONG>By default all pages are searched. You can
limit the search to certain page roots. Multiple choices are allowed.</P>
<P><STRONG>Only results created by<BR></STRONG>You can limit the results to
items created by certain users. By default items from any user are returned.</P>
<P><STRONG>Only results in namespace<BR></STRONG>By default all namespaces are
searched. You can limit the search to certain namespaces. An example of usage is
to search only in products.</P>
<P><STRONG>Only results in language<BR></STRONG>If you have a multi-lingual
site, you can use this option to limit the search results to a certain
language.</P>
<P><STRONG>Only results of type<BR></STRONG>You can limit the search to certain
types of content.</P>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<P align=left><EM>Discussion:</EM> Messages on the forums,&nbsp;discussions on
articles or&nbsp;USS.<BR><EM>Help:</EM> Content in the online WebGUI help
system<BR><EM>Page:</EM><STRONG> </STRONG>Page title and
synopsis<BR><EM>Profile:</EM> User Profiles<BR><EM>Wobject: </EM>Wobject Title
and Description<BR><EM>Wobject details: </EM>All other wobject data. For example
FAQ question, Calendar item, etc.</P></BLOCKQUOTE>
message => q|
<P>The Search adds advanced search capabilities to your WebGUI site. </P>
<P><STRONG>Index to use<BR></STRONG>The Search uses an index to retrieve it's
results from. Indexes are created with the scheduler. You can create more then one index. Choose here which index to use.</P>
<P><STRONG>Search through<BR></STRONG>By default all pages are searched. You can
limit the search to certain page roots. Multiple choices are allowed.</P>
<P><STRONG>Only results created by<BR></STRONG>You can limit the results to
items created by certain users. By default items from any user are returned.</P>
<P><STRONG>Only results in namespace<BR></STRONG>By default all namespaces are
searched. You can limit the search to certain namespaces. An example of usage is
to search only in products.</P>
<P><STRONG>Only results in language<BR></STRONG>If you have a multi-lingual
site, you can use this option to limit the search results to a certain
language.</P>
<P><STRONG>Only results of type<BR></STRONG>You can limit the search to certain
types of content.</P>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<P align=left><EM>Discussion:</EM> Messages on the forums,&nbsp;discussions on
articles or&nbsp;USS.<BR><EM>Help:</EM> Content in the online WebGUI help
system<BR><EM>Page:</EM><STRONG> </STRONG>Page title and
synopsis<BR><EM>Profile:</EM> User Profiles<BR><EM>Wobject: </EM>Wobject Title
and Description<BR><EM>Wobject details: </EM>All other wobject data. For example
FAQ question, Calendar item, etc.</P></BLOCKQUOTE>
<P dir=ltr align=left><b>Force users to use selected roots</b><br>Enabling this option will cause the search to be over all of the selected page roots regardless of what the user entered via the search form.</b></p>
<P dir=ltr align=left><STRONG>Template<BR></STRONG>Select a template to layout
your Search. The different templates have different functionality.</P>
<P dir=ltr align=left><STRONG>Paginate after<BR></STRONG>The number of results
you'd like to display on a page.</P>
<P dir=ltr align=left><STRONG>Context preview length<BR></STRONG>The maximum
number of characters in each of the context sections. Default is 130 characters.
A negative length gives the complete body, while a preview length of null gives
no preview.</P>
<P dir=ltr align=left><STRONG>Highlight results ?<BR></STRONG>If you want to
highlight the search results in the preview you'll want to check this box.</P>
<P dir=ltr align=left><STRONG>Highlight color n<BR></STRONG>The colors that are
<P dir=ltr align=left><STRONG>Template<BR></STRONG>Select a template to layout
your Search. The different templates have different functionality.</P>
<P dir=ltr align=left><STRONG>Paginate after<BR></STRONG>The number of results
you'd like to display on a page.</P>
<P dir=ltr align=left><STRONG>Context preview length<BR></STRONG>The maximum
number of characters in each of the context sections. Default is 130 characters.
A negative length gives the complete body, while a preview length of null gives
no preview.</P>
<P dir=ltr align=left><STRONG>Highlight results ?<BR></STRONG>If you want to
highlight the search results in the preview you'll want to check this box.</P>
<P dir=ltr align=left><STRONG>Highlight color n<BR></STRONG>The colors that are
used to highlight the corresponding words in the query.&nbsp;</P>|,
lastUpdated => 1090580644
},

View file

@ -29,8 +29,8 @@ our $I18N = {
},
'71' => {
message => q|Message boards, also called Forums and/or Discussions, are a great way to add community to any site or intranet. Many companies use message boards internally to collaborate on projects.
<br><br>
message => q|Message boards, also called Forums and/or Discussions, are a great way to add community to any site or intranet. Many companies use message boards internally to collaborate on projects.
<br><br>
|,
lastUpdated => 1066584548
},
@ -41,18 +41,18 @@ our $I18N = {
},
'79' => {
message => q|A message board can contain one or more forums. The following is the list of properties attached to each forum.
<p>
<b>Title</b><br>
The title of the forum.
<p>
<b>Description</b><br>
The description of the forum.
<p>
message => q|A message board can contain one or more forums. The following is the list of properties attached to each forum.
<p>
<b>Title</b><br>
The title of the forum.
<p>
<b>Description</b><br>
The description of the forum.
<p>
<b>NOTE:</b> All of the properties of the forum system are also here. See that help page for details.|,
lastUpdated => 1066584480
},
@ -69,143 +69,143 @@ The description of the forum.
},
'74' => {
message => q|The following is the list of template variables available in message board templates.
<p/>
<b>forum.add.url</b><br>
A url that will add a forum to this message board.
<p>
<b>forum.add.label</b><br>
The default label for forum.add.url.
<p>
<b>title.label</b><br>
The default label for the title columnn.
<p>
<b>views.label</b><br>
The default label for the views column.
<p>
<b>rating.label</b><br>
The default label for the ratings column.
<p>
<b>threads.label</b><br>
The default label for the threads column.
<p>
<b>replies.label</b><br>
The default label for the replies column.
<p>
<b>lastpost.label</b><br>
The default label for the last post column.
<p>
<b>forum_loop</b><br>
A loop containing the data for each of the forums contained in this message board.
<p>
<blockquote>
<b>forum.controls</b><br>
The editing controls for this forum.
<p>
<b>forum.count</b><br>
An integer displaying the forum count as it goes through the loop.
<p>
<b>forum.title</b><br>
The title of this forum.
<p>
<b>forum.description</b><br>
The description of this forum.
<p>
<b>forum.replies</b><br>
The number of replies all the threads in this forum have received.
<p>
<b>forum.rating</b><br>
The average rating of all the posts in the forum.
<p>
<b>forum.views</b><br>
The total number of views of all the posts in the forum.
<p>
<b>forum.threads</b><br>
The total number of threads in this forum.
<p>
<b>forum.url</b><br>
The url to view this forum.
<p>
<b>forum.lastpost.url</b><br>
The url to view the last post in this forum.
<p>
<b>forum.lastpost.date</b><br>
The human readable date of the last post in this forum.
<p>
<b>forum.lastpost.time</b><br>
The human readable time of the last post in this forum.
<p>
<b>forum.lastpost.epoch</b><br>
The epoch date of the last post in this forum.
<p>
<b>forum.lastpost.subject</b><br>
The subject of the last post in this forum.
<p>
<b>forum.lastpost.user.id</b><br>
The userid of the last poster.
<p>
<b>forum.lastpost.user.name</b><br>
The username of the last poster.
<p>
<b>forum.lastpost.user.profile</b><br>
The url to the last poster's profile.
<p>
<b>forum.lastpost.user.isVisitor</b><br>
A condition indicating where the last poster was a visitor.
<p>
</blockquote>
<p>
<b>default.listing</b><br>
A full forum rendered using the forum template.
<p>
<b>default.description</b><br>
The description of the default forum.
<p>
<b>default.title</b><br>
The title of the default forum.
<p>
<b>default.controls</b><br>
The controls for the default forum.
<p>
<b>areMultipleForums</b><br>
A condition indicating whether there is more than one forum.
<p>
message => q|The following is the list of template variables available in message board templates.
<p/>
<b>forum.add.url</b><br>
A url that will add a forum to this message board.
<p>
<b>forum.add.label</b><br>
The default label for forum.add.url.
<p>
<b>title.label</b><br>
The default label for the title columnn.
<p>
<b>views.label</b><br>
The default label for the views column.
<p>
<b>rating.label</b><br>
The default label for the ratings column.
<p>
<b>threads.label</b><br>
The default label for the threads column.
<p>
<b>replies.label</b><br>
The default label for the replies column.
<p>
<b>lastpost.label</b><br>
The default label for the last post column.
<p>
<b>forum_loop</b><br>
A loop containing the data for each of the forums contained in this message board.
<p>
<blockquote>
<b>forum.controls</b><br>
The editing controls for this forum.
<p>
<b>forum.count</b><br>
An integer displaying the forum count as it goes through the loop.
<p>
<b>forum.title</b><br>
The title of this forum.
<p>
<b>forum.description</b><br>
The description of this forum.
<p>
<b>forum.replies</b><br>
The number of replies all the threads in this forum have received.
<p>
<b>forum.rating</b><br>
The average rating of all the posts in the forum.
<p>
<b>forum.views</b><br>
The total number of views of all the posts in the forum.
<p>
<b>forum.threads</b><br>
The total number of threads in this forum.
<p>
<b>forum.url</b><br>
The url to view this forum.
<p>
<b>forum.lastpost.url</b><br>
The url to view the last post in this forum.
<p>
<b>forum.lastpost.date</b><br>
The human readable date of the last post in this forum.
<p>
<b>forum.lastpost.time</b><br>
The human readable time of the last post in this forum.
<p>
<b>forum.lastpost.epoch</b><br>
The epoch date of the last post in this forum.
<p>
<b>forum.lastpost.subject</b><br>
The subject of the last post in this forum.
<p>
<b>forum.lastpost.user.id</b><br>
The userid of the last poster.
<p>
<b>forum.lastpost.user.name</b><br>
The username of the last poster.
<p>
<b>forum.lastpost.user.profile</b><br>
The url to the last poster's profile.
<p>
<b>forum.lastpost.user.isVisitor</b><br>
A condition indicating where the last poster was a visitor.
<p>
</blockquote>
<p>
<b>default.listing</b><br>
A full forum rendered using the forum template.
<p>
<b>default.description</b><br>
The description of the default forum.
<p>
<b>default.title</b><br>
The title of the default forum.
<p>
<b>default.controls</b><br>
The controls for the default forum.
<p>
<b>areMultipleForums</b><br>
A condition indicating whether there is more than one forum.
<p>
|,
lastUpdated => 1066584179
},

View file

@ -62,39 +62,39 @@ our $I18N = {
},
'71' => {
message => q|Polls can be used to get the impressions of your users on various topics.
<br><br>
<b>Active</b><br>
If this box is checked, then users will be able to vote. Otherwise they'll only be able to see the results of the poll.
<br><br>
<b>Who can vote?</b><br>
Choose a group that can vote on this Poll.
<br><br>
<b>Karma Per Vote</b><br>
How much karma should be given to a user when they vote?
<p>
<b>Graph Width</b><br>
The width of the poll results graph. The width is measured in pixels.
<br><br>
<b>Question</b><br>
What is the question you'd like to ask your users?
<br><br>
<b>Answers</b><br>
Enter the possible answers to your question. Enter only one answer per line. Polls are only capable of 20 possible answers.
<br><br>
<b>Randomize answers?</b><br>
In order to be sure that the ordering of the answers in the poll does not bias your users, it is often helpful to present the options in a random order each time they are shown. Select "yes" to randomize the answers on the poll.
<p>
<b>Reset votes.</b><br>
Reset the votes on this Poll.
<br><br>
message => q|Polls can be used to get the impressions of your users on various topics.
<br><br>
<b>Active</b><br>
If this box is checked, then users will be able to vote. Otherwise they'll only be able to see the results of the poll.
<br><br>
<b>Who can vote?</b><br>
Choose a group that can vote on this Poll.
<br><br>
<b>Karma Per Vote</b><br>
How much karma should be given to a user when they vote?
<p>
<b>Graph Width</b><br>
The width of the poll results graph. The width is measured in pixels.
<br><br>
<b>Question</b><br>
What is the question you'd like to ask your users?
<br><br>
<b>Answers</b><br>
Enter the possible answers to your question. Enter only one answer per line. Polls are only capable of 20 possible answers.
<br><br>
<b>Randomize answers?</b><br>
In order to be sure that the ordering of the answers in the poll does not bias your users, it is often helpful to present the options in a random order each time they are shown. Select "yes" to randomize the answers on the poll.
<p>
<b>Reset votes.</b><br>
Reset the votes on this Poll.
<br><br>
|,
lastUpdated => 1050183732
},
@ -105,70 +105,70 @@ Reset the votes on this Poll.
},
'74' => {
message => q|The following variables are available to the poll template:
<b>canVote</b><br>
A condition indicating whether the user has the right to vote on this poll.
<p>
<b>question</b><br>
The poll question.
<p>
<b>form.start</b><br>
The beginning of the vote form.
<p>
<b>answer_loop</b><br>
A loop containing information about the answers in the poll.
<p>
<blockquote>
<b>answer.form</b><br>
The radio button for this answer.
<p>
<b>answer.text</b><br>
The text of the answer.
<p>
<b>answer.number</b><br>
The number of this answer. As in 1, 2, 3, etc.
<p>
<b>answer.graphWidth</b><br>
The width that the graph should be rendered for this answer. Based upon a percentage of the total graph size.
<p>
<b>answer.percent</b><br>
The percentage of the vote that this answer has received.
<p>
<b>answer.total</b><br>
The total number of votes that this answer has received.
<p>
</blockquote>
<b>form.submit</b><br>
The submit button for the poll form.
<p>
<b>form.end</b><br>
The end of the poll form.
<p>
<b>responses.label</b><br>
The label for the total responses. "Total Votes"
<p>
<b>responses.total</b><br>
The total number of votes that have been placed on this poll.
<p>
message => q|The following variables are available to the poll template:
<b>canVote</b><br>
A condition indicating whether the user has the right to vote on this poll.
<p>
<b>question</b><br>
The poll question.
<p>
<b>form.start</b><br>
The beginning of the vote form.
<p>
<b>answer_loop</b><br>
A loop containing information about the answers in the poll.
<p>
<blockquote>
<b>answer.form</b><br>
The radio button for this answer.
<p>
<b>answer.text</b><br>
The text of the answer.
<p>
<b>answer.number</b><br>
The number of this answer. As in 1, 2, 3, etc.
<p>
<b>answer.graphWidth</b><br>
The width that the graph should be rendered for this answer. Based upon a percentage of the total graph size.
<p>
<b>answer.percent</b><br>
The percentage of the vote that this answer has received.
<p>
<b>answer.total</b><br>
The total number of votes that this answer has received.
<p>
</blockquote>
<b>form.submit</b><br>
The submit button for the poll form.
<p>
<b>form.end</b><br>
The end of the poll form.
<p>
<b>responses.label</b><br>
The label for the total responses. "Total Votes"
<p>
<b>responses.total</b><br>
The total number of votes that have been placed on this poll.
<p>
|,
lastUpdated => 1050183668
},

View file

@ -242,196 +242,196 @@ our $I18N = {
},
'63' => {
message => q|The following is the list of template variables available in product templates.
<p/>
<b>brochure.icon</b><br/>
The URL to the icon for the brochure.
<p/>
<b>brochure.url</b><br/>
The URL to download the brochure.
<p/>
<b>brochure.label</b><br/>
The translated label for the brochure URL.
<p/>
<b>warranty.icon</b><br/>
The URL to the icon for the warranty.
<p/>
<b>warranty.url</b><br/>
The URL to download the warranty.
<p/>
<b>warranty.label</b><br/>
The label for the warranty URL.
<p/>
<b>image1</b><br/>
The URL to the first image uploaded to this product.
<p/>
<b>thumbnail1</b><br/>
The URL to the thumbnail of the first image uploaded to this product.
<p/>
<b>image2</b><br/>
The URL to the second image uploaded to this product.
<p/>
<b>thumbnail2</b><br/>
The URL to the thumbnail of the second image uploaded to this product.
<p/>
<b>image3</b><br/>
The URL to the third image uploaded to this product.
<p/>
<b>thumbnail3</b><br/>
The URL to the thumbnail of the third image uploaded to this product.
<p/>
<b>addfeature.url</b><br/>
The URL to add a feature to this product.
<p/>
<b>addfeature.label</b><br/>
The translated label for the add feature link.
<p/>
<b>feature_loop</b><br/>
This loop contains all of the features associated with this product.
<blockquote>
<b>feature.controls</b><br/>
The WebGUI management controls for this feature.
<p/>
<b>feature.feature</b><br/>
The text of the feature itself.
<p/>
</blockquote>
<p/>
<b>addbenefit.url</b><br/>
The URL to add a benefit to this product.
<p/>
<b>addbenefit.label</b><br/>
The translated label for the add benefit link.
<p/>
<b>benefit_loop</b><br/>
This loop contains the benefits for this product.
<blockquote>
<b>benefit.benefit</b><br/>
The benefit text itself.
<p/>
<b>benefit.controls</b><br/>
The WebGUI management controls for this benefit.
<p/>
</blockquote>
<p/>
<b>addspecification.url</b><br/>
The URL to add a specification to this product.
<p/>
<b>addspecification.label</b><br/>
The translated label for the add specification link.
<p/>
<b>specification_loop</b><br/>
The list of specifications associated with this product.
<blockquote>
<b>specification.controls</b><br/>
The WebGUI management controls for this specification.
<p/>
<b>specification.specification</b><br/>
The text of the specification itself.
<p/>
<b>specification.units</b><br/>
The units for this specification. ex: meters
<p/>
<b>specification.label</b><br/>
The label for this specification. ex: height
<p/>
</blockquote>
<p/>
<b>addaccessory.url</b><br/>
The URL to add an accessory to this product.
<p/>
<b>addaccessory.label</b><br/>
The translated label for the add accessory link.
<p/>
<b>accessory_loop</b><br/>
This loop contains all of the accessories associated with this product.
<blockquote>
<b>accessory.url</b><br/>
The URL to the linked accessory.
<p/>
<b>accessory.title</b><br/>
The title of the linked accessory.
<p/>
<b>accessory.controls</b><br/>
The WebGUI management controls for this accessory.
<p/>
</blockquote>
<p/>
<b>addRelatedProduct.url</b><br/>
The URL to add a related product to this product.
<p/>
<b>addRelatedProduct.label</b><br/>
The translated label for the add related product link.
<p/>
<b>relatedproduct.url</b><br/>
The URL to the linked product.
<p/>
<b>relatedproduct.title</b><br/>
The title of the linked product.
<p/>
<b>relatedproduct.controls</b><br/>
The WebGUI management controls for this related product.
<p/>
message => q|The following is the list of template variables available in product templates.
<p/>
<b>brochure.icon</b><br/>
The URL to the icon for the brochure.
<p/>
<b>brochure.url</b><br/>
The URL to download the brochure.
<p/>
<b>brochure.label</b><br/>
The translated label for the brochure URL.
<p/>
<b>warranty.icon</b><br/>
The URL to the icon for the warranty.
<p/>
<b>warranty.url</b><br/>
The URL to download the warranty.
<p/>
<b>warranty.label</b><br/>
The label for the warranty URL.
<p/>
<b>image1</b><br/>
The URL to the first image uploaded to this product.
<p/>
<b>thumbnail1</b><br/>
The URL to the thumbnail of the first image uploaded to this product.
<p/>
<b>image2</b><br/>
The URL to the second image uploaded to this product.
<p/>
<b>thumbnail2</b><br/>
The URL to the thumbnail of the second image uploaded to this product.
<p/>
<b>image3</b><br/>
The URL to the third image uploaded to this product.
<p/>
<b>thumbnail3</b><br/>
The URL to the thumbnail of the third image uploaded to this product.
<p/>
<b>addfeature.url</b><br/>
The URL to add a feature to this product.
<p/>
<b>addfeature.label</b><br/>
The translated label for the add feature link.
<p/>
<b>feature_loop</b><br/>
This loop contains all of the features associated with this product.
<blockquote>
<b>feature.controls</b><br/>
The WebGUI management controls for this feature.
<p/>
<b>feature.feature</b><br/>
The text of the feature itself.
<p/>
</blockquote>
<p/>
<b>addbenefit.url</b><br/>
The URL to add a benefit to this product.
<p/>
<b>addbenefit.label</b><br/>
The translated label for the add benefit link.
<p/>
<b>benefit_loop</b><br/>
This loop contains the benefits for this product.
<blockquote>
<b>benefit.benefit</b><br/>
The benefit text itself.
<p/>
<b>benefit.controls</b><br/>
The WebGUI management controls for this benefit.
<p/>
</blockquote>
<p/>
<b>addspecification.url</b><br/>
The URL to add a specification to this product.
<p/>
<b>addspecification.label</b><br/>
The translated label for the add specification link.
<p/>
<b>specification_loop</b><br/>
The list of specifications associated with this product.
<blockquote>
<b>specification.controls</b><br/>
The WebGUI management controls for this specification.
<p/>
<b>specification.specification</b><br/>
The text of the specification itself.
<p/>
<b>specification.units</b><br/>
The units for this specification. ex: meters
<p/>
<b>specification.label</b><br/>
The label for this specification. ex: height
<p/>
</blockquote>
<p/>
<b>addaccessory.url</b><br/>
The URL to add an accessory to this product.
<p/>
<b>addaccessory.label</b><br/>
The translated label for the add accessory link.
<p/>
<b>accessory_loop</b><br/>
This loop contains all of the accessories associated with this product.
<blockquote>
<b>accessory.url</b><br/>
The URL to the linked accessory.
<p/>
<b>accessory.title</b><br/>
The title of the linked accessory.
<p/>
<b>accessory.controls</b><br/>
The WebGUI management controls for this accessory.
<p/>
</blockquote>
<p/>
<b>addRelatedProduct.url</b><br/>
The URL to add a related product to this product.
<p/>
<b>addRelatedProduct.label</b><br/>
The translated label for the add related product link.
<p/>
<b>relatedproduct.url</b><br/>
The URL to the linked product.
<p/>
<b>relatedproduct.title</b><br/>
The title of the linked product.
<p/>
<b>relatedproduct.controls</b><br/>
The WebGUI management controls for this related product.
<p/>
|,
lastUpdated => 1038864092
},
'50' => {
message => q|Benefits are typically the result of the features of your product. They are why your product is so good. If you add benefits, you may also wish to consider adding some features.
<p>
<b>Benefit</b><br>
You may enter a new benefit, or select from one you've already entered.
<p>
<b>Add another benefit?</b><br>
If you'd like to add another benefit right away, select "Yes".
<p>
message => q|Benefits are typically the result of the features of your product. They are why your product is so good. If you add benefits, you may also wish to consider adding some features.
<p>
<b>Benefit</b><br>
You may enter a new benefit, or select from one you've already entered.
<p>
<b>Add another benefit?</b><br>
If you'd like to add another benefit right away, select "Yes".
<p>
|,
lastUpdated => 1031514049
},
@ -447,44 +447,44 @@ If you'd like to add another benefit right away, select "Yes".
},
'39' => {
message => q|WebGUI has a product management system built in to enable you to publish your products and services to your site quickly and easily.
<p>
<b>Template</b><br/>
Select a layout for this product.
<p/>
<b>Price</b><br>
The price of this product. You may optionally enter text like "call for pricing" if you wish, or you may leave it blank.
<p>
<b>Product Number</b><br>
The product number, SKU, ISBN, or other identifier for this product.
<p>
<b>Product Image 1</b><br>
An image of this product.
<p>
<b>Product Image 2</b><br>
An image of this product.
<p>
<b>Product Image 3</b><br>
An image of this product.
<p>
<b>Brochure</b><br>
The brochure for this product.
<p>
<b>Manual</b><br>
The product, user, or service manual for this product.
<p>
<b>Warranty</b><br>
The warranty for this product.
<p>
message => q|WebGUI has a product management system built in to enable you to publish your products and services to your site quickly and easily.
<p>
<b>Template</b><br/>
Select a layout for this product.
<p/>
<b>Price</b><br>
The price of this product. You may optionally enter text like "call for pricing" if you wish, or you may leave it blank.
<p>
<b>Product Number</b><br>
The product number, SKU, ISBN, or other identifier for this product.
<p>
<b>Product Image 1</b><br>
An image of this product.
<p>
<b>Product Image 2</b><br>
An image of this product.
<p>
<b>Product Image 3</b><br>
An image of this product.
<p>
<b>Brochure</b><br>
The brochure for this product.
<p>
<b>Manual</b><br>
The product, user, or service manual for this product.
<p>
<b>Warranty</b><br>
The warranty for this product.
<p>
|,
lastUpdated => 1038889846
},
@ -495,16 +495,16 @@ The warranty for this product.
},
'41' => {
message => q|Features are selling points for a product. IE: Reasons to buy your product. Features often result in benefits, so you may want to also add some benefits to this product.
<p>
<b>Feature</b><br>
You may enter a new feature, or select one you entered for another product in the system.
<p>
<b>Add another feature?</b><br>
If you'd like to add another feature right away, select "Yes".
<p>
message => q|Features are selling points for a product. IE: Reasons to buy your product. Features often result in benefits, so you may want to also add some benefits to this product.
<p>
<b>Feature</b><br>
You may enter a new feature, or select one you entered for another product in the system.
<p>
<b>Add another feature?</b><br>
If you'd like to add another feature right away, select "Yes".
<p>
|,
lastUpdated => 1031514049
},
@ -515,29 +515,29 @@ If you'd like to add another feature right away, select "Yes".
},
'43' => {
message => q|Specifications are the technical details of your product.
<p>
<b>Label</b><br>
The type of specification. For instance, height, weight, or color. You may select one you've entered for another product, or type in a new specification.
<p>
<b>Specification</b><br>
The actual specification value. For instance, if you chose height as the Label, then you'd enter a numeric value like "18".
<p>
<b>Units</b><br>
The unit of measurement for this specification. For instance, if you chose height for your label, perhaps the units would be "meters".
<p>
<b>Add another specification?</b><br>
If you'd like to add another specification, select "Yes".
<p>
message => q|Specifications are the technical details of your product.
<p>
<b>Label</b><br>
The type of specification. For instance, height, weight, or color. You may select one you've entered for another product, or type in a new specification.
<p>
<b>Specification</b><br>
The actual specification value. For instance, if you chose height as the Label, then you'd enter a numeric value like "18".
<p>
<b>Units</b><br>
The unit of measurement for this specification. For instance, if you chose height for your label, perhaps the units would be "meters".
<p>
<b>Add another specification?</b><br>
If you'd like to add another specification, select "Yes".
<p>
|,
lastUpdated => 1031514049
},
@ -548,16 +548,16 @@ If you'd like to add another specification, select "Yes".
},
'45' => {
message => q|Accessories are products that enhance other products.
<p>
<b>Accessory</b><br>
Choose from the list of products you've already entered.
<p>
<b>Add another accessory?</b><br>
Select "Yes" if you have another accessory to add.
<p>
message => q|Accessories are products that enhance other products.
<p>
<b>Accessory</b><br>
Choose from the list of products you've already entered.
<p>
<b>Add another accessory?</b><br>
Select "Yes" if you have another accessory to add.
<p>
|,
lastUpdated => 1031514049
},
@ -568,19 +568,19 @@ Select "Yes" if you have another accessory to add.
},
'47' => {
message => q|Related products are products that are comparable or complementary to other products.
<p>
<b>Related products</b><br>
Choose from the list of products you've already entered.
<p>
<b>Add another related product?</b><br>
Select "Yes" if you have another related product to add.
<p>
message => q|Related products are products that are comparable or complementary to other products.
<p>
<b>Related products</b><br>
Choose from the list of products you've already entered.
<p>
<b>Add another related product?</b><br>
Select "Yes" if you have another related product to add.
<p>
|,
lastUpdated => 1041876679
},

View file

@ -62,102 +62,102 @@ our $I18N = {
},
'71' => {
message => q|SQL Reports are perhaps the most powerful wobject in the WebGUI arsenal. They allow a user to query data from any database that they have access to. This is great for getting sales figures from your Accounting database or even summarizing all the message boards on your web site.
<p>
<b>Preprocess macros on query?</b><br>
If you're using WebGUI macros in your query you'll want to check this box.
<p>
<b>Debug?</b><br>
If you want to display debugging and error messages on the page, check this box.
<p>
<b>Query</b><br>
This is a standard SQL query. If you are unfamiliar with SQL then you'll likely not want to use this wobject. You can make your queries more dynamic by using the ^FormParam(); macro.
<p>
<b>Database Link</b><br>
The administrator can configure common databases on which you can run SQL Reports, freeing you from having to know or enter the connectivity information.
<p>
<b>Paginate After</b>
How many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page?
<p>
message => q|SQL Reports are perhaps the most powerful wobject in the WebGUI arsenal. They allow a user to query data from any database that they have access to. This is great for getting sales figures from your Accounting database or even summarizing all the message boards on your web site.
<p>
<b>Preprocess macros on query?</b><br>
If you're using WebGUI macros in your query you'll want to check this box.
<p>
<b>Debug?</b><br>
If you want to display debugging and error messages on the page, check this box.
<p>
<b>Query</b><br>
This is a standard SQL query. If you are unfamiliar with SQL then you'll likely not want to use this wobject. You can make your queries more dynamic by using the ^FormParam(); macro.
<p>
<b>Database Link</b><br>
The administrator can configure common databases on which you can run SQL Reports, freeing you from having to know or enter the connectivity information.
<p>
<b>Paginate After</b>
How many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page?
<p>
|,
lastUpdated => 1082365503
},
'73' => {
message => q|The following variables are made available from SQL Reports:
<p>
<b>columns_loop</b><br />
A loop containing information about each column.
<br /><br />
<blockquote>
<b>column.number</b><br />
An integer starting with 1 and counting through the number of columns.
<br /><br />
<b>column.name</b><br />
The name of this column as returned by the query.
<br /><br />
</blockquote>
<b>rows_loop</b><br />
A loop containing the data returned from the query.
<br /><br />
<blockquote>
<b>row.number</b><br />
An integer starting with 1 and counting through the total list of rows.
<br /><br />
<b>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.
<br /><br />
<b>row.field_loop</b><br />
A loop containing all of the fields for this row.
<br /><br />
<blockquote>
<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.
<br /><br />
<b>field.name</b><br />
The name of the field as it is returned by the query.
<br /><br />
<b>field.value</b><br />
The data in this field.
<br /><br />
</blockquote>
</blockquote>
<b>rows.count</b><br />
The total number of rows returned by the query.
<br /><br />
<b>rows.count.isZero</b><br />
A boolean indicating that the query returned zero rows.
<br /><br />
<b>rows.count.isZero.label</b><br />
The default label for rows.count.isZero.
<br /><br />
message => q|The following variables are made available from SQL Reports:
<p>
<b>columns_loop</b><br />
A loop containing information about each column.
<br /><br />
<blockquote>
<b>column.number</b><br />
An integer starting with 1 and counting through the number of columns.
<br /><br />
<b>column.name</b><br />
The name of this column as returned by the query.
<br /><br />
</blockquote>
<b>rows_loop</b><br />
A loop containing the data returned from the query.
<br /><br />
<blockquote>
<b>row.number</b><br />
An integer starting with 1 and counting through the total list of rows.
<br /><br />
<b>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.
<br /><br />
<b>row.field_loop</b><br />
A loop containing all of the fields for this row.
<br /><br />
<blockquote>
<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.
<br /><br />
<b>field.name</b><br />
The name of the field as it is returned by the query.
<br /><br />
<b>field.value</b><br />
The data in this field.
<br /><br />
</blockquote>
</blockquote>
<b>rows.count</b><br />
The total number of rows returned by the query.
<br /><br />
<b>rows.count.isZero</b><br />
A boolean indicating that the query returned zero rows.
<br /><br />
<b>rows.count.isZero.label</b><br />
The default label for rows.count.isZero.
<br /><br />
|,
lastUpdated => 1082365471
},

View file

@ -32,29 +32,29 @@ our $I18N = {
},
'71' => {
message => q|Site maps are used to provide additional navigation in WebGUI. You could set up a traditional site map that would display a hierarchical view of all the pages in the site. On the other hand, you could use site maps to provide extra navigation at certain levels in your site.
<br><br>
<b>Template</b><br/>
Choose a layout for this site map.
<p/>
<b>Start With</b><br>
Select the page that this site map should start from.
<br><br>
<b>Depth To Traverse</b><br>
How many levels deep of navigation should the Site Map show? If 0 (zero) is specified, it will show as many levels as there are.
<p>
<b>Indent</b><br>
How many characters should indent each level?
<p>
<b>Alphabetic?</b><br>
If this setting is true, site map entries are sorted alphabetically. If this setting is false, site map entries are sorted by the page sequence order (editable via the up and down arrows in the page toolbar).
<p>
message => q|Site maps are used to provide additional navigation in WebGUI. You could set up a traditional site map that would display a hierarchical view of all the pages in the site. On the other hand, you could use site maps to provide extra navigation at certain levels in your site.
<br><br>
<b>Template</b><br/>
Choose a layout for this site map.
<p/>
<b>Start With</b><br>
Select the page that this site map should start from.
<br><br>
<b>Depth To Traverse</b><br>
How many levels deep of navigation should the Site Map show? If 0 (zero) is specified, it will show as many levels as there are.
<p>
<b>Indent</b><br>
How many characters should indent each level?
<p>
<b>Alphabetic?</b><br>
If this setting is true, site map entries are sorted alphabetically. If this setting is false, site map entries are sorted by the page sequence order (editable via the up and down arrows in the page toolbar).
<p>
|,
lastUpdated => 1039908464
},
@ -65,47 +65,47 @@ If this setting is true, site map entries are sorted alphabetically. If this se
},
'73' => {
message => q|This is the list of template variables available for site map templates.
<p />
<b>page_loop</b><br />
This loop contains all of the pages in the site map.
<blockquote>
<b>page.indent</b><br />
The indent spacer for this page indicating the depth of the page in the tree.
<p />
<b>page.url</b><br />
The URL to the page.
<p />
<b>page.id</b><br />
The unique identifier for this page that WebGUI uses internally.
<p />
<b>page.title</b><br />
The title of this page.
<p />
<b>page.menutitle</b><br />
The title of this page that appears in navigation.
<p />
<b>page.synopsis</b><br />
The description of the contents of this page (if any).
<p />
<b>page.isRoot</b><br />
A condition indicating whether or not this page is a root.
<p />
<b>page.isTop</b><br />
A condition indicating whether or not this page is at the top of the navigation tree.
<p />
</blockquote>
message => q|This is the list of template variables available for site map templates.
<p />
<b>page_loop</b><br />
This loop contains all of the pages in the site map.
<blockquote>
<b>page.indent</b><br />
The indent spacer for this page indicating the depth of the page in the tree.
<p />
<b>page.url</b><br />
The URL to the page.
<p />
<b>page.id</b><br />
The unique identifier for this page that WebGUI uses internally.
<p />
<b>page.title</b><br />
The title of this page.
<p />
<b>page.menutitle</b><br />
The title of this page that appears in navigation.
<p />
<b>page.synopsis</b><br />
The description of the contents of this page (if any).
<p />
<b>page.isRoot</b><br />
A condition indicating whether or not this page is a root.
<p />
<b>page.isTop</b><br />
A condition indicating whether or not this page is at the top of the navigation tree.
<p />
</blockquote>
<p />|,
lastUpdated => 1047855100
},

View file

@ -7,75 +7,75 @@ our $I18N = {
},
'91' => {
message => q|The following template variables are available in all survey templates.
<b>user.canViewReports</b><br>
A boolean indicating whether the user has the privileges to view survey reports.
<p>
<b>delete.all.responses.url</b><br>
This URL will delete all of the responses to this survey.
<p>
<b>delete.all.responses.label</b><br>
The default label for delete.all.responses.url.
<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>
<b>export.answers.label</b><br>
The default label for export.answers.url.
<p>
<b>export.questions.url</b><br>
The URL to create a tab delimited file containing all of the questions in this survey.
<p>
<b>export.questions.label</b><br>
The default label for export.questions.url.
<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>
<b>export.responses.label</b><br>
The default label for export.responses.url
<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>
<b>export.composite.label</b><br>
The default label for export.composite.url.
<p>
<b>report.gradebook.url</b><br>
The URL to view the gradebook report for this quiz.
<p>
<b>report.gradebook.label</b><br>
The default label for report.gradebook.url.
<p>
<b>report.overview.url</b><br>
The URL to view statistical overview report for this survey.
<p>
<b>report.overview.label</b><br>
The default label for report.overview.url.
<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>
<b>survey.label</b><br>
The default label for survey.url.
<p>
message => q|The following template variables are available in all survey templates.
<b>user.canViewReports</b><br>
A boolean indicating whether the user has the privileges to view survey reports.
<p>
<b>delete.all.responses.url</b><br>
This URL will delete all of the responses to this survey.
<p>
<b>delete.all.responses.label</b><br>
The default label for delete.all.responses.url.
<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>
<b>export.answers.label</b><br>
The default label for export.answers.url.
<p>
<b>export.questions.url</b><br>
The URL to create a tab delimited file containing all of the questions in this survey.
<p>
<b>export.questions.label</b><br>
The default label for export.questions.url.
<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>
<b>export.responses.label</b><br>
The default label for export.responses.url
<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>
<b>export.composite.label</b><br>
The default label for export.composite.url.
<p>
<b>report.gradebook.url</b><br>
The URL to view the gradebook report for this quiz.
<p>
<b>report.gradebook.label</b><br>
The default label for report.gradebook.url.
<p>
<b>report.overview.url</b><br>
The URL to view statistical overview report for this survey.
<p>
<b>report.overview.label</b><br>
The default label for report.overview.url.
<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>
<b>survey.label</b><br>
The default label for survey.url.
<p>
|,
lastUpdated => 1078223067
},
@ -484,34 +484,34 @@ The default label for survey.url.
},
'4' => {
message => q|Surveys allow you to gather information from your users. In the case of WebGUI surveys, you can also use them to test your user's knowledge.
<p/>
<b>Question Order</b><br/>
The order the questions will be asked. Sequential displays the questions in the order you create them. Random displays the questions randomly. Response driven displays the questions in order based on the responses of the users.
<p/>
<b>Mode</b><br/>
By default the Survey is in survey mode. This allows it to ask questions of your users. However, if you switch to Quiz mode, you can have a self-correcting test of your user's knowledge.
<p/>
<b>Anonymous responses?</b><br/>
Select whether or not the survey will record and display information that can identify a user and their responses. If left at the default value of "No", the survey will record the user's IP address as well as their WebGUI User ID and Username if logged in. This info will then be available in the survey's reports. If set to "Yes", these three fields will contain scrambled data that can not be traced to a particular user.
<p/>
<b>Who can take the survey?</b><br/>
Which users can participate in the survey?
<p/>
<b>Who can view reports?</b><br/>
Who can view the results of the survey?
<p/>
<b>What next?</b><br/>
If you leave this set at its default, then you will add a question directly after adding the survey.
<p/>
message => q|Surveys allow you to gather information from your users. In the case of WebGUI surveys, you can also use them to test your user's knowledge.
<p/>
<b>Question Order</b><br/>
The order the questions will be asked. Sequential displays the questions in the order you create them. Random displays the questions randomly. Response driven displays the questions in order based on the responses of the users.
<p/>
<b>Mode</b><br/>
By default the Survey is in survey mode. This allows it to ask questions of your users. However, if you switch to Quiz mode, you can have a self-correcting test of your user's knowledge.
<p/>
<b>Anonymous responses?</b><br/>
Select whether or not the survey will record and display information that can identify a user and their responses. If left at the default value of "No", the survey will record the user's IP address as well as their WebGUI User ID and Username if logged in. This info will then be available in the survey's reports. If set to "Yes", these three fields will contain scrambled data that can not be traced to a particular user.
<p/>
<b>Who can take the survey?</b><br/>
Which users can participate in the survey?
<p/>
<b>Who can view reports?</b><br/>
Who can view the results of the survey?
<p/>
<b>What next?</b><br/>
If you leave this set at its default, then you will add a question directly after adding the survey.
<p/>
|,
lastUpdated => 1059069492
},
@ -535,168 +535,168 @@ If you leave this set at its default, then you will add a question directly afte
'86' => {
message => q|Progress|,
lastUpdated => 1075639914,
context => q|A label indicating how far the user has progressed through the survey
context => q|A label indicating how far the user has progressed through the survey
|
},
'89' => {
message => q|The following template variables are available for the Survey.
<p>
<b>question.add.url</b><br>
The URL to add a new question to the survey.
<p>
<b>question.add.label</b><br>
The default label for question.add.url.
<p>
<b>user.canTakeSurvey</b><br>
A boolean indicating whether the current user has the rights to take the survey.
<p>
<b>form.header</b><br>
The required form elements that go at the top of the survey questions.
<p>
<b>form.footer</b><br>
The required form elements that go after the survey questions.
<p>
<b>form.submit</b><br>
The default submit button for the survey response.
<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>
<b>start.newresponse.label</b><br>
The default label for start.newresponse.url.
<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>
<b>thanks.survey.label</b><br>
A message thanking the user for completing the survey.
<p>
<b>thanks.quiz.label</b><br>
A message thanking the user for completing the quiz.
<p>
<b>questions.total</b><br>
The total number of questions in the survey.
<p>
<b>questions.correct.count.label</b><br>
The default label for questions.correct.count.
<p>
<b>questions.correct.percent.label</b><br>
The default label for questions.correct.percent.
<p>
<b>mode.isSurvey</b><br>
A boolean indicating whether we are in survey mode or quiz mode.
<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>
<b>quiz.noprivs.label</b><br>
A message telling the user that they do not have the privileges necessary to take the quiz.
<p>
<b>response.id</b><br>
The unique id for the current response for this user.
<p>
<b>response.count</b><br>
The number of responses this user has provided for this survey.
<p>
<b>user.isFirstResponse</b><br>
A boolean indicating whether this is the first response for this user.
<p>
<b>user.canRespondAgain</b><br>
A boolean indicating whether the user is allowed to respond to this survey again.
<p>
<b>questions.sofar.count</b><br>
The number of questions that have been answered to this point in the survey.
<p>
<b>questions.correct.count</b><br>
The number of questions the user has correct in the quiz to this point.
<p>
<b>questions.correct.percent</b><br>
The percentage of questions that the user has correct in the quiz to this point.
<p>
<b>response.isComplete</b><br>
A boolean indicating whether the user has answered all of the questions for this survey response.
<p>
<b>question_loop</b><br>
A loop which contains the questions for this survey response.
<p>
<blockquote>
<b>question.question</b><br>
The survey question itself.
<p>
<b>question.allowComment</b><br>
A boolean indicating whether this question allows comments or not.
<p>
<b>question.id</b><br>
The unique id for this question.
<p>
<b>question.comment.field</b><br>
The form field to enter comments for this question.
<p>
<b>question.comment.label</b><br>
The default label for question.comment.field.
<p>
<b>question.answer.field</b><br>
The form field containing the possible answers for this question.
<p>
</blockquote>
<b>question.edit_loop</b><br>
A loop containing all the questions in the survey with edit controls.
<p>
<blockquote>
<b>question.edit.controls</b><br>
A toolbar to use to edit this question.
<p>
<b>question.edit.question</b><br>
The question to be edited.
<p>
<b>question.edit.id</b><br>
The unique id for this question.
<p>
</blockquote>
message => q|The following template variables are available for the Survey.
<p>
<b>question.add.url</b><br>
The URL to add a new question to the survey.
<p>
<b>question.add.label</b><br>
The default label for question.add.url.
<p>
<b>user.canTakeSurvey</b><br>
A boolean indicating whether the current user has the rights to take the survey.
<p>
<b>form.header</b><br>
The required form elements that go at the top of the survey questions.
<p>
<b>form.footer</b><br>
The required form elements that go after the survey questions.
<p>
<b>form.submit</b><br>
The default submit button for the survey response.
<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>
<b>start.newresponse.label</b><br>
The default label for start.newresponse.url.
<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>
<b>thanks.survey.label</b><br>
A message thanking the user for completing the survey.
<p>
<b>thanks.quiz.label</b><br>
A message thanking the user for completing the quiz.
<p>
<b>questions.total</b><br>
The total number of questions in the survey.
<p>
<b>questions.correct.count.label</b><br>
The default label for questions.correct.count.
<p>
<b>questions.correct.percent.label</b><br>
The default label for questions.correct.percent.
<p>
<b>mode.isSurvey</b><br>
A boolean indicating whether we are in survey mode or quiz mode.
<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>
<b>quiz.noprivs.label</b><br>
A message telling the user that they do not have the privileges necessary to take the quiz.
<p>
<b>response.id</b><br>
The unique id for the current response for this user.
<p>
<b>response.count</b><br>
The number of responses this user has provided for this survey.
<p>
<b>user.isFirstResponse</b><br>
A boolean indicating whether this is the first response for this user.
<p>
<b>user.canRespondAgain</b><br>
A boolean indicating whether the user is allowed to respond to this survey again.
<p>
<b>questions.sofar.count</b><br>
The number of questions that have been answered to this point in the survey.
<p>
<b>questions.correct.count</b><br>
The number of questions the user has correct in the quiz to this point.
<p>
<b>questions.correct.percent</b><br>
The percentage of questions that the user has correct in the quiz to this point.
<p>
<b>response.isComplete</b><br>
A boolean indicating whether the user has answered all of the questions for this survey response.
<p>
<b>question_loop</b><br>
A loop which contains the questions for this survey response.
<p>
<blockquote>
<b>question.question</b><br>
The survey question itself.
<p>
<b>question.allowComment</b><br>
A boolean indicating whether this question allows comments or not.
<p>
<b>question.id</b><br>
The unique id for this question.
<p>
<b>question.comment.field</b><br>
The form field to enter comments for this question.
<p>
<b>question.comment.label</b><br>
The default label for question.comment.field.
<p>
<b>question.answer.field</b><br>
The form field containing the possible answers for this question.
<p>
</blockquote>
<b>question.edit_loop</b><br>
A loop containing all the questions in the survey with edit controls.
<p>
<blockquote>
<b>question.edit.controls</b><br>
A toolbar to use to edit this question.
<p>
<b>question.edit.question</b><br>
The question to be edited.
<p>
<b>question.edit.id</b><br>
The unique id for this question.
<p>
</blockquote>
|,
lastUpdated => 1078223096
},

View file

@ -22,31 +22,31 @@ our $I18N = {
},
'71' => {
message => q|Syndicated content is content that is pulled from another site using the RDF/RSS specification. This technology is often used to pull headlines from various news sites like <a href="http://www.cnn.com/">CNN</a> and <a href="http://slashdot.org/">Slashdot</a>. It can, of course, be used for other things like sports scores, stock market info, etc.
<br><br>
<b>URL to RSS file</b><br>
Provide the exact URL (starting with http://) to the syndicated content's RDF or RSS file. The syndicated content will be downloaded from this URL hourly.
<br><br>
You can find syndicated content at the following locations:
</p><ul>
<li><a href="http://www.newsisfree.com/">http://www.newsisfree.com</a>
</li><li><a href="http://www.syndic8.com/">http://www.syndic8.com</a>
</li><li><a href="http://www.voidstar.com/node.php?id=144">http://www.voidstar.com/node.php?id=144</a>
</li><li><a href="http://my.userland.com/">http://my.userland.com</a>
</li><li><a href="http://www.webreference.com/services/news/">http://www.webreference.com/services/news/</a>
</li><li><a href="http://www.xmltree.com/">http://www.xmltree.com</a>
</li><li><a href="http://w.moreover.com/">http://w.moreover.com/</a>
</li></ul>
<p>
To create an aggregate RSS feed, include a list of space separated urls instead of a single url. For an aggregate feed, the system will display an equal number of headlines from each source, sorted by the date the system first received the story.<p>
<b>Template</b><br>
Select a template for this content.
<p><b>Maximum Headlines</b><br>
Enter the maximum number of headlines that should be displayed. For an aggregate feed, the system will display an equal number of headlines from each source, even if doing so requires displaying more than the requested maximum number of headlines. Set to zero to allow any number of headlines.
message => q|Syndicated content is content that is pulled from another site using the RDF/RSS specification. This technology is often used to pull headlines from various news sites like <a href="http://www.cnn.com/">CNN</a> and <a href="http://slashdot.org/">Slashdot</a>. It can, of course, be used for other things like sports scores, stock market info, etc.
<br><br>
<b>URL to RSS file</b><br>
Provide the exact URL (starting with http://) to the syndicated content's RDF or RSS file. The syndicated content will be downloaded from this URL hourly.
<br><br>
You can find syndicated content at the following locations:
</p><ul>
<li><a href="http://www.newsisfree.com/">http://www.newsisfree.com</a>
</li><li><a href="http://www.syndic8.com/">http://www.syndic8.com</a>
</li><li><a href="http://www.voidstar.com/node.php?id=144">http://www.voidstar.com/node.php?id=144</a>
</li><li><a href="http://my.userland.com/">http://my.userland.com</a>
</li><li><a href="http://www.webreference.com/services/news/">http://www.webreference.com/services/news/</a>
</li><li><a href="http://www.xmltree.com/">http://www.xmltree.com</a>
</li><li><a href="http://w.moreover.com/">http://w.moreover.com/</a>
</li></ul>
<p>
To create an aggregate RSS feed, include a list of space separated urls instead of a single url. For an aggregate feed, the system will display an equal number of headlines from each source, sorted by the date the system first received the story.<p>
<b>Template</b><br>
Select a template for this content.
<p><b>Maximum Headlines</b><br>
Enter the maximum number of headlines that should be displayed. For an aggregate feed, the system will display an equal number of headlines from each source, even if doing so requires displaying more than the requested maximum number of headlines. Set to zero to allow any number of headlines.
<p>|,
lastUpdated => 1047855741
},
@ -57,38 +57,38 @@ Enter the maximum number of headlines that should be displayed. For an aggregat
},
'73' => {
message => q|The following are the template variables available to the Syndicated Content template.
<p>
<b>channel.title</b><br>
The title of this piece of syndicated content.
<p>
<b>channel.description</b><br>
A description of the content available through this channel.
<p>
<b>channel.link</b><br>
A URL back to the originating site of this channel.
<p>
<b>item_loop</b><br>
A loop containing the data from this channel.
<blockquote>
<b>title</b><br>
The title of a piece of content.
<p>
<b>description</b><br>
The description of the content.
<p>
<b>link</b>
A URL directly to the original content.
message => q|The following are the template variables available to the Syndicated Content template.
<p>
<b>channel.title</b><br>
The title of this piece of syndicated content.
<p>
<b>channel.description</b><br>
A description of the content available through this channel.
<p>
<b>channel.link</b><br>
A URL back to the originating site of this channel.
<p>
<b>item_loop</b><br>
A loop containing the data from this channel.
<blockquote>
<b>title</b><br>
The title of a piece of content.
<p>
<b>description</b><br>
The description of the content.
<p>
<b>link</b>
A URL directly to the original content.
</blockquote>|,
lastUpdated => 1047855526
},

File diff suppressed because it is too large Load diff