Subversion Repositories SmartDukaan

Rev

Rev 34085 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34085 Rev 35971
Line 62... Line 62...
62
                                #else
62
                                #else
63
                                    <td style="background-color:rgba(150,243,150,0.2) ;color: black; font-weight: bold">$model.getDmsCode()</td>
63
                                    <td style="background-color:rgba(150,243,150,0.2) ;color: black; font-weight: bold">$model.getDmsCode()</td>
64
                                #end
64
                                #end
65
                            #else
65
                            #else
66
                                <td style="background-color:rgba(121,144,150,0.41) ;color: black; font-weight: bold">
66
                                <td style="background-color:rgba(121,144,150,0.41) ;color: black; font-weight: bold">
67
                                    Pending
67
                                    Initiated
68
                                </td>
68
                                </td>
69
                            #end
69
                            #end
70
                        #else
70
                        #else
71
                            <td style="color:#0062cc">NA</td>
71
                            <td style="color:#0062cc">NA</td>
72
                        #end
72
                        #end
Line 81... Line 81...
81
                                #if($brandModelMap.containsKey($sb.getBrand()))
81
                                #if($brandModelMap.containsKey($sb.getBrand()))
82
                                    #set ($model = $brandModelMap.get($sb.getBrand()))
82
                                    #set ($model = $brandModelMap.get($sb.getBrand()))
83
                                    #if($model.getActive())
83
                                    #if($model.getActive())
84
                                        <td style="color:green ;font-weight: bold">Active</td>
84
                                        <td style="color:green ;font-weight: bold">Active</td>
85
                                    #else
85
                                    #else
86
                                        <td style="color:red">Pending</td>
86
                                        <td style="color:red ; font-weight: bold">Initiated</td>
87
                                    #end
87
                                    #end
88
                                #else
88
                                #else
89
                                    <td>--</td>
89
                                    <td>--</td>
90
                                #end
90
                                #end
91
                            #end
91
                            #end