From 5aa21faaa3b350e76eb80f91d55aca48433f78ea Mon Sep 17 00:00:00 2001
From: Colin Kuskie ^Env();
-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
-
The macro should be specified like this ^Env("REMOTE_ADDR");
This Macro may be nested inside other Macros if the text returned does not contain commas or quotes.
|, - lastUpdated => 1168558879, + lastUpdated => 1172510936, }, }; diff --git a/lib/WebGUI/i18n/English/Template_TemplateToolkit.pm b/lib/WebGUI/i18n/English/Template_TemplateToolkit.pm index 7c2e6dabd..36c658580 100644 --- a/lib/WebGUI/i18n/English/Template_TemplateToolkit.pm +++ b/lib/WebGUI/i18n/English/Template_TemplateToolkit.pm @@ -8,10 +8,10 @@ our $I18N = { }, 'template toolkit body' => { - message => q|Template Toolkit is is a collection of modules which implement a fast, flexible, powerful and extensible template processing system. Documentation for Template Toolkit is available online.
+ message => q|Template Toolkit is is a collection of modules which implement a fast, flexible, powerful and extensible template processing system. Documentation for Template Toolkit is available online.
The syntax of template variables in Template Toolkit is slightly different from HTML Template. Any WebGUI template variables that contains a dot '.', should be changed to use an underscore instead '_'.
|, - lastUpdated => 1167193204, + lastUpdated => 1172510557, context => q|Explanation of Template Toolkit usage in WebGUI.| },