Subversion Repositories SmartDukaan

Rev

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

Rev 6320 Rev 6485
Line 130... Line 130...
130
                    type_score = 5.5
130
                    type_score = 5.5
131
                elif type == "CSTN LCD" :
131
                elif type == "CSTN LCD" :
132
                    type_score = 3.5
132
                    type_score = 3.5
133
                elif type == "STN LCD" :
133
                elif type == "STN LCD" :
134
                    type_score = 2
134
                    type_score = 2
-
 
135
                elif type == "IPS LCD" :
-
 
136
                    type_score = 7.0
135
                elif type == "True HD IPS Plus":
137
                elif type == "True HD IPS Plus":
136
                    type_score = 8                   
138
                    type_score = 8                   
137
                
139
                
138
                if category == "Tablets":
140
                if category == "Tablets":
-
 
141
                    if type == "IPS LCD":
-
 
142
                        type_score = 9.0
139
                    if type == "TFT LCD" :
143
                    if type == "TFT LCD" :
140
                        type_score = 8.5
144
                        type_score = 8.5
141
                    elif type == "Super LCD":
145
                    elif type == "Super LCD":
142
                        type_score = 9.5
146
                        type_score = 9.5
143
    
147