phpBMS

Show
Ignore:
Timestamp:
03/26/07 16:50:25 (5 years ago)
Author:
brieb
Message:

Updated XHTML compliance

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/report/clients_purchasehistory.php

    r204 r205  
    121121        <table border="0" cellpadding="0" cellspacing="0" > 
    122122                <tr> 
    123                         <th align="left" nowrap colspan="3">invoice</th> 
    124                         <th align="left" nowrap colspan="3">product</th>                 
    125                         <th align="left" nowrap colspan="2">line item</th> 
     123                        <th align="left" nowrap="nowrap" colspan="3">invoice</th> 
     124                        <th align="left" nowrap="nowrap" colspan="3">product</th>                
     125                        <th align="left" nowrap="nowrap" colspan="2">line item</th> 
    126126                </tr> 
    127127                <tr> 
    128                         <th align="center" nowrap>id</th> 
    129                         <th align="left" nowrap >type</th> 
    130                         <th align="left" nowrap >date</th> 
    131                         <th align="left" nowrap >part num.</th> 
    132                         <th width="100%" nowrap align="left">name</th> 
    133                         <th align="right" nowrap >price</th> 
    134                         <th align="center" nowrap >qty.</th> 
    135                         <th align="right" nowrap >ext.</th> 
     128                        <th align="center" nowrap="nowrap">id</th> 
     129                        <th align="left" nowrap="nowrap" >type</th> 
     130                        <th align="left" nowrap="nowrap" >date</th> 
     131                        <th align="left" nowrap="nowrap" >part num.</th> 
     132                        <th width="100%" nowrap="nowrap" align="left">name</th> 
     133                        <th align="right" nowrap="nowrap" >price</th> 
     134                        <th align="center" nowrap="nowrap" >qty.</th> 
     135                        <th align="right" nowrap="nowrap" >ext.</th> 
    136136                </tr> 
    137137    <?php  
     
    141141        ?> 
    142142        <tr> 
    143                 <td align="left" nowrap><?php echo $therecord["id"]?$therecord["id"]:"&nbsp;" ?></td> 
    144                 <td align="left" nowrap><?php echo $therecord["type"]?$therecord["type"]:"&nbsp;" ?></td> 
    145                 <td align="left" nowrap><?php echo $therecord["formateddate"]?$therecord["formateddate"]:"&nbsp;" ?></td> 
    146                 <td nowrap><?php echo $therecord["partnumber"]?></td> 
    147                 <td nowrap><?php echo $therecord["partname"]?></td> 
    148                 <td align="right" nowrap><?php echo "\$".number_format($therecord["price"],2)?></td> 
    149                 <td align="center" nowrap><?php echo $therecord["qty"]?></td> 
    150                 <td align="right" nowrap><?php echo "\$".number_format($therecord["extended"],2)?></td> 
     143                <td align="left" nowrap="nowrap"><?php echo $therecord["id"]?$therecord["id"]:"&nbsp;" ?></td> 
     144                <td align="left" nowrap="nowrap"><?php echo $therecord["type"]?$therecord["type"]:"&nbsp;" ?></td> 
     145                <td align="left" nowrap="nowrap"><?php echo $therecord["formateddate"]?$therecord["formateddate"]:"&nbsp;" ?></td> 
     146                <td nowrap="nowrap"><?php echo $therecord["partnumber"]?></td> 
     147                <td nowrap="nowrap"><?php echo $therecord["partname"]?></td> 
     148                <td align="right" nowrap="nowrap"><?php echo "\$".number_format($therecord["price"],2)?></td> 
     149                <td align="center" nowrap="nowrap"><?php echo $therecord["qty"]?></td> 
     150                <td align="right" nowrap="nowrap"><?php echo "\$".number_format($therecord["extended"],2)?></td> 
    151151        </tr> 
    152152        <?php }//end while ?> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.