From 32b1bb04be607b1416bc7f3b0d0366df2318afb3 Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Wed, 3 Jan 2007 15:18:04 +0000 Subject: Zwischen-commit --- channels.ecpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'channels.ecpp') diff --git a/channels.ecpp b/channels.ecpp index dd9fef4..aa48f03 100644 --- a/channels.ecpp +++ b/channels.ecpp @@ -3,27 +3,27 @@ #include #include -<%args> -vorname; -nachname; -alter; - - - ecpp-application testproject - - + + <$ tr("channels") $> + + + +
<{ for (cChannel *channel = Channels.First(); channel; channel = Channels.Next(channel)) { if (!channel->GroupSep() && *channel->Name()) { }> - <$ channel->Name() $>Programm
+ <{ } } - + }> - +
+ -- cgit v1.2.3