Subversion Repositories SmartDukaan

Rev

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

Rev 11110 Rev 14780
Line 6... Line 6...
6
				<th>Brand</th>
6
				<th>Brand</th>
7
				<th>Model Name</th>
7
				<th>Model Name</th>
8
				<th>Model Number</th>
8
				<th>Model Number</th>
9
				<th>Color</th>
9
				<th>Color</th>
10
				<th>Snapdeal Listed</th>
10
				<th>Snapdeal Listed</th>
-
 
11
				<th>SD_VOI Listed</th>
11
				<th>Risky</th>
12
				<th>Risky</th>
12
                <th>Status</th>
13
                <th>Status</th>
13
				<th>Action</th>
14
				<th>Action</th>
14
				<th>Competitive Analysis</th>
15
				<th>Competitive Analysis</th>
15
            </tr>
16
            </tr>
Line 26... Line 27...
26
				#if($item.isIsListedOnSnapdeal())
27
				#if($item.isIsListedOnSnapdeal())
27
						<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
28
						<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
28
				#else
29
				#else
29
						<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="Inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
30
						<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="Inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
30
				#end
31
				#end
-
 
32
				#if($item.isIsVoiListed())
-
 
33
						<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
-
 
34
				#else
-
 
35
						<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="Inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
-
 
36
				#end
31
				#if($item.isRisky())
37
				#if($item.isRisky())
32
						<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
38
						<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
33
				#else
39
				#else
34
						<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="Inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
40
						<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="Inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
35
				#end
41
				#end