Subversion Repositories SmartDukaan

Rev

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

Rev 8168 Rev 8739
Line 13... Line 13...
13
				#if ($report.getDescription() == "Amazon Listing")
13
				#if ($report.getDescription() == "Amazon Listing")
14
						<a href="$action.getServletContextPath()/amazon-list/options">
14
						<a href="$action.getServletContextPath()/amazon-list/options">
15
					<!--#$action.getDescription($report) -->
15
					<!--#$action.getDescription($report) -->
16
					$report.getDescription()
16
					$report.getDescription()
17
				</a>
17
				</a>
-
 
18
				#elseif ($report.getDescription() == "Snapdeal Listing")
-
 
19
						<a href="$action.getServletContextPath()/$report.getController()/snapdeal-options">
-
 
20
					<!--#$action.getDescription($report) -->
18
						#set($showUploadSheet = "True")
21
					$report.getDescription()
-
 
22
				</a>
19
				#else
23
				#else
20
				<a href="$action.getServletContextPath()/$report.getController()">
24
				<a href="$action.getServletContextPath()/$report.getController()">
21
					<!--#$action.getDescription($report) -->
25
					<!--#$action.getDescription($report) -->
22
					$report.getDescription()
26
					$report.getDescription()
23
				</a>
27
				</a>