Return-Path: Delivered-To: apmail-incubator-click-commits-archive@minotaur.apache.org Received: (qmail 66365 invoked from network); 28 Jun 2009 21:39:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jun 2009 21:39:05 -0000 Received: (qmail 35196 invoked by uid 500); 28 Jun 2009 21:39:16 -0000 Delivered-To: apmail-incubator-click-commits-archive@incubator.apache.org Received: (qmail 35182 invoked by uid 500); 28 Jun 2009 21:39:16 -0000 Mailing-List: contact click-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-commits@incubator.apache.org Received: (qmail 35171 invoked by uid 99); 28 Jun 2009 21:39:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Jun 2009 21:39:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Jun 2009 21:39:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8FD3F23888BD; Sun, 28 Jun 2009 21:38:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r789153 - in /incubator/click/trunk/click/examples/webapp/panel: customersPanel1.htm customersPanel2.htm customersPanel3.htm Date: Sun, 28 Jun 2009 21:38:41 -0000 To: click-commits@incubator.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090628213841.8FD3F23888BD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sabob Date: Sun Jun 28 21:38:40 2009 New Revision: 789153 URL: http://svn.apache.org/viewvc?rev=789153&view=rev Log: removed indent Modified: incubator/click/trunk/click/examples/webapp/panel/customersPanel1.htm incubator/click/trunk/click/examples/webapp/panel/customersPanel2.htm incubator/click/trunk/click/examples/webapp/panel/customersPanel3.htm Modified: incubator/click/trunk/click/examples/webapp/panel/customersPanel1.htm URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/panel/customersPanel1.htm?rev=789153&r1=789152&r2=789153&view=diff ============================================================================== --- incubator/click/trunk/click/examples/webapp/panel/customersPanel1.htm (original) +++ incubator/click/trunk/click/examples/webapp/panel/customersPanel1.htm Sun Jun 28 21:38:40 2009 @@ -17,8 +17,10 @@ under the License.*# --> +

Customer List 1

+ - + #foreach ($customer in $customers) #if( $velocityCount % 2 == 0 ) #set( $color = "#fefefe" ) #else #set( $color = "#dfdfdf" ) #end @@ -30,4 +32,5 @@ #end +

Customer List 1

$format.date($customer.dateJoined)
\ No newline at end of file Modified: incubator/click/trunk/click/examples/webapp/panel/customersPanel2.htm URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/panel/customersPanel2.htm?rev=789153&r1=789152&r2=789153&view=diff ============================================================================== --- incubator/click/trunk/click/examples/webapp/panel/customersPanel2.htm (original) +++ incubator/click/trunk/click/examples/webapp/panel/customersPanel2.htm Sun Jun 28 21:38:40 2009 @@ -17,8 +17,10 @@ under the License.*# --> +

Customer List 2

+ - + #foreach( $customer in $customers ) +

Customer List 2

@@ -34,4 +36,5 @@ #end #end
\ No newline at end of file Modified: incubator/click/trunk/click/examples/webapp/panel/customersPanel3.htm URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/panel/customersPanel3.htm?rev=789153&r1=789152&r2=789153&view=diff ============================================================================== --- incubator/click/trunk/click/examples/webapp/panel/customersPanel3.htm (original) +++ incubator/click/trunk/click/examples/webapp/panel/customersPanel3.htm Sun Jun 28 21:38:40 2009 @@ -17,12 +17,14 @@ under the License.*# --> +

Customer List 3

+
-

Customer List 3

#foreach( $customer in $customers ) - #set( $top = $velocityCount * 10 ) - #set( $left = $velocityCount * 10 ) -
+ + + #set( $background = "#if ($velocityCount % 2 == 0)DDDDDD #{else}FFFFFF #end") +
$customer.name
$customer.email
$customer.age