Subversion Repository Public Repository

ChrisCompleteCodeTrunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<div class="container">
    <div class="row">
        <div class="col-10">
            <div class="form-group">
                <input type="text" class="form-control" id="buttonInventorySearch" placeholder="Tire Size - example : 205/70R15" />
            </div>
        </div>
        <div class="col-2">
            <div class="form-group">
                <button type="button" class="btn form-control btn-primary" id="buttonInventorySearchButton">Search</button>
            </div>
        </div>
    </div>
    <div class="row">
        <div class="col-12">
            <table id="inventory" class="table table-striped table-bordered" style="width:100%">
                <thead>
                    <tr>
                        <td>Item</td>
                        <td>Store Number</td>
                        <td>Store Name</td>
                        <td>Size</td>
                        <td>Description</td>
                        <td>Price</td>
                        <td>Cost</td>
                        <td>Quantity</td>
                    </tr>
                </thead>
            </table>
        </div>
    </div>
</div>

Commits for ChrisCompleteCodeTrunk/ActionTireCo/ActionTireCo.Crm/bin/Release/PublishOutput/Views/Inventory/Index.cshtml

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000