SharePoint Data Zoom Web Part brings NVelocity, MVC to SharePoint

Revision 6 vs. Revision 7

Legend:

Unmodified
Added
Removed
  • Content

    r6 r7  
    55.. code:: Text  
    66  
    77 <p>Hello $customer.Name!</p>  
    88 <table>  
    99 #foreach( $widget in $widgetsOnSpecial )  
    10  #if ( $customer.hasPurchased($widget) )  
    11  <tr>  
    12  <td>  
    13  $lob.getPromo( $widget )  
    14  </td>  
    15  </tr>  
    16  #end  
     10   #if ( $customer.hasPurchased($widget) )  
     11     <tr>  
     12       <td>$lob.getPromo( $widget )</td>  
     13     </tr>  
     14   #end  
    1715 #end  
    1816 </table>  
    1917  
    2018If you answered "yes", (or "yeah, dude" for you left-coasters) then you're probably ready to take a ride on the Data Zoom express.  
    2119