Subversion Repositories SmartDukaan

Rev

Rev 30601 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<style>
.modal-content{
                background : white;
        }
        .modelHeaderCustom{
                font-size:14px;
                font-weight:bold;
        }
        
        .form-group{
                border-bottom: 1px solid #eff2f7;
                padding-bottom: 15px;
                margin-bottom: 15px;
        }

</style>

<script type="text/javascript">

        $(function () {
                $('input[name="startEndDateTime"]').daterangepicker(getRangedDatePicker());

        });

</script>

<section class="wrapper">
        <div class="row">
                <div class="col-lg-12">
                        <h3 class="page-header"><i class="icon_document_alt"></i>SCHEMES DUMP</h3>
                        <ol class="breadcrumb">
                                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
                                <li><i class="icon_document_alt"></i>SCHEMES DUMP</li>
                        </ol>
                </div>
        </div>
        <div id="customer-details" style="background:white;background-color:white;padding:10px;">
                
                <div class = "row">
                        <div class="col-lg-2 form-group">
                                <label for="usr">Start - End Date Time</label>
                        </div>
                        
                        <div class="col-lg-3 form-group">
                                <input placeholder="Start End Date Time" id="startEndDateTime" name="startEndDateTime" type="text" value="" class="form-control input-sm">
                        </div>
                        
                        <div class="col-xs-3" style="float:right;">
                                <button class="btn btn-primary" id="schemesDownloadButton" onclick="schemesDownload()">Download Schemes</button>        
                        </div>
                
                </div>
                        
        </div>
</section>