macro help moved into individual files

This commit is contained in:
Colin Kuskie 2005-04-03 07:39:56 +00:00
parent bfaf66f854
commit 13dee87a18
86 changed files with 1978 additions and 0 deletions

View 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>&#94;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 &#94;Env("REMOTE_ADDR");
<p>
|,
lastUpdated => 1112466919,
},
};
1;