Subversion Repositories SmartDukaan

Rev

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

Rev 30082 Rev 30085
Line 47... Line 47...
47
 
47
 
48
                <tr>
48
                <tr>
49
                    #foreach($catalog in $catalogItemMap.entrySet())
49
                    #foreach($catalog in $catalogItemMap.entrySet())
50
                        <th colspan="3">$catalog.getValue().get(0).getBrand()
50
                        <th colspan="3">$catalog.getValue().get(0).getBrand()
51
						$catalog.getValue().get(0).getModelName()
51
						$catalog.getValue().get(0).getModelName()
52
						$catalog.getValue().get(0).getModelNumber()</th> #end
52
						$catalog.getValue().get(0).getModelNumber()</th>
53
 
-
 
-
 
53
                    #end
54
                </tr>
54
                </tr>
55
                <tr>
55
                <tr>
56
                    #foreach($catalog in $catalogItemMap.entrySet())
56
                    #foreach($catalog in $catalogItemMap.entrySet())
57
                        <th>Stock</th>
57
                        <th>Stock</th>
58
                        <th>Sale</th>
58
                        <th>Sale</th>