Subversion Repositories SmartDukaan

Rev

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

Rev 36645 Rev 36806
Line 7... Line 7...
7
                <li><i class="icon_document_alt"></i>Beat Report</li>
7
                <li><i class="icon_document_alt"></i>Beat Report</li>
8
            </ol>
8
            </ol>
9
        </div>
9
        </div>
10
    </div>
10
    </div>
11
    <br>
11
    <br>
12
    <div class="row col-lg-12" style="float: right;">
12
    <div class="row col-lg-12">
-
 
13
        <div class="col-lg-2">
-
 
14
            <label>Category</label>
-
 
15
            <select id="beat-report-category" class="form-control">
-
 
16
                <option value="$categoryId">Sales</option>
-
 
17
            </select>
-
 
18
        </div>
-
 
19
        <div class="col-lg-2">
-
 
20
            <label>Level</label>
-
 
21
            <select id="beat-report-level" class="form-control">
-
 
22
                <option value="">All Levels</option>
-
 
23
                #foreach($lvl in $escalationTypes)
-
 
24
                    <option value="$lvl">$lvl</option>
-
 
25
                #end
-
 
26
            </select>
-
 
27
        </div>
13
        <div class="col-lg-3">
28
        <div class="col-lg-3">
14
            <label>Select Date</label>
29
            <label>Select Date</label>
15
            <div class="input-group">
30
            <div class="input-group">
16
                <input type="date" id="beat-report-date" class="form-control" value="$reportDate">
31
                <input type="date" id="beat-report-date" class="form-control" value="$reportDate">
17
                <span class="input-group-btn">
32
                <span class="input-group-btn">
Line 19... Line 34...
19
                        <i class="fa fa-file-text-o"></i> View Report
34
                        <i class="fa fa-file-text-o"></i> View Report
20
                    </button>
35
                    </button>
21
                </span>
36
                </span>
22
            </div>
37
            </div>
23
        </div>
38
        </div>
-
 
39
        <div class="col-lg-12" style="margin-top:8px;">
-
 
40
            <small style="color:#666;">
-
 
41
                <span style="display:inline-block;width:10px;height:10px;background:#27ae60;border-radius:2px;margin-right:4px;vertical-align:middle;"></span>
-
 
42
                On track &nbsp;&nbsp;
-
 
43
                <span style="display:inline-block;width:10px;height:10px;background:#f1c40f;border-radius:2px;margin-right:4px;vertical-align:middle;"></span>
-
 
44
                Agenda not filled &nbsp;&nbsp;
-
 
45
                <span style="display:inline-block;width:10px;height:10px;background:#e74c3c;border-radius:2px;margin-right:4px;vertical-align:middle;"></span>
-
 
46
                No beat assigned
-
 
47
            </small>
-
 
48
        </div>
24
    </div>
49
    </div>
25
    <br><br><br>
50
    <br><br><br>
26
    <div class="beat-report-container"></div>
51
    <div class="beat-report-container"></div>
27
</section>
52
</section>