| Line 226... |
Line 226... |
| 226 |
<div class="col-lg-6">
|
226 |
<div class="col-lg-6">
|
| 227 |
<div class="row col-lg-4">
|
227 |
<div class="row col-lg-4">
|
| 228 |
<h3 style="margin-top:-2px;margin-bottom:24px"><strong>Reports</strong></h3>
|
228 |
<h3 style="margin-top:-2px;margin-bottom:24px"><strong>Reports</strong></h3>
|
| 229 |
</div>
|
229 |
</div>
|
| 230 |
<div class="row col-lg-12 info-box white-bg">
|
230 |
<div class="row col-lg-12 info-box white-bg">
|
| 231 |
<table class="table table-striped">
|
231 |
<table class="table table-striped reports-table" style="display:none">
|
| 232 |
<tbody>
|
232 |
<tbody>
|
| 233 |
<div class="list-group">
|
233 |
<div class="list-group">
|
| 234 |
#foreach($reporticoProjectEntry in $reporticoProjectMap.entrySet())
|
234 |
#foreach($reporticoProjectEntry in $reporticoProjectMap.entrySet())
|
| 235 |
#foreach($reporticoUrlInfo in $reporticoProjectEntry.getValue())
|
235 |
#foreach($reporticoUrlInfo in $reporticoProjectEntry.getValue())
|
| 236 |
<a href="${rc.contextPath}/reports/${reporticoProjectEntry.getKey()}${reporticoUrlInfo.getUrl()}" class="list-group-item"
|
236 |
<a href="${rc.contextPath}/reports/${reporticoProjectEntry.getKey()}${reporticoUrlInfo.getUrl()}" class="list-group-item"
|