Subversion Repositories SmartDukaan

Rev

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

Rev 4243 Rev 4244
Line 62... Line 62...
62
                   os_score = 7
62
                   os_score = 7
63
 
63
 
64
           if os.find("Microsoft Windows Mobile 6.5.3 Professional") > -1 :
64
           if os.find("Microsoft Windows Mobile 6.5.3 Professional") > -1 :
65
               os_score = 6
65
               os_score = 6
66
 
66
 
67
           if os.find("Windows Phone OS 7") > -1 :
67
           if os.find("Windows Phone 7") > -1 :
68
               os_score = 8.5
68
               os_score = 7.5
69
 
69
 
70
           if os.find("Windows Mobile 7.5 Mango") > -1 :
70
           if os.find("Windows Phone 7.5 Mango") > -1 :
71
               os_score = 9
71
               os_score = 8.5
72
 
72
 
73
           if os.find("Symbian") > -1 :
73
           if os.find("Symbian") > -1 :
74
               if os.find("40") > -1 :
74
               if os.find("40") > -1 :
75
                   os_score = 5
75
                   os_score = 5
76
               if os.find("60") > -1 :
76
               if os.find("60") > -1 :