Subversion Repositories SmartDukaan

Rev

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

Rev 34066 Rev 34508
Line 41... Line 41...
41
        </div>
41
        </div>
42
    #end
42
    #end
43
    #end
43
    #end
44
    <br>
44
    <br>
45
    <div class="row col-lg-12" style="float: right;">
45
    <div class="row col-lg-12" style="float: right;">
46
 
-
 
47
 
-
 
-
 
46
        #if(!$isAnalysis)
48
        #springMessage("reportspricedrop.from") <input type="date" id="startDate-price-drop-report" placeholder=""
47
        #springMessage("reportspricedrop.from") <input type="date" id="startDate-price-drop-report" placeholder=""
49
                                                       name="" value="$startDate">
48
                                                       name="" value="$startDate">
50
 
49
 
51
        #springMessage("reportspricedrop.to") <input type="date" id="endDate-price-drop-report" placeholder=""
50
        #springMessage("reportspricedrop.to") <input type="date" id="endDate-price-drop-report" placeholder=""
52
                                                     value="$endDate">
51
                                                     value="$endDate">
53
        <button type="submit" class="price-drop-fetch-report">Fetch Report</button>
52
        <button type="submit" class="price-drop-fetch-report">Fetch Report</button>
54
        <button type="submit" class="download-price-drop-report">#springMessage(
53
        <button type="submit" class="download-price-drop-report">#springMessage(
55
            "reportspricedrop.downloadreport") </button>
54
                "reportspricedrop.downloadreport") </button>
-
 
55
        #else
-
 
56
            #springMessage("reportspricedrop.from") <input type="date" id="analysis-startDate-price-drop-report"
-
 
57
                                                           placeholder=""
-
 
58
                                                           name="" value="$startDate">
-
 
59
 
-
 
60
            #springMessage("reportspricedrop.to") <input type="date" id="analysis-endDate-price-drop-report"
-
 
61
                                                         placeholder=""
-
 
62
                                                         value="$endDate">
-
 
63
            <button type="submit" class="analysis-price-drop-fetch-report" data-fofoid="$fofoId">Fetch Report</button>
-
 
64
            <button type="submit" class="analysis-download-price-drop-report" data-fofoid="$fofoId">#springMessage(
-
 
65
                "reportspricedrop.downloadreport") </button>
-
 
66
        #end
56
 
67
 
57
    </div>
68
    </div>
58
    <div class="col-lg-12">
69
    <div class="col-lg-12">
59
        <table class="table table-border table-condensed table-bordered" id="priceDropReportTbl" style="width:100%">
70
        <table class="table table-border table-condensed table-bordered" id="priceDropReportTbl" style="width:100%">
60
 
71