43. File Comparison Report

Produced on Wed Jun 18 08:01:46 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

43.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.1.1\inc\js jquery_ajax.js Sat Apr 19 12:05:00 2008 UTC
2 Dolphin-v.6.1.2\inc\js jquery_ajax.js Thu Jun 12 09:57:41 2008 UTC

43.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 10
Changed 2 21
Inserted 0 0
Removed 2 3

43.3 Comparison options

Whitespace All differences in whitespace within lines are ignored
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

43.4 Active regular expressions

No regular expressions were active.

43.5 Comparison detail

1   function   EcecuteAj a x(sAct i
o
n ,   sC o
m
m and s
,   sErrorStri ng)   {
  1   function   v a l i dateL o gi n F o r m (   eFor m ,   s SiteUrl ,   sErrorStri ng   )   {
2       if (sA ction == ' check_logi n') {   2       if( !e Form )
3           
sUsername   =   docume n
t .getEle me ntById(' ID
'
).val ue ;
  3           re turn false ;
4           
sPass   =   docume n
t .getEle me ntById(' Password
'
).val ue ;
  4       
5            $.po s
t (" xml/get_li st.php?dat aType=logi n&u= "   +  
sUsername  
+   " &p= "   +  
sPass ,  
  5        var   sUsername   =   $('i n pu t [na me = ID ] ' ,         eForm   ).val () ;
    6        var   sPass       =   $('i n pu t [na me = Password ] ' ,   eForm   ).val () ;
    7       
    8        var   sUrl   =   s Si t eUrl   +   ' xml/get_li st.php?dat aType=logi n&u= '   +   encodeURIC omponent(   sUsername   )   +   ' &p= '   +   encodeURIC omponent(   sPass   );
    9       
    10       $.post ( sUrl,
6              function(s Response)  {   11           fu nction(sRe sponse) {
7                 if   (sResponse =='success ')   {   12                 if   (sResponse   ==   'success')
8                     docum e nt.f orm s.ajax_log in .submit();   13                    
e F orm
.submit();
9                 }   else   {   14                
else
10                    aler t(sErrorSt ring);   15                    aler t(sErrorSt ring);
11                }   16           }
12                 
13           );   17       );
14      
15       }    
16   }   18   }