Subversion Repositories SmartDukaan

Rev

Rev 25649 | Rev 25683 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed


              <div class="row">
                                        <div class="col-lg-12">
                                        
                                        <table class="table table-striped table-advance table-hover">
                                <tbody>
                                                #if(!$notifications.isEmpty())
                                                #foreach( $request in $notifications )
                                                        <tr class="notifications" data="$request.getCid()">
                                                        #if(!$request.isAnnoucement())
                                                                <td width=32px;><i class="fas fa-bell"></i></td>
                                                        #else
                                                            <td width=32px;><i class="fa fa-bullhorn"></i></td>
                                                        #end    
                                                    <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>
                                        
                                            <div style="float:right">
                                              #if($request.getDocumentId())
                                            <span  style="color:#337ab7;"  onclick="downloadNotifyDocument($request.getDocumentId(),$request.getCid())"> $request.getDocumentName()&nbsp;<i class="fa fa-download"></i></span>
                                               #end
                                               </div>color
                                               </td>
                                            </tr>       
                                   #end
                                        #else
                                                <tr>
                                                        <td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
                                                </tr>
                                        #end
                                </tbody>
                               </table>
                                        </div>
                                        
                                        </div>