phpBMS

Show
Ignore:
Timestamp:
03/26/07 15:07:58 (5 years ago)
Author:
brieb
Message:

Updated copyright. info and requirement pages

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/snapshot.php

    r193 r204  
    44 $LastChangedDate$ 
    55 +-------------------------------------------------------------------------+ 
    6  | Copyright (c) 2005, Kreotek LLC                                         | 
     6 | Copyright (c) 2004 - 2007, Kreotek LLC                                  | 
    77 | All rights reserved.                                                    | 
    88 +-------------------------------------------------------------------------+ 
     
    5252                ?><table border="0" cellpadding="0" cellspacing="0" class="querytable"> 
    5353                        <tr> 
    54                                 <th align="center">ID</th> 
    55                                 <th align="center">Type</th> 
     54                                <th align="left">ID</th> 
     55                                <th align="left">Type</th> 
    5656                                <th align="left" width="100%">Name</th> 
    5757                                <th nowrap align="right">Location</th> 
     
    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="center"><?php echo $therecord["id"]?></td> 
    69                         <td align="center"><?php echo $therecord["type"]?></td> 
     68                        <td align="left" nowrap><?php echo $therecord["id"]?></td> 
     69                        <td align="left" nowrap><?php echo $therecord["type"]?></td> 
    7070                        <td><?php echo htmlQuotes($therecord["thename"])?></td> 
    7171                        <td align="right" nowrap><?php echo $displayCSZ?></td> 
     
    100100                        <tr> 
    101101                                <th align="left">ID</th> 
    102                                 <th align="center">Status</th> 
     102                                <th align="left">Status</th> 
    103103                                <th width="100%" align="left">Name</th> 
    104104                                <th align="right">Total</th> 
     
    115115                ?><tr onClick="document.location='<?php echo getAddEditFile(3)."?id=".$therecord["id"] ?>'" class="qr<?php echo $i?>"> 
    116116                        <td><?php echo $therecord["id"]?></td> 
    117                         <td align=center><?php echo $therecord["status"]?></td> 
     117                        <td nowrap="nowrap"><?php echo $therecord["status"]?></td> 
    118118                        <td><?php echo htmlQuotes($therecord["thename"])?></td> 
    119119                        <td align="right"><?php echo numberToCurrency($therecord["total"])?></td> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.