Subversion Repositories SmartDukaan

Rev

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

Rev 32132 Rev 32137
Line 14... Line 14...
14
            <label>Select Brand</label>
14
            <label>Select Brand</label>
15
            <select class="form-control">
15
            <select class="form-control">
16
                #foreach($brand in $brands)
16
                #foreach($brand in $brands)
17
                    <option value="$brand">$brand</option>
17
                    <option value="$brand">$brand</option>
18
                #end
18
                #end
19
                <option value="Samsung">Samsung</option>
-
 
20
            </select>
19
            </select>
21
        </div>
20
        </div>
22
        <button class="btn btn-default" type="submit">Submit</button>
21
        <button class="btn btn-default" type="submit">Submit</button>
23
        <button class="btn btn-primary" onclick="ExportToExcel(this, $('option').val())"
22
        <button class="btn btn-primary" onclick="ExportToExcel(this, $('option').val())"
24
                data-tableid="brandwise-stock">Export
23
                data-tableid="brandwise-stock">Export