Subversion Repositories SmartDukaan

Rev

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

Rev 28901 Rev 33908
Line 1... Line 1...
1
<link href="https://cdn.datatables.net/fixedcolumns/3.3.0/css/fixedColumns.bootstrap.css" rel="stylesheet"/>
1
<link href="https://cdn.datatables.net/fixedcolumns/3.3.0/css/fixedColumns.bootstrap.css" rel="stylesheet"/>
2
 
2
 
3
<section class="wrapper">
3
<section class="wrapper">
4
    <div class="row">
4
    <div class="row">
5
        <div class="col-lg-12">
5
        <div class="col-lg-12">
6
            <h3 class="page-header">DMS CODE</i></h3>
6
            <h3 class="page-header">DMS CODE</h3>
7
            <ol class="breadcrumb">
7
            <ol class="breadcrumb">
8
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
8
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
9
                <li><i class="icon_document_alt"></i>DMS Code</li>
9
                <li><i class="icon_document_alt"></i>DMS Code</li>
10
            </ol>
10
            </ol>
11
        </div>
11
        </div>
Line 15... Line 15...
15
 
15
 
16
            <thead class="row htable" style="background:#F5F5F5;">
16
            <thead class="row htable" style="background:#F5F5F5;">
17
 
17
 
18
            <tr style="color:black;">
18
            <tr style="color:black;">
19
                <th>Id</th>
19
                <th>Id</th>
20
                <th>Outlet Name(SM)</th>
20
                <th>Outlet Name</th>
21
                <th>Phone Number(SM)</th>
21
                <th>Phone Number</th>
22
                <th>City (SM)</th>
22
                <th>City</th>
23
                <th>Code(legal)</th>
23
                <th>Code</th>
24
                #foreach($brand  in $brands)
24
                #foreach($brand  in $brands)
25
                <th>$brand</th>
25
                <th>$brand</th>
26
                #end
26
                #end
-
 
27
                <th>Commitments</th>
27
                 <th>Submit</th>
28
                 <th>Submit</th>
28
            </tr>
29
            </tr>
29
            </thead>
30
            </thead>
30
            <tbody>
31
            <tbody>
31
          
32
          
Line 54... Line 55...
54
 
55
 
55
        </table>
56
        </table>
56
    </div>
57
    </div>
57
</section>
58
</section>
58
 
59
 
-
 
60
<div class="modal fade" id="nocUploadModal" role="dialog">
-
 
61
    <div class="modal-dialog modal-lg" style="max-width: 85%; width: auto;">
-
 
62
        <!-- Modal content-->
-
 
63
        <div class="modal-content">
-
 
64
            <div class="modal-header">
-
 
65
                <button type="button" class="close" data-dismiss="modal">&times;</button>
-
 
66
            </div>
-
 
67
            <div class="modal-body" style="width: 100% ;align-items: center">
-
 
68
                <div id="nocUploadBody">
-
 
69
                    ## dynemic model bodies
-
 
70
                </div>
-
 
71
            </div>
-
 
72
            <div class="modal-footer">
-
 
73
                <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
-
 
74
            </div>
-
 
75
        </div>
-
 
76
 
-
 
77
    </div>
-
 
78
</div>
-
 
79
 
59
<script type="text/javascript">
80
<script type="text/javascript">
60
 
81
 
61
    $(document).ready(function () {
82
    $(document).ready(function () {
62
    
83
    
63
    
84