Subversion Repositories SmartDukaan

Rev

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

Rev 25651 Rev 25683
Line -... Line 1...
-
 
1
<style>
1
 
2
 
-
 
3
 
-
 
4
</style>
2
              <div class="row">
5
              <div class="row">
3
					<div class="col-lg-12">
6
					<div class="col-lg-12">
4
					
7
					
5
					<table class="table table-striped table-advance table-hover">
8
					<table class="table table-striped table-advance table-hover">
6
	    			<tbody>
9
	    			<tbody>
7
	    					#if(!$notifications.isEmpty())
10
	    			#if(!$notifications.isEmpty())
8
			    			#foreach( $request in $notifications )
11
			    		#foreach( $request in $notifications )
9
			    				<tr class="notifications" data="$request.getCid()">
12
			    		<tr class="notifications" data="$request.getCid()">
10
			    				#if(!$request.isAnnoucement())
13
			    		    #if($request.getMessageType()=="notification")
11
			    					<td width=32px;><i class="fas fa-bell"></i></td>
14
			    			<td width=32px;><i class="fas fa-bell"></i></td>
12
			    				#else
15
			    			#elseif($request.getMessageType()=="announcement")
13
			    				    <td width=32px;><i class="fa fa-bullhorn"></i></td>
16
			    			<td width=32px;><i class="fa fa-bullhorn "></i></td>
-
 
17
			    			#elseif($request.getMessageType()=="scheme")
-
 
18
			    			<td width=32px;><i class="fa fa-tags"></i></td>
14
			    				#end	
19
			    			#end		
-
 
20
			    			<td>
15
			    			    <td> <div style="float:right">$request.getDate().format($dateTimeFormatter)</div> <span style = "font-size:12px"><b>$request.getTitle()</b></span>  <br> <small> $request.getMessage()  </small>
21
			    				<div style="float:right;font-size:12px;">$request.getDate().format($dateTimeFormatter)</div>
-
 
22
			    			     <span><b>$request.getTitle()</b></span>
16
			    	        
23
			    			     <br> 
-
 
24
			    			     <span font-size:13px;> $request.getMessage()</span>
17
			    	            <div style="float:right">
25
			    	             <div style="float:right">
18
			    	              #if($request.getDocumentId())
26
			    	              #if($request.getDocumentId())
-
 
27
			    	              <span style="color:#337ab7;" 
19
			    	            <span  style="color:#337ab7;"  onclick="downloadNotifyDocument($request.getDocumentId(),$request.getCid())"> $request.getDocumentName()&nbsp;<i class="fa fa-download"></i></span>
28
			    	              		onclick="downloadNotifyDocument($request.getDocumentId(),$request.getCid())">
-
 
29
			    	              		$request.getDocumentName()
-
 
30
			    	              	<i class="fa fa-download"></i>
20
			    	               #end
31
			    	              </span>
21
			    	               </div>color
32
			    	              #end
22
			    	               </td>
33
			    	     		</div>
23
			    	            </tr>	
34
			    	       	</td>
-
 
35
		    	  		</tr>	
24
			    	   #end
36
		    	    	#end
25
		    			#else
37
		    		#else
26
		    				<tr>
38
		    		<tr>
27
		    					<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
39
	    				<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
28
		    				</tr>
40
	    			</tr>
29
		    			#end
41
	    			#end
30
	    			</tbody>
42
	    			</tbody>
31
	    		       </table>
43
	    		       </table>
32
					</div>
44
					</div>
33
					
45
					
34
					</div>
46
					</div>