PHP Classes

File: templates/blocks/cardealer_vehicle_block.tpl

Recommend this page to a friend!
  Classes of Michael Beck   PHP Car Dealer Website   templates/blocks/cardealer_vehicle_block.tpl   Download  
File: templates/blocks/cardealer_vehicle_block.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Car Dealer Website
Application to manage a car dealer business
Author: By
Last change:
Date: 5 years ago
Size: 852 bytes
 

Contents

Class file image Download
<table class="outer"> <tr class="head"> <th><{$smarty.const.MB_CARDEALER_ID}></th> <th><{$smarty.const.MB_CARDEALER_CUSTNUM}></th> <th><{$smarty.const.MB_CARDEALER_MAKE}></th> <th><{$smarty.const.MB_CARDEALER_MODEL}></th> <th><{$smarty.const.MB_CARDEALER_YEAR}></th> <th><{$smarty.const.MB_CARDEALER_PICTURES}></th> <th><{$smarty.const.MB_CARDEALER_SERIALNUM}></th> </tr> <{foreach item=vehicle from=$block}> <tr class="<{cycle values = 'even,odd'}>"> <td> <{$vehicle.id}> <{$vehicle.custnum}> <{$vehicle.make}> <{$vehicle.model}> <{$vehicle.year}> <{$vehicle.pictures}> <{$vehicle.serialnum}> </td> </tr> <{/foreach}> </table>