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/snapshot.php

    r204 r205  
    5555                                <th align="left">Type</th> 
    5656                                <th align="left" width="100%">Name</th> 
    57                                 <th nowrap align="right">Location</th> 
     57                                <th nowrap="nowrap" align="right">Location</th> 
    5858                        </tr> 
    5959                <?php  
     
    6666                        if($displayCSZ==",  ") $displayCSZ="&nbsp;"; 
    6767                ?><tr onclick="document.location='<?php echo getAddEditFile(2)."?id=".$therecord["id"] ?>'" class="qr<?php echo $i?>"> 
    68                         <td align="left" nowrap><?php echo $therecord["id"]?></td> 
    69                         <td align="left" nowrap><?php echo $therecord["type"]?></td> 
     68                        <td align="left" nowrap="nowrap"><?php echo $therecord["id"]?></td> 
     69                        <td align="left" nowrap="nowrap"><?php echo $therecord["type"]?></td> 
    7070                        <td><?php echo htmlQuotes($therecord["thename"])?></td> 
    71                         <td align="right" nowrap><?php echo $displayCSZ?></td> 
     71                        <td align="right" nowrap="nowrap"><?php echo $displayCSZ?></td> 
    7272                </tr><?php }?> 
    7373                <tr class="queryfooter"> 
     
    113113                        $total+=$therecord["total"]; 
    114114                        $totaldue+=$therecord["amtdue"]; 
    115                 ?><tr onClick="document.location='<?php echo getAddEditFile(3)."?id=".$therecord["id"] ?>'" class="qr<?php echo $i?>"> 
     115                ?><tr onclick="document.location='<?php echo getAddEditFile(3)."?id=".$therecord["id"] ?>'" class="qr<?php echo $i?>"> 
    116116                        <td><?php echo $therecord["id"]?></td> 
    117117                        <td nowrap="nowrap"><?php echo $therecord["status"]?></td> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.