Subversion Repositories SmartDukaan

Rev

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

Rev 25690 Rev 25691
Line 1... Line 1...
1
		<div class="row">
1
	<div class="row">
2
			<div class="col-lg-12">
2
		<div class="col-lg-12">
3
					
3
					
4
			<table class="table table-striped table-advance table-hover">
4
			<table class="table table-striped table-advance table-hover">
5
	   			<tbody>
5
	   			<tbody>
6
	   			#if(!$notifications.isEmpty())
6
	   			#if(!$notifications.isEmpty())
7
		    		#foreach( $request in $notifications )
7
		    		#foreach( $request in $notifications )
8
		    		<tr class="notifications" data="$request.getCid()">			    		    #if($request.getMessageType()=="announcement")
8
		    		<tr class="notifications" data="$request.getCid()">			    		    
-
 
9
		    			#if($request.getMessageType()=="announcement")
9
			    		<td width=32px;><i class="fa fa-bullhorn "></i></td>
10
			    		<td width=32px;><i class="fa fa-bullhorn "></i></td>
10
			    		#elseif($request.getMessageType()=="scheme")
11
			    		#elseif($request.getMessageType()=="scheme")
11
			    		<td width=32px;><i class="fa fa-tags"></i></td>
12
			    		<td width=32px;><i class="fa fa-tags"></i></td>
12
			   			#else
13
			   			#else
13
			   			<td width=32px;><i class="fas fa-bell"></i></td>
14
			   			<td width=32px;><i class="fas fa-bell"></i></td>
Line 31... Line 32...
31
					</tr>	
32
					</tr>	
32
					#end
33
					#end
33
		    	#else
34
		    	#else
34
		    		<tr>
35
		    		<tr>
35
		    			<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
36
		    			<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
36
			   		</tr>
37
		   			</tr>
37
		   		#end  
38
		   		#end  
38
		    	</tbody>
39
		    	</tbody>
39
			</table>
40
			</table>
40
		</div>				
41
		</div>				
41
	</div>
-
 
42
			
-
 
43
42
	</div>
-
 
43
44
44