Subversion Repositories SmartDukaan

Rev

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

Rev 3927 Rev 4193
Line 32... Line 32...
32
                   os_score = 8
32
                   os_score = 8
33
               if os.find("2.3") > -1 :
33
               if os.find("2.3") > -1 :
34
                   os_score = 9
34
                   os_score = 9
35
               if os.find("3.0") > -1 :
35
               if os.find("3.0") > -1 :
36
                   os_score = 9.5
36
                   os_score = 9.5
-
 
37
               if os.find("3.1") > -1 :
-
 
38
                   os_score = 9.7
37
            
39
            
38
           if os.find("BlackBerry") > -1 :
40
           if os.find("BlackBerry") > -1 :
39
               if os.find("5.0") > -1 :
41
               if os.find("5.0") > -1 :
40
                   os_score = 6
42
                   os_score = 6
41
               if os.find("6.0") > -1 :
43
               if os.find("6.0") > -1 :
Line 78... Line 80...
78
                   os_score = 9
80
                   os_score = 9
79
            
81
            
80
           if os.find("iOS") > -1 :
82
           if os.find("iOS") > -1 :
81
               if os.find("4") > -1 :
83
               if os.find("4") > -1 :
82
                   os_score = 9
84
                   os_score = 9
-
 
85
               if os.find("5") > -1 :
-
 
86
                   os_score = 10
83
 
87
 
84
           if os_score == 0:
88
           if os_score == 0:
85
               os_score = 3
89
               os_score = 3
86
 
90
 
87
            
91