Reformat HTML to be consistent with the restof the content.

This commit is contained in:
Colin Kuskie 2004-11-12 02:27:02 +00:00
parent 484047c2a6
commit 7f1ce1ae9b

View file

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