730. File Comparison Report

Produced on Mon May 12 13:06:58 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.

730.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\templates\tmpl_uni\scripts BxTemplConfig.php Mon Jan 21 04:08:28 2008 UTC
2 Dolphin-v.6.1.0\templates\tmpl_uni\scripts BxTemplConfig.php Thu Mar 27 04:18:28 2008 UTC

730.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 186
Changed 0 0
Inserted 0 0
Removed 1 2

730.3 Comparison options

Whitespace
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

730.4 Active regular expressions

No regular expressions were active.

730.5 Comparison detail

1   <?   1   <?
2     2  
3   /********* ********** ********** ********** ********** ********** ********** ******   3   /********* ********** ********** ********** ********** ********** ********** ******
4   *                              D olphin Sma rt Communi ty Builder   4   *                              D olphin Sma rt Communi ty Builder
5   *                                 --------- --------   5   *                                 --------- --------
6   *     begi n                 : M on Mar 23  2006   6   *     begi n                 : M on Mar 23  2006
7   *     copy right             : ( C) 2006 Bo onEx Group   7   *     copy right             : ( C) 2006 Bo onEx Group
8   *     webs ite               : h ttp://www. boonex.com /   8   *     webs ite               : h ttp://www. boonex.com /
9   * This fil e is part  of Dolphin  - Smart C ommunity B uilder   9   * This fil e is part  of Dolphin  - Smart C ommunity B uilder
10   *   10   *
11   * Dolphin  is free so ftware. Th is work is  licensed  under a Cr eative Com mons Attri bution 3.0  License.    11   * Dolphin  is free so ftware. Th is work is  licensed  under a Cr eative Com mons Attri bution 3.0  License. 
12   * http://c reativecom mons.org/l icenses/by /3.0/   12   * http://c reativecom mons.org/l icenses/by /3.0/
13   *   13   *
14   * Dolphin  is distrib uted in th e hope tha t it will  be useful,  but WITHO UT ANY WAR RANTY;   14   * Dolphin  is distrib uted in th e hope tha t it will  be useful,  but WITHO UT ANY WAR RANTY;
15   * without  even the i mplied war ranty of   MERCHANTAB ILITY or F ITNESS FOR  A PARTICU LAR PURPOS E.   15   * without  even the i mplied war ranty of   MERCHANTAB ILITY or F ITNESS FOR  A PARTICU LAR PURPOS E.
16   * See the  Creative C ommons Att ribution 3 .0 License  for more  details.    16   * See the  Creative C ommons Att ribution 3 .0 License  for more  details. 
17   * You shou ld have re ceived a c opy of the  Creative  Commons At tribution  3.0 Licens e along wi th Dolphin   17   * You shou ld have re ceived a c opy of the  Creative  Commons At tribution  3.0 Licens e along wi th Dolphin
18   * see lice nse.txt fi le; if not , write to  marketing @boonex.co m   18   * see lice nse.txt fi le; if not , write to  marketing @boonex.co m
19   ********** ********** ********** ********** ********** ********** ********** *****/   19   ********** ********** ********** ********** ********** ********** ********** *****/
20     20  
21   require_on ce( BX_DIR ECTORY_PAT H_BASE . ' scripts/Bx BaseConfig .php' );   21   require_on ce( BX_DIR ECTORY_PAT H_BASE . ' scripts/Bx BaseConfig .php' );
22     22  
23   /***   23   /***
24    javascrip t variable s:   24    javascrip t variable s:
25   ***/   25   ***/
26     26  
27   $site['js_ init'] = '   27   $site['js_ init'] = '
28   <script ty pe="text/j avascript"  language= "javascrip t">   28   <script ty pe="text/j avascript"  language= "javascrip t">
29       dpoll_ progress_b ar_color =  "#88C86A" ;   29       dpoll_ progress_b ar_color =  "#88C86A" ;
30   </script>   30   </script>
31   ';   31   ';
32     32  
33     33  
34   /***   34   /***
35    template  variables   35    template  variables
36   ***/   36   ***/
37     37  
38   // path to  the image s used in  the templa te   38   // path to  the image s used in  the templa te
39   $site['ima ges']      = $site['u rl'] . "te mplates/tm pl_uni/ima ges/";   39   $site['ima ges']      = $site['u rl'] . "te mplates/tm pl_uni/ima ges/";
40   $site['zod iac']      = "templat es/tmpl_un i/images/z odiac/";   40   $site['zod iac']      = "templat es/tmpl_un i/images/z odiac/";
41   $site['ico ns']       = $site['u rl'] . "te mplates/tm pl_uni/ima ges/icons/ ";   41   $site['ico ns']       = $site['u rl'] . "te mplates/tm pl_uni/ima ges/icons/ ";
42   $site['css _dir']     = "templat es/tmpl_un i/css/";   42   $site['css _dir']     = "templat es/tmpl_un i/css/";
43   $site['smi les']      = $site['s miles'] .  'default/' ;   43   $site['smi les']      = $site['s miles'] .  'default/' ;
44     44  
45     45  
46   class BxTe mplConfig  extends Bx BaseConfig     46   class BxTe mplConfig  extends Bx BaseConfig  
47   {   47   {
48       var $D esignQuick SearchInde x_db_num       = 0;   48       var $D esignQuick SearchInde x_db_num       = 0;
49       var $P ageCompThi rd_db_num                 = 0;   49       var $P ageCompThi rd_db_num                 = 0;
50       var $P ageCompTop Members_db _num           = 0;   50       var $P ageCompTop Members_db _num           = 0;
51       var $i ProfileVie wVotesWidt h              = 170;   51       var $i ProfileVie wVotesWidt h              = 170;
52          52       
53       var $s _width = 1 40; // wid th of Shou tBox   53       var $s _width = 1 40; // wid th of Shou tBox
54       var $f ramewidth  = 170; //w idth of Sh out Box Fr ame   54       var $f ramewidth  = 170; //w idth of Sh out Box Fr ame
55       //var  $frameheig ht = 173;  //height o f Shout Bo x Frame   55       //var  $frameheig ht = 173;  //height o f Shout Bo x Frame
56          56       
57       // ini tial varia bles for m ailbox tab le sorting   57       // ini tial varia bles for m ailbox tab le sorting
58       var $s MailBoxSor tingInit =  '';   58       var $s MailBoxSor tingInit =  '';
59          59       
60       functi on BxTempl Config($si te)   60       functi on BxTempl Config($si te)
61       {   61       {
62           Bx BaseConfig ::BxBaseCo nfig($site );   62           Bx BaseConfig ::BxBaseCo nfig($site );
63              63           
64           $t his -> cus tomize['me dia_galler y']['showM ediaTabs']  = false;   64           $t his -> cus tomize['me dia_galler y']['showM ediaTabs']  = false;
65           $t his -> cus tomize['up load_media ']['showMe diaTabs']   = false;   65           $t his -> cus tomize['up load_media ']['showMe diaTabs']   = false;
66           $t his -> cus tomize['up load_media ']['showAd dButton']   = false;   66           $t his -> cus tomize['up load_media ']['showAd dButton']   = false;
67           $t his -> cus tomize['up load_media ']['addNew Block_disp lay'] = 'b lock';   67           $t his -> cus tomize['up load_media ']['addNew Block_disp lay'] = 'b lock';
68           $t his -> cus tomize['jo in_page'][ 'showPageT ext']       = false;    
69           $t his -> cus tomize['jo in_page'][ 'show_3rd_ col']       = false;    
70           $t his -> cus tomize['ra te']['show SexSelecto r']         = false;   68           $t his -> cus tomize['ra te']['show SexSelecto r']         = false;
71           $t his -> cus tomize['ra te']['show ProfileInf o']         = false;   69           $t his -> cus tomize['ra te']['show ProfileInf o']         = false;
72           $t his -> cus tomize['ev ents']['sh owTopButto ns']        = false;   70           $t his -> cus tomize['ev ents']['sh owTopButto ns']        = false;
73           $t his -> cus tomize['bl og']['show BreadCrumb s']         = false;   71           $t his -> cus tomize['bl og']['show BreadCrumb s']         = false;
74           $t his -> cus tomize['bl og']['show EditLinks' ]           = false;   72           $t his -> cus tomize['bl og']['show EditLinks' ]           = false;
75              73           
76           $t his -> sMa ilBoxSorti ngInit = '   74           $t his -> sMa ilBoxSorti ngInit = '
77   <script ty pe="text/j avascript" >   75   <script ty pe="text/j avascript" >
78   <!--   76   <!--
79   var aSortI mgs = new  Array(); / / array co ntaining s ort indica tor images   77   var aSortI mgs = new  Array(); / / array co ntaining s ort indica tor images
80   aSortImgs[ 0] = \''.$ this -> aS ite['icons '].'sort_u p.gif\';   78   aSortImgs[ 0] = \''.$ this -> aS ite['icons '].'sort_u p.gif\';
81   aSortImgs[ 1] = \''.$ this -> aS ite['icons '].'sort_d own.gif'.' \';   79   aSortImgs[ 1] = \''.$ this -> aS ite['icons '].'sort_d own.gif'.' \';
82     80  
83   var sort_c ase_sensit ive = fals e; // sort ing type ( case-sensi tive or no t)   81   var sort_c ase_sensit ive = fals e; // sort ing type ( case-sensi tive or no t)
84     82  
85   //initial  sorting   83   //initial  sorting
86   var initia l_sort_id  = 3; //num ber of col umn beginn ing from 0   84   var initia l_sort_id  = 3; //num ber of col umn beginn ing from 0
87   var initia l_sort_up  = 1; //0 -  ascendant  order, 1  - descenda nt   85   var initia l_sort_up  = 1; //0 -  ascendant  order, 1  - descenda nt
88   //-->   86   //-->
89   </script>   87   </script>
90   ';   88   ';
91       //prin t_r( $this  );   89       //prin t_r( $this  );
92       }   90       }
93   }   91   }
94     92  
95   ?>   93   ?>