Subversion Repositories SmartDukaan

Rev

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

Rev 32143 Rev 32144
Line 1... Line 1...
1
<div class="col-lg-12">
1
<div class="col-lg-12">
2
    <table id="brandwise-stock" class="table table-condensed table-bordered">
2
    <table id="brandwise-stock" class="table table-condensed table-bordered">
3
        <thead>
3
        <thead>
4
        <tr>
4
        <tr>
5
            <th rowspan="2">Model Name</th>
5
            <th rowspan="2">Name</th>
6
            <th rowspan="2">Model Color</th>
6
            <th rowspan="2">Color</th>
7
            <th rowspan="2">Item Id</th>
7
            <th rowspan="2">Id</th>
8
            #foreach($entry in $warehouseMap.entrySet())
8
            #foreach($entry in $warehouseMap.entrySet())
9
                <th style="text-align: center" colspan="4">$entry.getValue()</th>
9
                <th style="text-align: center" colspan="4">$entry.getValue()</th>
10
            #end
10
            #end
11
        </tr>
11
        </tr>
12
        <tr>
12
        <tr>