Subversion Repositories SmartDukaan

Rev

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

Rev 29088 Rev 29202
Line 311... Line 311...
311
                    #else
311
                    #else
312
                        <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">
312
                        <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">
313
                        </td>
313
                        </td>
314
                    #end
314
                    #end
315
 
315
 
-
 
316
                   
316
                    #if($pob.getDesigningPlaned())
317
                    #if($pob.getDeploymentDate())
317
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" id="dplaned" placeholder="Designing Planed(Kamini)" disabled
318
                        <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"
318
                                   name="dplaned1"
-
 
319
                                   value="$pob.getDesigningPlaned().format($datehiphenFormatter)"></td>
319
                                   value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
-
 
320
                        </td>
320
                    #else
321
                    #else
321
                        <td>
-
 
322
                        <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="dplaned" placeholder="Designing Planed(Kamini)" disabled
322
                        <td ><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate" value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)">
323
                                   name="dplaned1">
-
 
324
                        </td>
323
                        </td>
325
                    #end
324
                    #end
-
 
325
                    
-
 
326
                    
326
                    #if($pob.getDeploymentDate())
327
                    #if($pob.getDeploymentDate())
327
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
328
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
328
                                   name="dactual1"
329
                                   name="dactual1"
329
                                   value="$pob.getDeploymentDate().format($datehiphenFormatter)"></td>
330
                                   value="$pob.getDeploymentDate().format($datehiphenFormatter)"></td>
330
                    #else
331
                    #else