Subversion Repositories SmartDukaan

Rev

Rev 26318 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26318 Rev 32771
Line 31... Line 31...
31
<section class="wrapper">            
31
<section class="wrapper">            
32
	<div class="row">
32
	<div class="row">
33
		<div class="col-lg-12">
33
		<div class="col-lg-12">
34
			<h3 class="page-header"><i class="icon_document_alt"></i>DOWNLOAD REPORTS</h3>
34
			<h3 class="page-header"><i class="icon_document_alt"></i>DOWNLOAD REPORTS</h3>
35
			<ol class="breadcrumb">
35
			<ol class="breadcrumb">
36
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
36
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">#springMessage("reports.home")</a></li>
37
				<li><i class="icon_document_alt"></i>Reports</li>						  	
37
				<li><i class="icon_document_alt"></i>#springMessage("reports.reports")</li>
38
			</ol>
38
			</ol>
39
		</div>
39
		</div>
40
	</div>
40
	</div>
41
	<div class="container">
41
	<div class="container">
42
		  <h2>Reports</h2>
42
		  <h2>#springMessage("reports.reports")</h2>
43
		  <p>Download Reports</p>            
43
		  <p>#springMessage("reports.downloadreports")</p>
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())