| Line 1... |
Line 1... |
| 1 |
<div class="row" style= "margin-top:15px;" >
|
1 |
<div class="row" style= "margin-top:15px;" >
|
| 2 |
<div class="col-lg-12">
|
2 |
<div class="col-lg-12">
|
| 3 |
<table class="table table-striped table-advance table-hover">
|
3 |
<table class="table table-striped table-advance table-hover">
|
| 4 |
<tbody>
|
4 |
<tbody>
|
| 5 |
#if(!$notificationData.isEmpty())
|
5 |
#if(!$notificationData.isEmpty())
|
| 6 |
#foreach( $request in $notificationData)
|
6 |
#foreach( $notificationDataModel in $notificationData)
|
| 7 |
<tr class="notification-data" data="$request.getId()">
|
7 |
<tr class="notification-data" data="$notificationDataModel.getId()">
|
| - |
|
8 |
|
| 8 |
|
9 |
<td>$notificationDataModel.getData()
|
| 9 |
<td>$request.getData() <div style = "border-top: 0px solid #fafafa;" align="right" ><small>Published On $request.getCreated_timestamp().format($dateTimeFormatter)</small> </div></td>
|
10 |
<div style="border-top: 0px solid #fafafa;" align="right"><small>Published
|
| - |
|
11 |
On $notificationDataModel.getCreated_timestamp().format($dateTimeFormatter)</small>
|
| - |
|
12 |
</div>
|
| - |
|
13 |
</td>
|
| 10 |
</tr>
|
14 |
</tr>
|
| 11 |
#end
|
15 |
#end
|
| 12 |
#else
|
16 |
#else
|
| 13 |
<tr>
|
17 |
<tr>
|
| 14 |
<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
|
18 |
<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
|