Subversion Repositories SmartDukaan

Rev

Rev 34577 | Rev 34638 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34577 Rev 34593
Line 35... Line 35...
35
    </div>
35
    </div>
36
    <div class="table-responsive">
36
    <div class="table-responsive">
37
        <table class="table table-bordered" id="liquidation-table">
37
        <table class="table table-bordered" id="liquidation-table">
38
            <thead class="table-light">
38
            <thead class="table-light">
39
            <tr>
39
            <tr>
-
 
40
                <th>#</th>
40
                <th>Catalog</th>
41
                <th>Catalog</th>
41
                <th>Start Price</th>
42
                <th>Start Price</th>
42
                <th>No of Bids</th>
43
                <th>No of Bids</th>
43
                <th>Start - End</th>
44
                <th>Start - End</th>
44
                <th>Status</th>
45
                <th>Status</th>
Line 46... Line 47...
46
            </tr>
47
            </tr>
47
            </thead>
48
            </thead>
48
            <tbody>
49
            <tbody>
49
                #foreach($item in $liquidations)
50
                #foreach($item in $liquidations)
50
                    <tr>
51
                    <tr>
-
 
52
                        <td>$item.getId()</td>
51
                        <td>$saholicStockMap.get($item.catalogId).getBrand() $saholicStockMap.get($item.catalogId).getModelNumber()</td>
53
                        <td>$saholicStockMap.get($item.catalogId).getBrand() $saholicStockMap.get($item.catalogId).getModelNumber()</td>
52
                        <td>$item.price</td>
54
                        <td>$item.price</td>
53
                        <td>#if($bidsMap.get($item.getId()).size() > 0)
55
                        <td>#if($bidsMap.get($item.getId()).size() > 0)
54
                            <a role="button" onclick="viewBids($item.getId(), `$saholicStockMap.get($item.catalogId).getBrand() $saholicStockMap.get($item.catalogId).getModelNumber()`)">
56
                            <a role="button" onclick="viewBids($item.getId(), `$saholicStockMap.get($item.catalogId).getBrand() $saholicStockMap.get($item.catalogId).getModelNumber()`)">
55
                                $bidsMap.get($item.getId()).size()
57
                                $bidsMap.get($item.getId()).size()