114 lines
2.9 KiB
Perl
114 lines
2.9 KiB
Perl
package WebGUI::i18n::English::Macro_L_loginBox;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|Login Box|,
|
|
lastUpdated => 1128839093,
|
|
},
|
|
|
|
'login box title' => {
|
|
message => q|Login Box Macro|,
|
|
lastUpdated => 1112466408,
|
|
},
|
|
|
|
'user.isVisitor' => {
|
|
message => q|True if the user is a visitor.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'hello.label' => {
|
|
message => q|Internationalized welcome message.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'customText' => {
|
|
message => q|The text supplied to the macro to display if the user is logged in. In general, this is used instead of the <b>logout.label</b> and <b>logout.url</b> variables.|,
|
|
lastUpdated => 1158340176,
|
|
},
|
|
|
|
'account.display.url' => {
|
|
message => q|URL to display the account.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'logout.label' => {
|
|
message => q|Internationalized logout message.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'form.header' => {
|
|
message => q|Form header.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'username.label' => {
|
|
message => q|Internationalized label for "username".|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'username.form' => {
|
|
message => q|Form element for the username.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'password.label' => {
|
|
message => q|Internationalized label for "password".|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'password.form' => {
|
|
message => q|Form element for the password.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'form.login' => {
|
|
message => q|Action to perform when logging in.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'account.create.url' => {
|
|
message => q|URL to create an account.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'account.create.label' => {
|
|
message => q|Internationalized label for "create an account"|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'form.footer' => {
|
|
message => q|Form footer.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'login box body' => {
|
|
message => q|
|
|
<p><b>^L; or ^L(); - Login Box</b><br />
|
|
A small login form. This macro takes up to three parameters. The first is used to set the width of text boxes for entering the username and password: ^L(20);. This width is scaled by 2/3 if the user's browser isn't IE due to differences in the way that different browsers draw the text boxes. The second sets the message displayed after the user is logged in: ^L(20,"Hi ^a(^@;);. Click %here% if you have to scoot!");. Text between percent signs (%) is replaced by a link to the logout operation. The third parameter is the ID of a template in the Macro/L_loginBox namespace to replace the default template. The variables below are
|
|
available for use in the template.</p>
|
|
|
|
<p>
|
|
<b>NOTES:</b><br />
|
|
<ul>
|
|
<li>The .loginBox style sheet class is tied to this macro.</li>
|
|
<li>This Macro may not be nested inside other Macros.</li>
|
|
</ul>
|
|
</p>
|
|
|
|
|,
|
|
lastUpdated => 1168622639,
|
|
},
|
|
|
|
'48' => {
|
|
message => q|Hello|,
|
|
lastUpdated => 1031514049,
|
|
},
|
|
|
|
'49' => {
|
|
message => q|Click here to log out.|,
|
|
lastUpdated => 1031514049,
|
|
},
|
|
};
|
|
|
|
1;
|