Subversion Repositories SmartDukaan

Rev

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

Rev 25972 Rev 27696
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-advance flag" id ="notificationtable">
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()">			    		    
8
		    		<tr class="notifications" data="$request.getCid()">			    		    
9
		    			#if($request.getMessageType()=="announcement")
9
		    			#if($request.getMessageType()=="announcement")
Line 37... Line 37...
37
		   			</tr>
37
		   			</tr>
38
		   		#end  
38
		   		#end  
39
		    	</tbody>
39
		    	</tbody>
40
			</table>
40
			</table>
41
		</div>				
41
		</div>				
42
	</div>
-
 
43
42
	</div>
-
 
43
	
-
 
44
		<style>
-
 
45
		.flag tr:nth-child(3n+1)
-
 
46
		{
-
 
47
		  background:#FFA500; 
-
 
48
		
-
 
49
		}
-
 
50
		.flag tr:nth-child(3n+2)
-
 
51
		{
-
 
52
		 background:#FFFAFA; 
-
 
53
		
-
 
54
		}
-
 
55
		.flag tr:nth-child(3n+3)
-
 
56
		{
-
 
57
		 background:#32CD32; 
-
 
58
		
-
 
59
		}
-
 
60
		</style>
-
 
61
	
-
 
62
	
-
 
63
44
64