Subversion Repositories SmartDukaan

Rev

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

Rev 26158 Rev 26161
Line 44... Line 44...
44
		  <table class="table table-striped">
44
		  <table class="table table-striped">
45
		    <tbody>
45
		    <tbody>
46
	    		<div class="list-group">
46
	    		<div class="list-group">
47
	            #foreach($reporticoProjectEntry in $reporticoProjectMap.entrySet())
47
	            #foreach($reporticoProjectEntry in $reporticoProjectMap.entrySet())
48
		            #foreach($reporticoUrlInfo in $reporticoProjectEntry.getValue())
48
		            #foreach($reporticoUrlInfo in $reporticoProjectEntry.getValue())
49
						  <a href="${rc.contextPath}/reports/${reporticoProjectEntry.getKey()}${reporticoUrlInfo.getUrl()}" class="list-group-item">
49
						  <a href="${rc.contextPath}/reports/${reporticoProjectEntry.getKey()}${reporticoUrlInfo.getUrl()}" class="list-group-item"
-
 
50
							  #if($reporticoUrlInfo.getParamsList())
-
 
51
							  data-paramslist="$vmUtils.htmlJson($reporticoUrlInfo.getParamsList())"
-
 
52
							  #end
-
 
53
						  >
50
						    <h4 class="list-group-item-heading">$reporticoUrlInfo.getTitle()</h4>
54
						    <h4 class="list-group-item-heading">$reporticoUrlInfo.getTitle()</h4>
51
						    <p class="list-group-item-text">$reporticoUrlInfo.getDescription()</p>
55
						    <p class="list-group-item-text">$reporticoUrlInfo.getDescription()</p>
52
						  </a>
56
						  </a>
-
 
57
						  
53
	    			#end
58
	    			#end
54
    			#end
59
    			#end
55
				</div>
60
				</div>
56
		  	</tbody>
61
		  	</tbody>
57
		 </table>
62
		 </table>