macro help moved into individual files
This commit is contained in:
parent
bfaf66f854
commit
13dee87a18
86 changed files with 1978 additions and 0 deletions
24
lib/WebGUI/i18n/English/Env.pm
Normal file
24
lib/WebGUI/i18n/English/Env.pm
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
package WebGUI::i18n::English::Env;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'env title' => {
|
||||
message => q|Environment Variable Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'env body' => {
|
||||
message => q|
|
||||
<b>^Env()</b><br>
|
||||
Can be used to display a web server environment variable on a page. The environment variables available on each server are different, but you can find out which ones your web server has by going to: http://www.yourwebguisite.com/env.pl
|
||||
<p>
|
||||
|
||||
The macro should be specified like this ^Env("REMOTE_ADDR");
|
||||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1112466919,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue