Subversion Repositories SmartDukaan

Rev

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

Rev 3479 Rev 3927
Line 49... Line 49...
49
               os_score = 5
49
               os_score = 5
50
           
50
           
51
           if os.find("Maemo 5") > -1 :
51
           if os.find("Maemo 5") > -1 :
52
               os_score = 6
52
               os_score = 6
53
 
53
 
-
 
54
           if os.find("Samsung") > -1 :
54
           if os.find("Bada") > -1 :
55
               if os.find("bada") > -1 :
-
 
56
                   os_score = 5
-
 
57
               if os.find("bada 1.2") > -1 :
55
               os_score = 6
58
                   os_score = 6
-
 
59
               if os.find("bada 2.0") > -1 :
-
 
60
                   os_score = 7
56
 
61
 
57
           if os.find("Microsoft Windows Mobile 6.5.3 Professional") > -1 :
62
           if os.find("Microsoft Windows Mobile 6.5.3 Professional") > -1 :
58
               os_score = 6
63
               os_score = 6
59
 
64
 
60
           if os.find("Windows Phone OS 7") > -1 :
65
           if os.find("Windows Phone OS 7") > -1 :
Line 73... Line 78...
73
                   os_score = 9
78
                   os_score = 9
74
            
79
            
75
           if os.find("iOS") > -1 :
80
           if os.find("iOS") > -1 :
76
               if os.find("4") > -1 :
81
               if os.find("4") > -1 :
77
                   os_score = 9
82
                   os_score = 9
78
              
83
 
79
           if os_score == 0:
84
           if os_score == 0:
80
               os_score = 3
85
               os_score = 3
81
 
86
 
82
            
87
            
83
               
88