Subversion Repositories SmartDukaan

Rev

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

Rev 31945 Rev 31946
Line 67... Line 67...
67
 
67
 
68
        .light-red {
68
        .light-red {
69
            background-color: #FBE4D5;
69
            background-color: #FBE4D5;
70
        }
70
        }
71
        
71
        
-
 
72
     .raised th{
-
 
73
     width :30%
72
     
74
     } 
73
      
75
      
74
    </style>
76
    </style>
75
 
77
 
76
</head>
78
</head>
77
 
79
 
Line 86... Line 88...
86
        </div>
88
        </div>
87
        <div class="row mt-5">
89
        <div class="row mt-5">
88
            <div class="col">
90
            <div class="col">
89
                <div>
91
                <div>
90
                    <h6 class=" yellow p-1 m-0">Working status</h6>
92
                    <h6 class=" yellow p-1 m-0">Working status</h6>
91
                    <table class="table  table-sm">
93
                    <table class="table  table-sm raised">
92
                        <tbody>
94
                        <tbody>
93
                            <tr>
95
                            <tr>
94
                                <th class="details">Partner Status</th>
96
                                <th class="details">Partner Status</th>
95
                                #if($fofoStore.isActive())
97
                                #if($fofoStore.isActive())
96
                                <td>ACTIVE</td>
98
                                <td>ACTIVE</td>
Line 101... Line 103...
101
                        </tbody>
103
                        </tbody>
102
                    </table>
104
                    </table>
103
                </div>
105
                </div>
104
                <div>
106
                <div>
105
                    <h6 class=" yellow p-1 m-0">Partner Investment Level</h6>
107
                    <h6 class=" yellow p-1 m-0">Partner Investment Level</h6>
106
                    <table class="table  table-sm">
108
                    <table class="table  table-sm raised">
107
                        <tbody>
109
                        <tbody>
108
                            <tr>
110
                            <tr>
109
                              <th class="details">Investment</th>
111
                              <th class="details">Investment</th>
110
                               #if($investment.getShortPercentage() <= 0)
112
                               #if($investment.getShortPercentage() <= 0)
111
                                <td class="text-success" > OK:>100% </td>
113
                                <td class="text-success" > OK:>100% </td>
Line 119... Line 121...
119
                        </tbody>
121
                        </tbody>
120
                    </table>
122
                    </table>
121
                </div>
123
                </div>
122
                <div>
124
                <div>
123
                    <h6 class=" yellow p-1 m-0">Regularity of Buisness</h6>
125
                    <h6 class=" yellow p-1 m-0">Regularity of Buisness</h6>
124
                    <table class="table  table-sm">
126
                    <table class="table  table-sm raised">
125
                        <tbody>
127
                        <tbody>
126
                            <tr>
128
                            <tr>
127
                                <th class="details">Last Secondary</th>
129
                                <th class="details">Last Secondary</th>
128
                                #if($lastPurchaseDays < 5)
130
                                #if($lastPurchaseDays < 5)
129
                                
131