From 6e6955d282944c5f2e73ab454cfcc374414986c6 Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Tue, 2 Jan 2007 19:37:57 +0000 Subject: *** empty log message *** --- channels.ecpp | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'channels.ecpp') diff --git a/channels.ecpp b/channels.ecpp index 6458f5b..dd9fef4 100644 --- a/channels.ecpp +++ b/channels.ecpp @@ -1,6 +1,13 @@ <%pre> +#include +#include #include +<%args> +vorname; +nachname; +alter; + ecpp-application testproject @@ -8,14 +15,14 @@ <{ - for (cChannel *channel = Channels.First(); channel; channel = Channels.Next(channel)) { - if (!channel->GroupSep() && *channel->Name()) { + for (cChannel *channel = Channels.First(); channel; channel = Channels.Next(channel)) { + if (!channel->GroupSep() && *channel->Name()) { }> - <$ channel->Name() $> + <$ channel->Name() $>Programm
<{ } } - + }> -- cgit v1.2.3