PHP Classes

File: templates/blocks/cardealer_part_block.tpl

Recommend this page to a friend!
  Classes of Michael Beck   PHP Car Dealer Website   templates/blocks/cardealer_part_block.tpl   Download  
File: templates/blocks/cardealer_part_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: 754 bytes
 

Contents

Class file image Download
<table class="outer"> <tr class="head"> <th><{$smarty.const.MB_CARDEALER_PARTNUM}></th> <th><{$smarty.const.MB_CARDEALER_PRICE}></th> <th><{$smarty.const.MB_CARDEALER_STOCK}></th> <th><{$smarty.const.MB_CARDEALER_TITLE}></th> <th><{$smarty.const.MB_CARDEALER_DESCRIPTION}></th> <th><{$smarty.const.MB_CARDEALER_PICTURE}></th> </tr> <{foreach item=part from=$block}> <tr class="<{cycle values = 'even,odd'}>"> <td> <{$part.partnum}> <{$part.price}> <{$part.stock}> <{$part.title}> <{$part.description}> <{$part.picture}> </td> </tr> <{/foreach}> </table>