Subversion Repositories SmartDukaan

Rev

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

Rev 24509 Rev 24541
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 onclick="adding data to reports" data-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
						    <h4 class="list-group-item-heading">$reporticoUrlInfo.getTitle()</h4>
50
						    <h4 class="list-group-item-heading">$reporticoUrlInfo.getTitle()</h4>
51
						    <p class="list-group-item-text">$reporticoUrlInfo.getDescription()</p>
51
						    <p class="list-group-item-text">$reporticoUrlInfo.getDescription()</p>
52
						    #set($params=$reporticoUrlInfo.getParamsList())
-
 
53
						    #parse("./reportico-input-params.vm")
-
 
54
						  </a>
52
						  </a>
55
	    			#end
53
	    			#end
56
    			#end
54
    			#end
57
				</div>
55
				</div>
58
		    </tbody>
56
		    </tbody>
59
		  </table>
57
		  </table>
60
		</div>
58
		</div>
61
</section>
-
 
62
 
-
 
63
<script type="text/javascript">
-
 
64
59
</section>
-
 
60
65
61