Subversion Repositories SmartDukaan

Rev

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

Rev 4193 Rev 4243
Line 63... Line 63...
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 OS 7") > -1 :
68
               os_score = 9.5
68
               os_score = 8.5
-
 
69
 
-
 
70
           if os.find("Windows Mobile 7.5 Mango") > -1 :
69
               
71
               os_score = 9
-
 
72
 
70
           if os.find("Symbian") > -1 :
73
           if os.find("Symbian") > -1 :
71
               if os.find("40") > -1 :
74
               if os.find("40") > -1 :
72
                   os_score = 5
75
                   os_score = 5
73
               if os.find("60") > -1 :
76
               if os.find("60") > -1 :
74
                   os_score = 7
77
                   os_score = 7