| Line 8... |
Line 8... |
| 8 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
8 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
| 9 |
<li><i class="icon_document_alt"></i>Design Completed</li>
|
9 |
<li><i class="icon_document_alt"></i>Design Completed</li>
|
| 10 |
</ol>
|
10 |
</ol>
|
| 11 |
</div>
|
11 |
</div>
|
| 12 |
</div>
|
12 |
</div>
|
| - |
|
13 |
|
| - |
|
14 |
## Search Box
|
| - |
|
15 |
<div class="col-lg-12" style="margin-bottom: 15px;">
|
| - |
|
16 |
<div class="row">
|
| - |
|
17 |
<div class="col-lg-8">
|
| - |
|
18 |
<label style="margin-right: 10px;"><strong>Search:</strong></label>
|
| - |
|
19 |
<input type="text" id="designCompletedSearch" class="form-control"
|
| - |
|
20 |
style="width: 250px; display: inline-block;"
|
| - |
|
21 |
placeholder="Outlet, Phone, Code, City..." value="$!search">
|
| - |
|
22 |
<button type="button" class="btn btn-primary" id="designCompletedSearchBtn" style="margin-left: 5px;">
|
| - |
|
23 |
<i class="fa fa-search"></i> Search
|
| - |
|
24 |
</button>
|
| - |
|
25 |
#if($search && $search != "")
|
| - |
|
26 |
<button type="button" class="btn btn-default" id="clearDesignCompletedSearchBtn"
|
| - |
|
27 |
style="margin-left: 5px;">
|
| - |
|
28 |
Clear
|
| - |
|
29 |
</button>
|
| - |
|
30 |
#end
|
| - |
|
31 |
</div>
|
| - |
|
32 |
</div>
|
| - |
|
33 |
</div>
|
| - |
|
34 |
|
| 13 |
<div class="col-lg-12">
|
35 |
<div class="col-lg-12">
|
| 14 |
<table class="table table-border table-condensed table-bordered" id="OnboardingDesignCompleted" style="width:100%">
|
36 |
<table class="table table-border table-condensed table-bordered" id="OnboardingDesignCompleted" style="width:100%">
|
| 15 |
|
37 |
|
| 16 |
<thead class="row htable" style="background:#F5F5F5;">
|
38 |
<thead class="row htable" style="background:#F5F5F5;">
|
| 17 |
|
39 |
|
| 18 |
<tr style="color:black;">
|
40 |
<tr style="color:black;">
|
| 19 |
<th>Id</th>
|
41 |
<th>Id</th>
|
| 20 |
<th>Outlet Name(SM)</th>
|
42 |
<th>Outlet Name(SM)</th>
|
| 21 |
<th>Created On</th>
|
43 |
<th>Created On</th>
|
| 22 |
<th>Acquired Date()</th>
|
44 |
<th>Acquired Date()</th>
|
| 23 |
|
- |
|
| - |
|
45 |
|
| 24 |
<th>Phone </br>Number(SM)</th>
|
46 |
<th>Phone </br>Number(SM)</th>
|
| 25 |
|
- |
|
| - |
|
47 |
|
| 26 |
<th>City (SM)</th>
|
48 |
<th>City (SM)</th>
|
| 27 |
<th>State Head(SM)</th>
|
49 |
<th>State Head(SM)</th>
|
| 28 |
<th>BDM (SM)</th>
|
50 |
<th>BDM (SM)</th>
|
| 29 |
<th>Agreed Brand fees(SM)</th>
|
51 |
<th>Agreed Brand fees(SM)</th>
|
| 30 |
|
52 |
|
| 31 |
<th>Inauguration Date(SM)</th>
|
53 |
<th>Inauguration Date(SM)</th>
|
| 32 |
<th>LOI(legal)</th>
|
54 |
<th>LOI(legal)</th>
|
| 33 |
<th>Kyc</th>
|
55 |
<th>Kyc</th>
|
| 34 |
<th>Code(legal)</th>
|
56 |
<th>Code(legal)</th>
|
| 35 |
<th>Recee </br> Planed(Sunil)</th>
|
57 |
<th class="hidden-col">Recee Planed</th>
|
| 36 |
<th>Recee </br> Actual(Sunil)</th>
|
58 |
<th>Recee Actual(Branding L1)</th>
|
| 37 |
<th>Stock Payment(kamini)</th>
|
59 |
<th class="hidden-col">Stock Payment</th>
|
| 38 |
<th>2D with BOQ Planed(Sunil)</th>
|
60 |
<th class="hidden-col">2D with BOQ Planed</th>
|
| 39 |
<th>2D with BOQ Actual(Sunil)</th>
|
61 |
<th>BOQ Actual(Branding L1)</th>
|
| 40 |
<th>2D with BOQ(Sunil)</th>
|
62 |
<th>BOQ Document(Branding L1)</th>
|
| 41 |
<th>3D with BOQ Planed (Sunil)</th>
|
63 |
<th class="hidden-col">3D with BOQ Planed</th>
|
| 42 |
<th>3D with BOQ Actual (Sunil)</th>
|
64 |
<th class="hidden-col">3D with BOQ Actual</th>
|
| 43 |
<th>3D with BOQ (Sunil)</th>
|
65 |
<th class="hidden-col">3D with BOQ</th>
|
| 44 |
<th>PO To Vendor Planed(Sunil)</th>
|
66 |
<th class="hidden-col">PO To Vendor Planed</th>
|
| 45 |
<th>PO To Vendor Actual(Sunil)</th>
|
67 |
<th class="hidden-col">PO To Vendor Actual</th>
|
| 46 |
|
68 |
|
| 47 |
<th>Briefing Partner Date(Sunil)</th>
|
69 |
<th class="hidden-col">Briefing Partner Date</th>
|
| 48 |
<th>Briefing Partner Actual Date (Sunil)</th>
|
70 |
<th class="hidden-col">Briefing Partner Actual Date</th>
|
| 49 |
<th>Deployment Planed (Sunil)</th>
|
71 |
<th class="hidden-col">Deployment Planed</th>
|
| 50 |
<th>Deployment Actual (Sunil)</th>
|
72 |
<th class="hidden-col">Deployment Actual</th>
|
| 51 |
<th>Final Pics Of OutLets Planed(Sunil)</th>
|
73 |
<th class="hidden-col">Final Pics Planed</th>
|
| 52 |
<th>Final Pics Of OutLets Actual(Sunil)</th>
|
74 |
<th>Final Pics Actual(Branding L1)</th>
|
| 53 |
<th>Final Pics Of OutLets(Sunil)</th>
|
75 |
<th>Final Pics(Branding L1)</th>
|
| 54 |
<th>NOC Actual(Sunil)</th>
|
76 |
<th class="hidden-col">NOC Actual</th>
|
| 55 |
<th>NOC (Sunil)</th>
|
77 |
<th class="hidden-col">NOC</th>
|
| 56 |
|
78 |
|
| 57 |
|
- |
|
| 58 |
</tr>
|
79 |
</tr>
|
| 59 |
</thead>
|
80 |
</thead>
|
| 60 |
<tbody>
|
81 |
<tbody>
|
| 61 |
#foreach($pob in $user )
|
82 |
#foreach($pob in $user )
|
| 62 |
<tr>
|
83 |
<tr>
|
| Line 118... |
Line 139... |
| 118 |
#if($pob.getBDM() && $pob.getBDM() != "")
|
139 |
#if($pob.getBDM() && $pob.getBDM() != "")
|
| 119 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1" value="$pob.getBDM()"></td>
|
140 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1" value="$pob.getBDM()"></td>
|
| 120 |
#else
|
141 |
#else
|
| 121 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
|
142 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
|
| 122 |
#end
|
143 |
#end
|
| - |
|
144 |
|
| 123 |
|
145 |
## Agreed Brand Fees
|
| 124 |
#if($pob.getAgreedBrandFees() != 0)
|
146 |
#if($pob.getAgreedBrandFees() != 0)
|
| 125 |
|
- |
|
| 126 |
#if($pob.getReceivedBrandFees()>= $pob.getAgreedBrandFees())
|
147 |
#if($pob.getReceivedBrandFees()>= $pob.getAgreedBrandFees())
|
| 127 |
|
- |
|
| 128 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
|
148 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
|
| 129 |
value="$pob.getAgreedBrandFees()" ></td>
|
149 |
value="$pob.getAgreedBrandFees()" ></td>
|
| 130 |
#else
|
150 |
#else
|
| 131 |
<td><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
|
151 |
<td><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
|
| 132 |
value="$pob.getAgreedBrandFees()" ></td>
|
152 |
value="$pob.getAgreedBrandFees()">
|
| - |
|
153 |
</td>
|
| 133 |
#end
|
154 |
#end
|
| 134 |
#else
|
155 |
#else
|
| 135 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"></td>
|
156 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"></td>
|
| 136 |
#end
|
157 |
#end
|
| 137 |
|
158 |
|
| 138 |
|
159 |
|
| Line 190... |
Line 211... |
| 190 |
<td ><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="Code(SM)" disabled name="code1" value="$pob.getCode()"
|
211 |
<td ><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="Code(SM)" disabled name="code1" value="$pob.getCode()"
|
| 191 |
></td>
|
212 |
></td>
|
| 192 |
#else
|
213 |
#else
|
| 193 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
|
214 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
|
| 194 |
#end
|
215 |
#end
|
| - |
|
216 |
|
| 195 |
|
217 |
## Hidden: Recee Planed
|
| 196 |
#if($pob.getReceeActual())
|
218 |
#if($pob.getReceeActual())
|
| - |
|
219 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
|
| 197 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1"
|
220 |
type="date" id="rplaned" placeholder="Recee Planed" disabled name="rplaned1"
|
| 198 |
value="$pob.getReceePlaned().format($datehiphenFormatter)" >
|
221 |
value="$pob.getReceePlaned().format($datehiphenFormatter)" >
|
| 199 |
</td>
|
222 |
</td>
|
| 200 |
#else
|
223 |
#else
|
| - |
|
224 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input
|
| 201 |
<td><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1" value="$pob.getReceePlaned().format($datehiphenFormatter)">
|
225 |
type="date" id="rplaned" placeholder="Recee Planed" disabled name="rplaned1"
|
| - |
|
226 |
value="$pob.getReceePlaned().format($datehiphenFormatter)">
|
| 202 |
</td>
|
227 |
</td>
|
| 203 |
#end
|
228 |
#end
|
| 204 |
#if($pob.getReceeActual())
|
229 |
#if($pob.getReceeActual())
|
| 205 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1"
|
230 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1"
|
| 206 |
value="$pob.getReceeActual().format($datehiphenFormatter)" >
|
231 |
value="$pob.getReceeActual().format($datehiphenFormatter)" >
|
| 207 |
</td>
|
232 |
</td>
|
| 208 |
#else
|
233 |
#else
|
| 209 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1">
|
234 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1">
|
| 210 |
</td>
|
235 |
</td>
|
| 211 |
#end
|
236 |
#end
|
| - |
|
237 |
|
| 212 |
|
238 |
## Hidden: Stock Payment
|
| 213 |
#if($pob.getStockPayment()!= 0)
|
239 |
#if($pob.getStockPayment()!= 0)
|
| 214 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="Stock payment(kamini)" disabled
|
240 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
|
| - |
|
241 |
type="text" placeholder="Stock payment" disabled
|
| 215 |
value="$pob.getStockPayment()" name="stockPaymentDesign"></td>
|
242 |
value="$pob.getStockPayment()" name="stockPaymentDesign"></td>
|
| 216 |
#else
|
243 |
#else
|
| - |
|
244 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-down"
|
| - |
|
245 |
style="background:pink"></i><input type="text"
|
| - |
|
246 |
placeholder="Stock payment"
|
| 217 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="stockPaymentDesign"></td>
|
247 |
disabled name="stockPaymentDesign">
|
| - |
|
248 |
</td>
|
| 218 |
#end
|
249 |
#end
|
| - |
|
250 |
|
| - |
|
251 |
|
| - |
|
252 |
|
| 219 |
|
253 |
## Hidden: 2D BOQ Planed
|
| 220 |
|
- |
|
| 221 |
|
- |
|
| 222 |
#if($pob.getTwoDBoqdate() && $pob.getTwodBOQ() != 0)
|
254 |
#if($pob.getTwoDBoqdate() && $pob.getTwodBOQ() != 0)
|
| - |
|
255 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
|
| 223 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="TwoDBoqdate" placeholder="Two D Boqdate (Kamini)" disabled name="twoDBoq1"
|
256 |
type="date" id="TwoDBoqdate" placeholder="2D BOQ Planed" disabled name="twoDBoq1"
|
| 224 |
value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)" >
|
257 |
value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)" >
|
| 225 |
</td>
|
258 |
</td>
|
| 226 |
#else
|
259 |
#else
|
| 227 |
<td><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input type="date" id="TwoDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="twoDBoq1" value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)">
|
260 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input
|
| - |
|
261 |
type="date" id="TwoDBoqdate" placeholder="2D BOQ Planed" disabled name="twoDBoq1"
|
| - |
|
262 |
value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)">
|
| 228 |
</td>
|
263 |
</td>
|
| 229 |
#end
|
264 |
#end
|
| 230 |
|
265 |
|
| 231 |
#if($pob.getTwoDBoqdate())
|
266 |
#if($pob.getTwoDBoqdate())
|
| 232 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="actualTwoDBoqdate" placeholder="Two D Boqdate (Kamini)" disabled name="ractual1"
|
267 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="actualTwoDBoqdate" placeholder="Two D Boqdate (Kamini)" disabled name="ractual1"
|
| Line 249... |
Line 284... |
| 249 |
<td class="twoDBoq docfile">
|
284 |
<td class="twoDBoq docfile">
|
| 250 |
<i class="far fa-arrow-alt-circle-up" style="background:pink"></i>
|
285 |
<i class="far fa-arrow-alt-circle-up" style="background:pink"></i>
|
| 251 |
<input type="hidden">
|
286 |
<input type="hidden">
|
| 252 |
<input type="file" placeholder="2D with BOQ" disabled name="3d1">
|
287 |
<input type="file" placeholder="2D with BOQ" disabled name="3d1">
|
| 253 |
</td>
|
288 |
</td>
|
| 254 |
#end
|
289 |
#end
|
| - |
|
290 |
## Hidden: 3D BOQ Planed
|
| 255 |
#if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
|
291 |
#if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
|
| - |
|
292 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up"
|
| 256 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBoqDate1"
|
293 |
style="background:lime"></i><input type="date" id="threeDBoqdate"
|
| - |
|
294 |
placeholder="3D Boqdate"
|
| - |
|
295 |
disabled name="threeBoqDate1"
|
| 257 |
value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)" >
|
296 |
value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)" >
|
| 258 |
</td>
|
297 |
</td>
|
| 259 |
#else
|
298 |
#else
|
| 260 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:red"></i><input type="date" id="threeDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="threeBoqDate1" value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)">
|
299 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:red"></i><input
|
| - |
|
300 |
type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBoqDate1"
|
| - |
|
301 |
value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)">
|
| 261 |
</td>
|
302 |
</td>
|
| 262 |
#end
|
303 |
#end
|
| - |
|
304 |
|
| 263 |
|
305 |
## Hidden: 3D BOQ Actual
|
| 264 |
#if($pob.getThreeDBoqdate() )
|
306 |
#if($pob.getThreeDBoqdate() )
|
| - |
|
307 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
|
| 265 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBOQDate1"
|
308 |
type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBOQDate1"
|
| 266 |
value="$pob.getThreeDBoqdate().format($datehiphenFormatter)" >
|
309 |
value="$pob.getThreeDBoqdate().format($datehiphenFormatter)" >
|
| 267 |
</td>
|
310 |
</td>
|
| 268 |
#else
|
311 |
#else
|
| - |
|
312 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-down"
|
| 269 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="threeDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="threeBOQDate1">
|
313 |
style="background:pink"></i><input type="date" id="threeDBoqdate"
|
| - |
|
314 |
placeholder="3D Boqdate" disabled
|
| - |
|
315 |
name="threeBOQDate1">
|
| 270 |
</td>
|
316 |
</td>
|
| 271 |
#end
|
317 |
#end
|
| - |
|
318 |
|
| 272 |
|
319 |
## Hidden: 3D BOQ Document
|
| 273 |
#if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
|
320 |
#if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
|
| 274 |
<td class="threeDBoq docfile">
|
321 |
<td class="threeDBoq docfile hidden-col">
|
| 275 |
<i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
|
322 |
<i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
|
| 276 |
<input type="hidden" class="threeDBoqHidden" value="$pob.getThreeDBoq()">
|
323 |
<input type="hidden" class="threeDBoqHidden" value="$pob.getThreeDBoq()">
|
| 277 |
<input type="file" class="threeDBoqDoc" placeholder="3D with BOQ" disabled value="$pob.getThreeDBoq()">
|
324 |
<input type="file" class="threeDBoqDoc" placeholder="3D with BOQ" disabled value="$pob.getThreeDBoq()">
|
| 278 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getThreeDBoq()" class="download">Download Doc</a>
|
325 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getThreeDBoq()" class="download">Download Doc</a>
|
| 279 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
326 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 280 |
#else
|
327 |
#else
|
| 281 |
<td class="threeDBoq docfile">
|
328 |
<td class="threeDBoq docfile hidden-col">
|
| 282 |
<i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
|
329 |
<i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
|
| 283 |
<input type="hidden">
|
330 |
<input type="hidden">
|
| 284 |
<input type="file" placeholder="3D with BOQ" disabled name="3d1">
|
331 |
<input type="file" placeholder="3D with BOQ" disabled name="3d1">
|
| 285 |
</td>
|
332 |
</td>
|
| 286 |
#end
|
333 |
#end
|
| 287 |
|
- |
|
| 288 |
|
- |
|
| - |
|
334 |
|
| - |
|
335 |
|
| - |
|
336 |
|
| 289 |
|
337 |
## Hidden: PO Vendor Planed
|
| 290 |
#if($pob.getPoVendor() && $pob.getPoVendor() !=0)
|
338 |
#if($pob.getPoVendor() && $pob.getPoVendor() !=0)
|
| - |
|
339 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up"
|
| 291 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="poVenderDate" placeholder="PO Vender Date" disabled name="poVenderDate1"
|
340 |
style="background:lime"></i><input type="date" id="poVenderDate"
|
| - |
|
341 |
placeholder="PO Vender Date"
|
| - |
|
342 |
disabled name="poVenderDate1"
|
| 292 |
value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)" >
|
343 |
value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)" >
|
| 293 |
</td>
|
344 |
</td>
|
| 294 |
#else
|
345 |
#else
|
| - |
|
346 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:red"></i><input
|
| 295 |
<td><i class="far fa-arrow-alt-circle-up" style="background:red"></i><input type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate1" value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)">
|
347 |
type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate1"
|
| - |
|
348 |
value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)">
|
| 296 |
</td>
|
349 |
</td>
|
| 297 |
#end
|
350 |
#end
|
| - |
|
351 |
|
| 298 |
|
352 |
## Hidden: PO Vendor Actual
|
| 299 |
#if($pob.getPoVenderDate())
|
353 |
#if($pob.getPoVenderDate())
|
| - |
|
354 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
|
| 300 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="poVenderDate" placeholder="PO Vender Date" disabled name="poVenderDate2"
|
355 |
type="date" id="poVenderDate" placeholder="PO Vender Date" disabled
|
| - |
|
356 |
name="poVenderDate2"
|
| 301 |
value="$pob.getPoVenderDate().format($datehiphenFormatter)" >
|
357 |
value="$pob.getPoVenderDate().format($datehiphenFormatter)" >
|
| 302 |
</td>
|
358 |
</td>
|
| 303 |
#else
|
359 |
#else
|
| - |
|
360 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:red"></i><input
|
| 304 |
<td><i class="far fa-arrow-alt-circle-up" style="background:red"></i><input type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate2" >
|
361 |
type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate2">
|
| 305 |
</td>
|
362 |
</td>
|
| 306 |
#end
|
363 |
#end
|
| 307 |
|
- |
|
| 308 |
|
- |
|
| - |
|
364 |
|
| - |
|
365 |
|
| - |
|
366 |
|
| 309 |
|
367 |
## Hidden: Briefing Partner Planed
|
| 310 |
#if($pob.getBriefingPartner())
|
368 |
#if($pob.getBriefingPartner())
|
| - |
|
369 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up"
|
| - |
|
370 |
style="background:lime"></i><input type="date"
|
| - |
|
371 |
id="briefingPartnerPlanedDate"
|
| 311 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled name="briefingPartnerPlanedDate1"
|
372 |
placeholder="Briefing Partner Planed"
|
| - |
|
373 |
disabled
|
| - |
|
374 |
name="briefingPartnerPlanedDate1"
|
| 312 |
value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)" >
|
375 |
value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)" >
|
| 313 |
</td>
|
376 |
</td>
|
| 314 |
#else
|
377 |
#else
|
| 315 |
<td><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled name="briefingPartnerPlanedDate1" value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)">
|
378 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input
|
| - |
|
379 |
type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed"
|
| - |
|
380 |
disabled name="briefingPartnerPlanedDate1"
|
| - |
|
381 |
value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)">
|
| 316 |
</td>
|
382 |
</td>
|
| 317 |
#end
|
383 |
#end
|
| - |
|
384 |
|
| 318 |
|
385 |
## Hidden: Briefing Partner Actual
|
| 319 |
#if($pob.getBriefingPartner())
|
386 |
#if($pob.getBriefingPartner())
|
| - |
|
387 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
|
| 320 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="briefingPartner" placeholder="Briefing Partner" disabled name="briefPartner1"
|
388 |
type="date" id="briefingPartner" placeholder="Briefing Partner" disabled
|
| - |
|
389 |
name="briefPartner1"
|
| 321 |
value="$pob.getBriefingPartner().format($datehiphenFormatter)" >
|
390 |
value="$pob.getBriefingPartner().format($datehiphenFormatter)" >
|
| 322 |
</td>
|
391 |
</td>
|
| 323 |
#else
|
392 |
#else
|
| - |
|
393 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-down"
|
| 324 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="briefingPartner" placeholder="Briefing Partner" disabled name="briefPartner1">
|
394 |
style="background:pink"></i><input type="date" id="briefingPartner"
|
| - |
|
395 |
placeholder="Briefing Partner"
|
| - |
|
396 |
disabled name="briefPartner1">
|
| 325 |
</td>
|
397 |
</td>
|
| 326 |
#end
|
398 |
#end
|
| - |
|
399 |
|
| 327 |
|
400 |
## Hidden: Deployment Planed
|
| 328 |
#if($pob.getDeploymentDate())
|
401 |
#if($pob.getDeploymentDate())
|
| - |
|
402 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up"
|
| - |
|
403 |
style="background:lime"></i><input type="date"
|
| - |
|
404 |
id="deploymentPlanedDate"
|
| 329 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate"
|
405 |
placeholder="Deployment Planed Date"
|
| - |
|
406 |
disabled
|
| - |
|
407 |
name="deploymentPlanedDate"
|
| 330 |
value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
|
408 |
value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
|
| 331 |
</td>
|
409 |
</td>
|
| 332 |
#else
|
410 |
#else
|
| 333 |
<td ><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate" value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)">
|
411 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input
|
| - |
|
412 |
type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled
|
| - |
|
413 |
name="deploymentPlanedDate"
|
| - |
|
414 |
value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)">
|
| 334 |
</td>
|
415 |
</td>
|
| 335 |
#end
|
416 |
#end
|
| 336 |
|
- |
|
| - |
|
417 |
|
| 337 |
|
418 |
## Hidden: Deployment Actual
|
| 338 |
#if($pob.getDeploymentDate())
|
419 |
#if($pob.getDeploymentDate())
|
| - |
|
420 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
|
| 339 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="deploymentActualDate" placeholder="Deployment Actual Date" disabled name="deploymentPlanedDate1"
|
421 |
type="date" id="deploymentActualDate" placeholder="Deployment Actual Date" disabled
|
| - |
|
422 |
name="deploymentPlanedDate1"
|
| 340 |
value="$pob.getDeploymentDate().format($datehiphenFormatter)" >
|
423 |
value="$pob.getDeploymentDate().format($datehiphenFormatter)" >
|
| 341 |
</td>
|
424 |
</td>
|
| 342 |
#else
|
425 |
#else
|
| - |
|
426 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-down"
|
| - |
|
427 |
style="background:pink"></i><input type="date"
|
| - |
|
428 |
id="deploymentActualDate"
|
| 343 |
<td ><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="deploymentActualDate" placeholder="Deployment Actual Date" disabled name="deploymentPlanedDate1">
|
429 |
placeholder="Deployment Actual Date"
|
| - |
|
430 |
disabled
|
| - |
|
431 |
name="deploymentPlanedDate1">
|
| 344 |
</td>
|
432 |
</td>
|
| 345 |
#end
|
433 |
#end
|
| 346 |
|
- |
|
| - |
|
434 |
|
| - |
|
435 |
|
| 347 |
|
436 |
## Hidden: Final Pics Planed
|
| 348 |
#if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)
|
437 |
#if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)
|
| - |
|
438 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
|
| 349 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets"
|
439 |
type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled
|
| - |
|
440 |
name="FinalPicsOutLets"
|
| 350 |
value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)" >
|
441 |
value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)" >
|
| 351 |
</td>
|
442 |
</td>
|
| 352 |
#else
|
443 |
#else
|
| 353 |
<td><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets" value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)">
|
444 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input
|
| - |
|
445 |
type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled
|
| - |
|
446 |
name="FinalPicsOutLets"
|
| - |
|
447 |
value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)">
|
| 354 |
</td>
|
448 |
</td>
|
| 355 |
#end
|
449 |
#end
|
| 356 |
|
450 |
|
| 357 |
#if($pob.getFinalPicsOutletDate())
|
451 |
#if($pob.getFinalPicsOutletDate())
|
| 358 |
<td ><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets1"
|
452 |
<td ><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets1"
|
| Line 374... |
Line 468... |
| 374 |
<td class="finalPics docfile">
|
468 |
<td class="finalPics docfile">
|
| 375 |
<i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
|
469 |
<i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
|
| 376 |
<input type="hidden">
|
470 |
<input type="hidden">
|
| 377 |
<input type="file" placeholder="finalPics Vendor" disabled name="finalPics1">
|
471 |
<input type="file" placeholder="finalPics Vendor" disabled name="finalPics1">
|
| 378 |
</td>
|
472 |
</td>
|
| 379 |
#end
|
473 |
#end
|
| - |
|
474 |
|
| 380 |
|
475 |
## Hidden: NOC Actual
|
| 381 |
#if($pob.getNocDate())
|
476 |
#if($pob.getNocDate())
|
| - |
|
477 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
|
| 382 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="nocDate" placeholder="NOC" disabled name="noc1"
|
478 |
type="date" id="nocDate" placeholder="NOC" disabled name="noc1"
|
| 383 |
value="$pob.getNocDate().format($datehiphenFormatter)" >
|
479 |
value="$pob.getNocDate().format($datehiphenFormatter)" >
|
| 384 |
</td>
|
480 |
</td>
|
| 385 |
#else
|
481 |
#else
|
| - |
|
482 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-down"
|
| 386 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="noc" placeholder="NOC" disabled name="noc1">
|
483 |
style="background:pink"></i><input type="date" id="noc"
|
| - |
|
484 |
placeholder="NOC" disabled
|
| - |
|
485 |
name="noc1">
|
| 387 |
</td>
|
486 |
</td>
|
| 388 |
#end
|
487 |
#end
|
| - |
|
488 |
|
| 389 |
|
489 |
## Hidden: NOC Document
|
| 390 |
#if($pob.getNoc() && $pob.getNoc() != 0)
|
490 |
#if($pob.getNoc() && $pob.getNoc() != 0)
|
| 391 |
<td class="noc docfile">
|
491 |
<td class="noc docfile hidden-col">
|
| 392 |
<i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
|
492 |
<i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
|
| 393 |
<input type="hidden" class="nocDocHiddend" value="$pob.getNoc()">
|
493 |
<input type="hidden" class="nocDocHiddend" value="$pob.getNoc()">
|
| 394 |
<input type="file" class="nocDoc" placeholder="NOC Docs" disabled value="$pob.getNoc()">
|
494 |
<input type="file" class="nocDoc" placeholder="NOC Docs" disabled value="$pob.getNoc()">
|
| 395 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getNoc()" class="download">Download Doc</a>
|
495 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getNoc()" class="download">Download Doc</a>
|
| 396 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
496 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 397 |
#else
|
497 |
#else
|
| 398 |
<td class="noc docfile">
|
498 |
<td class="noc docfile hidden-col">
|
| 399 |
<i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
|
499 |
<i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
|
| 400 |
<input type="hidden">
|
500 |
<input type="hidden">
|
| 401 |
<input type="file" placeholder="Noc File" disabled name="noc1">
|
501 |
<input type="file" placeholder="Noc File" disabled name="noc1">
|
| 402 |
</td>
|
502 |
</td>
|
| 403 |
#end
|
503 |
#end
|
| Line 409... |
Line 509... |
| 409 |
|
509 |
|
| 410 |
</tbody>
|
510 |
</tbody>
|
| 411 |
|
511 |
|
| 412 |
</table>
|
512 |
</table>
|
| 413 |
</div>
|
513 |
</div>
|
| - |
|
514 |
|
| - |
|
515 |
## Pagination Controls (Bottom)
|
| - |
|
516 |
<div class="col-lg-12" style="margin-top: 15px;">
|
| - |
|
517 |
<div class="row">
|
| - |
|
518 |
<div class="col-lg-12 text-center">
|
| - |
|
519 |
#if($totalRecords > 0)
|
| - |
|
520 |
<span class="pagination-info">Showing $startRecord - $endRecord of $totalRecords</span>
|
| - |
|
521 |
<ul class="pagination pagination-sm" style="margin: 0 15px; display: inline-flex;">
|
| - |
|
522 |
#if($currentPage > 0)
|
| - |
|
523 |
<li><a href="javascript:void(0)" class="design-completed-page-link" data-page="0">First</a>
|
| - |
|
524 |
</li>
|
| - |
|
525 |
<li><a href="javascript:void(0)" class="design-completed-page-link" data-page="$prevPage">Prev</a>
|
| - |
|
526 |
</li>
|
| - |
|
527 |
#else
|
| - |
|
528 |
<li class="disabled"><span>First</span></li>
|
| - |
|
529 |
<li class="disabled"><span>Prev</span></li>
|
| - |
|
530 |
#end
|
| - |
|
531 |
|
| - |
|
532 |
<li class="active"><span>Page $currentPageDisplay of $totalPages</span></li>
|
| - |
|
533 |
|
| - |
|
534 |
#if($currentPage < $lastPage)
|
| - |
|
535 |
<li><a href="javascript:void(0)" class="design-completed-page-link" data-page="$nextPage">Next</a>
|
| - |
|
536 |
</li>
|
| - |
|
537 |
<li><a href="javascript:void(0)" class="design-completed-page-link" data-page="$lastPage">Last</a>
|
| - |
|
538 |
</li>
|
| - |
|
539 |
#else
|
| - |
|
540 |
<li class="disabled"><span>Next</span></li>
|
| - |
|
541 |
<li class="disabled"><span>Last</span></li>
|
| - |
|
542 |
#end
|
| - |
|
543 |
</ul>
|
| - |
|
544 |
<select class="form-control design-completed-page-size"
|
| - |
|
545 |
style="width: 120px; display: inline-block;">
|
| - |
|
546 |
<option value="10" #if($pageSize==10)selected#end>10 per page</option>
|
| - |
|
547 |
<option value="25" #if($pageSize==25)selected#end>25 per page</option>
|
| - |
|
548 |
<option value="50" #if($pageSize==50)selected#end>50 per page</option>
|
| - |
|
549 |
<option value="100" #if($pageSize==100)selected#end>100 per page</option>
|
| - |
|
550 |
</select>
|
| - |
|
551 |
#end
|
| - |
|
552 |
</div>
|
| - |
|
553 |
</div>
|
| - |
|
554 |
</div>
|
| 414 |
</section>
|
555 |
</section>
|
| 415 |
|
556 |
|
| 416 |
<script>
|
557 |
<script>
|
| - |
|
558 |
$(document).ready(function () {
|
| - |
|
559 |
// Search button click handler
|
| - |
|
560 |
$('#designCompletedSearchBtn').on('click', function () {
|
| - |
|
561 |
refreshDesignCompletedList(0);
|
| - |
|
562 |
});
|
| 417 |
|
563 |
|
| - |
|
564 |
// Search on Enter key
|
| - |
|
565 |
$('#designCompletedSearch').on('keypress', function (e) {
|
| - |
|
566 |
if (e.which === 13) {
|
| 418 |
var dtable = $('#OnboardingDesignCompleted').DataTable(
|
567 |
refreshDesignCompletedList(0);
|
| 419 |
{
|
568 |
}
|
| - |
|
569 |
});
|
| - |
|
570 |
|
| - |
|
571 |
// Clear search button
|
| - |
|
572 |
$('#clearDesignCompletedSearchBtn').on('click', function () {
|
| - |
|
573 |
$('#designCompletedSearch').val('');
|
| - |
|
574 |
refreshDesignCompletedList(0);
|
| - |
|
575 |
});
|
| - |
|
576 |
|
| - |
|
577 |
// Pagination link click handler
|
| - |
|
578 |
$(document).on('click', '.design-completed-page-link', function (e) {
|
| - |
|
579 |
e.preventDefault();
|
| - |
|
580 |
refreshDesignCompletedList($(this).data('page'));
|
| - |
|
581 |
});
|
| 420 |
|
582 |
|
| 421 |
"bPaginate": true,
|
583 |
// Page size change handler
|
| - |
|
584 |
$(document).on('change', '.design-completed-page-size', function () {
|
| 422 |
"bLengthChange": true,
|
585 |
refreshDesignCompletedList(0);
|
| - |
|
586 |
});
|
| - |
|
587 |
|
| - |
|
588 |
// Destroy existing DataTable if it exists
|
| - |
|
589 |
if ($.fn.DataTable.isDataTable('#OnboardingDesignCompleted')) {
|
| - |
|
590 |
$('#OnboardingDesignCompleted').DataTable().destroy();
|
| - |
|
591 |
}
|
| - |
|
592 |
|
| - |
|
593 |
var dtable = $('#OnboardingDesignCompleted').DataTable({
|
| 423 |
"bFilter": true,
|
594 |
"paging": false,
|
| 424 |
"bInfo": false,
|
595 |
"info": false,
|
| - |
|
596 |
"bFilter": false,
|
| 425 |
"bAutoWidth": false,
|
597 |
"bAutoWidth": false,
|
| 426 |
"scrollX": true,
|
598 |
"scrollX": true,
|
| 427 |
|
599 |
fixedColumns: {
|
| 428 |
fixedColumns: {
|
600 |
leftColumns: 2
|
| - |
|
601 |
},
|
| 429 |
leftColumns: 2
|
602 |
"columnDefs": [
|
| - |
|
603 |
{"targets": [13, 15, 16, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 31, 32], "visible": false}
|
| - |
|
604 |
]
|
| 430 |
},
|
605 |
});
|
| - |
|
606 |
});
|
| - |
|
607 |
|
| - |
|
608 |
// Function to refresh design completed list via AJAX
|
| - |
|
609 |
function refreshDesignCompletedList(page) {
|
| - |
|
610 |
var pageSize = $('.design-completed-page-size').val() || '25';
|
| - |
|
611 |
var search = $('#designCompletedSearch').val() || '';
|
| - |
|
612 |
var url = context + '/DesignTatCompletedShow?page=' + (page || 0)
|
| - |
|
613 |
+ '&pageSize=' + pageSize
|
| - |
|
614 |
+ '&search=' + encodeURIComponent(search);
|
| - |
|
615 |
$.ajax({
|
| - |
|
616 |
url: url,
|
| - |
|
617 |
type: 'GET',
|
| - |
|
618 |
success: function (response) {
|
| - |
|
619 |
$('#main-content').html(response);
|
| 431 |
});
|
620 |
}
|
| - |
|
621 |
});
|
| - |
|
622 |
}
|
| - |
|
623 |
</script>
|
| - |
|
624 |
|
| - |
|
625 |
<style>
|
| - |
|
626 |
.hidden-col {
|
| - |
|
627 |
display: none !important;
|
| 432 |
|
628 |
}
|
| - |
|
629 |
|
| - |
|
630 |
td.hidden-col {
|
| - |
|
631 |
display: none !important;
|
| 433 |
|
632 |
}
|
| - |
|
633 |
|
| - |
|
634 |
.pagination-info {
|
| - |
|
635 |
margin-right: 15px;
|
| - |
|
636 |
font-weight: bold;
|
| 434 |
|
637 |
}
|
| - |
|
638 |
|
| - |
|
639 |
.pagination {
|
| 435 |
</script>
|
640 |
margin: 0;
|
| - |
|
641 |
}
|
| - |
|
642 |
|
| - |
|
643 |
.pagination li {
|
| - |
|
644 |
display: inline-block;
|
| - |
|
645 |
margin: 0 2px;
|
| - |
|
646 |
}
|
| - |
|
647 |
|
| - |
|
648 |
.pagination li a, .pagination li span {
|
| - |
|
649 |
padding: 5px 10px;
|
| - |
|
650 |
border: 1px solid #ddd;
|
| - |
|
651 |
text-decoration: none;
|
| - |
|
652 |
color: #333;
|
| - |
|
653 |
}
|
| - |
|
654 |
|
| - |
|
655 |
.pagination li.active span {
|
| - |
|
656 |
background-color: #337ab7;
|
| - |
|
657 |
color: white;
|
| - |
|
658 |
border-color: #337ab7;
|
| - |
|
659 |
}
|
| - |
|
660 |
|
| - |
|
661 |
.pagination li.disabled span {
|
| - |
|
662 |
color: #999;
|
| - |
|
663 |
cursor: not-allowed;
|
| - |
|
664 |
}
|
| - |
|
665 |
</style>
|