Subversion Repositories SmartDukaan

Rev

Rev 545 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<div class="page">

#set($snippets =  $action.getSnippets())

#set( $isLeft = 0 )
#foreach ( $entityid in $snippets.keySet() )

<div
#if( $isLeft == 0 ) 
         class="floatLeft"
        #set($isLeft = 1)       
#else
        class="floatRight"
        #set($isLeft = 0)       
#end            
>
$snippets.get($entityid)
</div>
#end

</div>