Subversion Repositories SmartDukaan

Rev

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

Rev 25649 Rev 25651
Line 4... Line 4...
4
					
4
					
5
					<table class="table table-striped table-advance table-hover">
5
					<table class="table table-striped table-advance table-hover">
6
	    			<tbody>
6
	    			<tbody>
7
	    					#if(!$notifications.isEmpty())
7
	    					#if(!$notifications.isEmpty())
8
			    			#foreach( $request in $notifications )
8
			    			#foreach( $request in $notifications )
9
			    				<tr class="notifications" data="$request.getId()">
9
			    				<tr class="notifications" data="$request.getCid()">
10
			    				#if(!$request.isAnnoucement())
10
			    				#if(!$request.isAnnoucement())
11
			    					<td><i class="fas fa-bell"></i></td>
11
			    					<td width=32px;><i class="fas fa-bell"></i></td>
12
			    				#else
12
			    				#else
13
			    				    <td><i class="fa fa-bullhorn" aria-hidden="true"></i></td>
13
			    				    <td width=32px;><i class="fa fa-bullhorn"></i></td>
14
			    				#end	
14
			    				#end	
15
			    					<td> <span style = "font-size:12px"><b>$request.getTitle()</b></span> <br> <small> $request.getMessage()  </small></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>
-
 
16
			    	        
-
 
17
			    	            <div style="float:right">
-
 
18
			    	              #if($request.getDocumentId())
-
 
19
			    	            <span  style="color:#337ab7;"  onclick="downloadNotifyDocument($request.getDocumentId(),$request.getCid())"> $request.getDocumentName()&nbsp;<i class="fa fa-download"></i></span>
16
			    	               
20
			    	               #end
-
 
21
			    	               </div>color
17
			    	           
22
			    	               </td>
18
			    	            </tr>	
23
			    	            </tr>	
19
			    	   #end
24
			    	   #end
20
		    			#else
25
		    			#else
21
		    				<tr>
26
		    				<tr>
22
		    					<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
27
		    					<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>