Thread HTML Formulare und Perl (23 answers)
Opened by kruemmel at 2007-07-24 20:47

renee
 2007-07-25 13:56
#78798 #78798
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Ja, die Template-Variablen koennen in verschiedenen "Styles" ins Template geschrieben werden:

Aus der Doku:
Quote
# classic (active by default)
<TMPL_IF foo><tmpl_var bar></TMPL_IF>

# comment (active by default)
<!-- TMPL_IF foo --><!-- TMPL_VAR bar --><!-- /TMPL_IF -->

# asp (active by default)
<%if foo%><%VAR bar%><%/if%>

# php (not active by default)
<?if foo?><?var bar?><?/if foo?>

# tt (not active by default)
[%if foo%][%var bar%][%/if foo%]
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread HTML Formulare und Perl