package WebGUI::i18n::English::Template;
our $I18N = {
'namespace' => {
message => q|Namespace|,
context => q|label for Template Add/Edit Form|,
lastUpdated => 1107391021,
},
'show in forms' => {
message => q|Show in Forms?|,
context => q|label for Template Add/Edit Form|,
lastUpdated => 1107391135,
},
'template' => {
message => q|Template|,
context => q|label for Template Add/Edit Form|,
lastUpdated => 1107391162,
},
'edit template' => {
message => q|Edit Template|,
context => q|label for Template AdminConsole form|,
lastUpdated => 1107391263,
},
'template error' => {
message => q|There is a syntax error in this template. Please correct.|,
context => q|Error when executing template|,
lastUpdated => 1107391368,
},
'683' => {
message => q|Templates, Manage|,
lastUpdated => 1050430164
},
'638' => {
message => q|Templates are used to affect how content is laid out in WebGUI. There are many templates that come with WebGUI, and using the template management system, you can add your own templates to the system to ensure that your site looks exactly how you want it to look.
|,
lastUpdated => 1050430164
},
'684' => {
message => q|Template, Add/Edit|,
lastUpdated => 1038890615
},
'639' => {
message => q|Template Name
Give this template a descriptive name so that you'll know what it is when you're applying a template to content.
|, lastUpdated => 1038791020 }, '825' => { message => q|Template, Language|, lastUpdated => 1038865669 }, '826' => { message => q|WebGUI has a powerful templating language built to give you maximum control over the layout of your content.
NOTES:<tmpl_var session.section.variable>
In the examples below, please note that the words foo and bar are used as placeholders for the actual variable names that you'll use. They are not part of the template language. VariablesTruth or falsehood is determined by the following rules:
Variables not used in this template are false.
Variables which are undefined are false.
Variables which are empty are false.
Variables which are equal to zero are false.
All other variables are true.
<TMPL_LOOP FOO>
<TMPL_IF __FIRST__>
This only outputs on the first pass.
</TMPL_IF>
<TMPL_IF __ODD__>
This outputs every other pass, on the odd passes.
</TMPL_IF>
<TMPL_UNLESS __ODD__>
This outputs every other pass, on the even passes.
</TMPL_UNLESS>
<TMPL_IF __INNER__>
This outputs on passes that are neither first nor last.
</TMPL_IF>
<TMPL_IF __LAST__>
This only outputs on the last pass.
<TMPL_IF>
</TMPL_LOOP>
|,
lastUpdated =>1106608811,
},
};
1;