Subversion Repositories SmartDukaan

Rev

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

Rev 36315 Rev 36596
Line 147... Line 147...
147
                    </div>
147
                    </div>
148
                </div>
148
                </div>
149
            </div>
149
            </div>
150
 
150
 
151
        </div>
151
        </div>
-
 
152
        <div class="col-md-3">
-
 
153
            <div class="card mb-3" style="max-width: 300px;">
-
 
154
                <div class="card-body py-2">
-
 
155
                    <div class="d-flex align-items-center">
-
 
156
                        <button type="button" class="btn btn-info btn-sm" onclick="downloadAllTargetData()">Download All
-
 
157
                            Target Data
-
 
158
                        </button>
-
 
159
                    </div>
-
 
160
                </div>
-
 
161
            </div>
-
 
162
        </div>
152
    </div>
163
    </div>
153
 
164
 
154
 
165
 
155
    <table id="rbm-call-target-table" class="table table-bordered table-striped">
166
    <table id="rbm-call-target-table" class="table table-bordered table-striped">
156
        <thead>
167
        <thead>
Line 721... Line 732...
721
            alert('Please select a date');
732
            alert('Please select a date');
722
            return;
733
            return;
723
        }
734
        }
724
        window.location.href = '/indent/rbm_call_target/download_call_data?date=' + selectedDate;
735
        window.location.href = '/indent/rbm_call_target/download_call_data?date=' + selectedDate;
725
    }
736
    }
-
 
737
 
-
 
738
    function downloadAllTargetData() {
-
 
739
        window.location.href = '/indent/rbm_call_target/download_all_raw_data';
-
 
740
    }
726
</script>
741
</script>
727
742