Blame | Last modification | View Log | RSS feed
<style>.table-striped > tbody > tr:nth-child(odd) > td{background: white;background-color: white;}.table-striped > tbody > tr:nth-child(even) > td{background: white;background-color:white;}.table-striped > tbody > tr:hover > td,.table-striped > tbody > tr:hover {background-color: #e98c8f;color:white;}.btn:hover{color: grey;text-decoration: none;}#reportico-content .modal-body{max-height: 500px;overflow-y: scroll;}</style><section class="wrapper"><div class="row"><div class="col-lg-12"><h3 class="page-header"><i class="icon_document_alt"></i>DOWNLOAD REPORTS</h3><ol class="breadcrumb"><li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">#springMessage("reports.home")</a></li><li><i class="icon_document_alt"></i>#springMessage("reports.reports")</li></ol></div></div><div class="container-fluid"><h2>#springMessage("reports.reports")</h2><p>#springMessage("reports.downloadreports")</p><div class="row info-box white-bg"><div class="col-md-3"><ul class="nav nav-pills nav-stacked">#foreach($directoryEntry in $directories.entrySet())<li><a data-toggle="pill" href="#$!velocityCount">$directoryEntry.key</a></li>#end</ul></div><div class="col-md-9"><div class="tab-content">#foreach($directoryEntry in $directories.entrySet())<div id="$!velocityCount" class="tab-pane fade"><h3>Heading $directoryEntry.key</h3><hr><ol>#foreach($file in $directoryEntry.value)<li class="getFileContent" data-url="/reportico/file-content?path=$directoryEntry.key/$file"><a href="javascript:void(0)">$file</a></li>#end</ol></div>#end</div></div></div></div><div id="reportico-modal" class="modal" role="dialog" data-backdrop="static" data-keyboard="false"><div class="modal-dialog modal-lg modal-dialog-scrollable"><div class="modal-content" id="reportico-content"></div></div></div></section>