37. Araxis Merge File Comparison Report

Produced by Araxis Merge on Mon May 18 06:28:42 2009 UTC. See www.araxis.com for information about Merge. 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.

37.1 Files compared

# Location File Last Modified
1 D:\Dolphin-v.6.1.5\templates\tmpl_uni\scripts functions.php Fri Apr 24 10:25:46 2009 UTC
2 D:\Dolphin-v.6.1.6\templates\tmpl_uni\scripts functions.php Thu May 14 10:30:38 2009 UTC

37.2 Comparison summary

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

37.3 Comparison options

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

37.4 Active regular expressions

No regular expressions were active.

37.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   /**   21   /**
22    * Return  code for t he login s ection for  frt   22    * Return  code for t he login s ection for  frt
23    **/   23    **/
24   function L oginSectio n($logged)   24   function L oginSectio n($logged)
25   {   25   {
26           gl obal $site ;   26           gl obal $site ;
27           gl obal $memb erID;   27           gl obal $memb erID;
28           gl obal $logg ed;   28           gl obal $logg ed;
29     29  
30           $r et = '';   30           $r et = '';
31     31  
32           if ( $logged[ 'member']  )   32           if ( $logged[ 'member']  )
33           {   33           {
34                    $ret  .= '<div  class="log ged_member _block">';   34                    $ret  .= '<div  class="log ged_member _block">';
35                             $ret . = get_memb er_icon( $ memberID,  'none' );   35                             $ret . = get_memb er_icon( $ memberID,  'none' );
36                             $ret . = '<div cl ass="hello _member">' ;   36                             $ret . = '<div cl ass="hello _member">' ;
37                                      $ret .=  _t( '_Hell o member',  getNickNa me( $membe rID ) );   37                                      $ret .=  _t( '_Hell o member',  getNickNa me( $membe rID ) );
38                                      $ret .=  "<br>";   38                                      $ret .=  "<br>";
39                                      $ret .=  '<a href=" ' . $site[ 'url'] . ' member.php " class="l ogout">' .  _t("_Cont rol Panel" ) . '</a>' ;   39                                      $ret .=  '<a href=" ' . $site[ 'url'] . ' member.php " class="l ogout">' .  _t("_Cont rol Panel" ) . '</a>' ;
40                                      $ret .=  ' &nbsp; ' ;   40                                      $ret .=  ' &nbsp; ' ;
41                                      $ret .=  '<a href=" ' . $site[ 'url'] . ' logout.php ?action=me mber_logou t" class=" logout">'  . _t("_Log  Out") . ' </a>';   41                                      $ret .=  '<a href=" ' . $site[ 'url'] . ' logout.php ?action=me mber_logou t" class=" logout">'  . _t("_Log  Out") . ' </a>';
42                             $ret . = '</div>' ;   42                             $ret . = '</div>' ;
43                    $ret  .= '</div >';   43                    $ret  .= '</div >';
44           }   44           }
45           el seif( $log ged['admin '])   45           el seif( $log ged['admin '])
46           {   46           {
47                    $ret  .= '<div  class="log ged_sectio n_block">' ;   47                    $ret  .= '<div  class="log ged_sectio n_block">' ;
48                             $ret . = '<span>' ;   48                             $ret . = '<span>' ;
49                                      $ret .=  '<a href=" ' . $site[ 'url_admin '] . 'inde x.php" cla ss="logout ">Admin Pa nel</a>';   49                                      $ret .=  '<a href=" ' . $site[ 'url_admin '] . 'inde x.php" cla ss="logout ">Admin Pa nel</a>';
50                             $ret . = '</span> ';   50                             $ret . = '</span> ';
51                             $ret . = '<span>' ;   51                             $ret . = '<span>' ;
52                                      $ret .=  '|&nbsp;|' ;   52                                      $ret .=  '|&nbsp;|' ;
53                             $ret . = '</span> ';   53                             $ret . = '</span> ';
54                             $ret . = '<span>' ;   54                             $ret . = '<span>' ;
55                                      $ret .=  '<a href=" ' . $site[ 'url'] . ' logout.php ?action=ad min_logout " class="l ogout">' .  _t("_Log  Out") . '< /a>';   55                                      $ret .=  '<a href=" ' . $site[ 'url'] . ' logout.php ?action=ad min_logout " class="l ogout">' .  _t("_Log  Out") . '< /a>';
56                             $ret . = '</span> ';   56                             $ret . = '</span> ';
57                    $ret  .= '</div >';   57                    $ret  .= '</div >';
58           }   58           }
59           el seif($logg ed['aff'])   59           el seif($logg ed['aff'])
60           {   60           {
61                    $ret  .= '<div  class="log ged_sectio n_block">' ;   61                    $ret  .= '<div  class="log ged_sectio n_block">' ;
62                             $ret . = '<span>' ;   62                             $ret . = '<span>' ;
63                                      $ret .=  '<a href=" ' . $site[ 'url'] . ' aff/index. php" class ="logout"> Affiliate  Panel</a>' ;   63                                      $ret .=  '<a href=" ' . $site[ 'url'] . ' aff/index. php" class ="logout"> Affiliate  Panel</a>' ;
64                             $ret . = '</span> ';   64                             $ret . = '</span> ';
65                             $ret . = '<span>' ;   65                             $ret . = '<span>' ;
66                                      $ret .=  '|&nbsp;|' ;   66                                      $ret .=  '|&nbsp;|' ;
67                             $ret . = '</span> ';   67                             $ret . = '</span> ';
68                             $ret . = '<span>' ;   68                             $ret . = '<span>' ;
69                                      $ret .=  '<a href=" ' . $site[ 'url'] . ' logout.php ?action=af f_logout"  class="log out">' . _ t("_Log Ou t") . '</a >';   69                                      $ret .=  '<a href=" ' . $site[ 'url'] . ' logout.php ?action=af f_logout"  class="log out">' . _ t("_Log Ou t") . '</a >';
70                             $ret . = '</span> ';   70                             $ret . = '</span> ';
71                    $ret  .= '</div >';   71                    $ret  .= '</div >';
72           }   72           }
73           el seif($logg ed['modera tor'])   73           el seif($logg ed['modera tor'])
74           {   74           {
75                    $ret  .= '<div  class="log ged_sectio n_block">' ;   75                    $ret  .= '<div  class="log ged_sectio n_block">' ;
76                             $ret . = '<span>' ;   76                             $ret . = '<span>' ;
77                                      $ret .=  '<a href=" ' . $site[ 'url'] . ' moderators /index.php " class="l ogout">Mod erator Pan el</a>';   77                                      $ret .=  '<a href=" ' . $site[ 'url'] . ' moderators /index.php " class="l ogout">Mod erator Pan el</a>';
78                             $ret . = '</span> ';   78                             $ret . = '</span> ';
79                             $ret . = '<span>' ;   79                             $ret . = '<span>' ;
80                                      $ret .=  '|&nbsp;|' ;   80                                      $ret .=  '|&nbsp;|' ;
81                             $ret . = '</span> ';   81                             $ret . = '</span> ';
82                             $ret . = '<span>' ;   82                             $ret . = '<span>' ;
83                                      $ret .=  '<a href=" ' . $site[ 'url'] . ' logout.php ?action=mo derator_lo gout" clas s="logout" >' . _t("_ Log Out")  . '</a>';   83                                      $ret .=  '<a href=" ' . $site[ 'url'] . ' logout.php ?action=mo derator_lo gout" clas s="logout" >' . _t("_ Log Out")  . '</a>';
84                             $ret . = '</span> ';   84                             $ret . = '</span> ';
85                    $ret  .= '</div >';   85                    $ret  .= '</div >';
86           }   86           }
87           el se   87           el se
88           {   88           {
89                    $ret  .= '<div  class="log in_block"> ';   89                    $ret  .= '<div  class="log in_block"> ';
90                             $ret . = '<form m ethod="pos t" action= "' . $site ['url'] .  'member.ph p">';   90                             $ret . = '<form m ethod="pos t" action= "' . $site ['url'] .  'member.ph p">';
91                                      $ret .=  '<div clas s="clear_b oth"></div >';   91                                      $ret .=  '<div clas s="clear_b oth"></div >';
92     92  
93                                      $ret .=  '<div clas s="login_l ine">';   93                                      $ret .=  '<div clas s="login_l ine">';
94                                               $ret .= _t ('_Nicknam e') . ':';   94                                               $ret .= _t ('_Nicknam e') . ':';
95                                               $ret .= '< input  nam e="ID" val ue="" type ="text"cla ss="login_ area" />';   95                                               $ret .= '< input  nam e="ID" val ue="" type ="text"cla ss="login_ area" />';
96                                      $ret .=  '</div>';   96                                      $ret .=  '</div>';
97                                      $ret .=  '<div clas s="login_l ine">';   97                                      $ret .=  '<div clas s="login_l ine">';
98                                               $ret .= _t ('_Passwor d') . ':';   98                                               $ret .= _t ('_Passwor d') . ':';
99                                               $ret .= '< input name ="Password " value=""  type="pas sword" cla ss="login_ area" />';   99                                               $ret .= '< input name ="Password " value=""  type="pas sword" cla ss="login_ area" />';
100                                      $ret .=  '</div>';   100                                      $ret .=  '</div>';
101                                      $ret .=  '<div clas s="forgotD iv">';   101                                      $ret .=  '<div clas s="forgotD iv">';
102                                               $ret .= '< a href="'  . $site['u rl'] . 'fo rgot.php"> ' . _t('_f orgot_your _password' ) . '?</a> ';   102                                               $ret .= '< a href="'  . $site['u rl'] . 'fo rgot.php"> ' . _t('_f orgot_your _password' ) . '?</a> ';
103                                      $ret .=  '</div>';   103                                      $ret .=  '</div>';
104                                      $ret .=  '<input cl ass="login _button" t ype="image " src="' .  $site['im ages'] . ' button_log in_index.g if" />';   104                                      $ret .=  '<input cl ass="login _button" t ype="image " src="' .  $site['im ages'] . ' button_log in_index.g if" />';
105                                      $ret .=  '<div clas s="join_no w">' . _t( '_or') . '  <a href=" ' . $site[ 'url'] . ' join.php"> ' . _t( '_ Join now'  ) . '</a>< /div>';   105                                      $ret .=  '<div clas s="join_no w">' . _t( '_or') . '  <a href=" ' . $site[ 'url'] . ' join.php"> ' . _t( '_ Join now'  ) . '</a>< /div>';
106     106  
107                                      $ret .=  '<div clas s="clear_b oth"></div >';   107                                      $ret .=  '<div clas s="clear_b oth"></div >';
108                             $ret . = '</form> ';   108                             $ret . = '</form> ';
109                    $ret  .= '</div >';   109                    $ret  .= '</div >';
110           }   110           }
111     111  
112           re turn Desig nBoxConten t( _t('_Me mber Login '), $ret,  1 );   112           re turn Desig nBoxConten t( _t('_Me mber Login '), $ret,  1 );
113   }   113   }
114     114  
115     115  
116   function g etProfileO nlineStatu s( $user_i s_online,  $bDrawMarg in=false,  $bCouple =  false ) {   116   function g etProfileO nlineStatu s( $user_i s_online,  $bDrawMarg in=false,  $bCouple =  false ) {
117           gl obal $site ;   117           gl obal $site ;
118     118  
119                    $iMa rgR = ($bC ouple==fal se) ? '5'  : '10';   119                    $iMa rgR = ($bC ouple==fal se) ? '5'  : '10';
120           $s MarginsAdd on = ($bDr awMargin)  ? ' style= "margin-ri ght:'.$iMa rgR.'px;ma rgin-botto m:10px;" '  : '';   120           $s MarginsAdd on = ($bDr awMargin)  ? ' style= "margin-ri ght:'.$iMa rgR.'px;ma rgin-botto m:10px;" '  : '';
121           if ( $user_is _online )  {   121           if ( $user_is _online )  {
122                    $sRe t .= '<img  src="' .  $site['ico ns'] . 'on line.gif"  alt="' . _ t("_Online ") . '" ti tle="' . _ t("_Online ") . '" cl ass="onlin e_offline_ bulb" '. $ sMarginsAd don .' />' ;   122                    $sRe t .= '<img  src="' .  $site['ico ns'] . 'on line.gif"  alt="' . _ t("_Online ") . '" ti tle="' . _ t("_Online ") . '" cl ass="onlin e_offline_ bulb" '. $ sMarginsAd don .' />' ;
123           }  else {   123           }  else {
124                    $sRe t .= '<img  src="' .  $site['ico ns'] . 'of fline.gif"  alt="'. _ t("_Offlin e") . '" t itle="'. _ t("_Offlin e") . '" c lass="onli ne_offline _bulb" '.  $sMarginsA ddon .' /> ';   124                    $sRe t .= '<img  src="' .  $site['ico ns'] . 'of fline.gif"  alt="'. _ t("_Offlin e") . '" t itle="'. _ t("_Offlin e") . '" c lass="onli ne_offline _bulb" '.  $sMarginsA ddon .' /> ';
125           }   125           }
126           re turn $sRet ;   126           re turn $sRet ;
127   }   127   }
128     128  
129   function g etProfileM atch( $mem berID, $pr ofileID )   129   function g etProfileM atch( $mem berID, $pr ofileID )
130   {   130   {
131           gl obal $oTem plConfig;   131           gl obal $oTem plConfig;
132     132  
133           $m atch_n = g etProfiles Match($mem berID, $pr ofileID);  // impl   133           $m atch_n = g etProfiles Match($mem berID, $pr ofileID);  // impl
134           $r et = '';   134           $r et = '';
135           $r et .= Desi gnProgress Pos ( _t(" _XX match" , $match_n ), $oTempl Config->iP rofileView ProgressBa r, 100, $m atch_n );;   135           $r et .= Desi gnProgress Pos ( _t(" _XX match" , $match_n ), $oTempl Config->iP rofileView ProgressBa r, 100, $m atch_n );;
136     136  
137           re turn $ret;   137           re turn $ret;
138   }   138   }
139     139  
140   function g etProfileZ odiac( $pr ofileDate  )   140   function g etProfileZ odiac( $pr ofileDate  )
141   {   141   {
142           $r et = '';   142           $r et = '';
143                             $ret . = ShowZodi acSign( $p rofileDate  );   143                             $ret . = ShowZodi acSign( $p rofileDate  );
144     144  
145           re turn $ret;   145           re turn $ret;
146   }   146   }
147     147  
148   function T emplPageAd dComponent ( $sKey )  {   148   function T emplPageAd dComponent ( $sKey )  {
149           sw itch( $sKe y ) {   149           sw itch( $sKe y ) {
150                    case  'somethin g':   150                    case  'somethin g':
151                             return  false; //  return he re additio nal compon ents   151                             return  false; //  return he re additio nal compon ents
152                       152                    
153                    defa ult:   153                    defa ult:
154                             return  false; //  if you ha ve not suc h componen t, return  false!   154                             return  false; //  if you ha ve not suc h componen t, return  false!
155           }   155           }
156   }   156   }
157     157  
158   function H elloMember Section()   158   function H elloMember Section()
159   {   159   {
160           gl obal $logg ed;   160           gl obal $logg ed;
161           gl obal $site ;   161           gl obal $site ;
162     162  
163           ob _start();   163           ob _start();
164     164  
165           if ( $logged[ 'member']  )   165           if ( $logged[ 'member']  )
166           {   166           {
167                    $mem berID = (i nt)$_COOKI E['memberI D'];   167                    $mem berID = (i nt)$_COOKI E['memberI D'];
168                    $iLe t = getNew LettersNum ($memberID );   168                    $iLe t = getNew LettersNum ($memberID );
169                    $sNe wLet = $iL et > 0 ? ' <b>('.$iLe t.')</b>'  : '' ;   169                    $sNe wLet = $iL et > 0 ? ' <b>('.$iLe t.')</b>'  : '' ;
170                    ?>   170                    ?>
171                    <div  class="to pMemberBlo ck">   171                    <div  class="to pMemberBlo ck">
172                             <?= ge t_member_i con( $memb erID, 'rig ht' ) ?>   172                             <?= ge t_member_i con( $memb erID, 'rig ht' ) ?>
173                             <div c lass="hell o_member"> <?= _t( '_ Hello memb er', getNi ckName( $m emberID )  ) ?></div>   173                             <div c lass="hell o_member"> <?= _t( '_ Hello memb er', getNi ckName( $m emberID )  ) ?></div>
174     174  
175                             <div c lass="hell o_actions" >   175                             <div c lass="hell o_actions" >
176                                      <span><a  href="<?=  $site['ur l'] ?>memb er.php"><? = _t('_My  account')  ?></a></sp an>   176                                      <span><a  href="<?=  $site['ur l'] ?>memb er.php"><? = _t('_My  account')  ?></a></sp an>
177                                      <span><a  href="<?=  $site['ur l'] ?>mail .php?mode= inbox"><?=  _t('_My M ail') ?></ a><?=' '.$ sNewLet;?> </span>   177                                      <span><a  href="<?=  $site['ur l'] ?>mail .php?mode= inbox"><?=  _t('_My M ail') ?></ a><?=' '.$ sNewLet;?> </span>
178                                      <span><a  href="<?  echo getPr ofileLink(  $memberID  ) ?>"><?=  _t('_My P rofile') ? ></a></spa n>   178                                      <span><a  href="<?  echo getPr ofileLink(  $memberID  ) ?>"><?=  _t('_My P rofile') ? ></a></spa n>
179                                      <span><a  href="jav ascript:vo id(0);"   179                                      <span><a  href="jav ascript:vo id(0);"
180                                        onclic k="window. open( '<?=  $site['ur l'] ?>pres ence_pop.p hp' , 'Pre sence', 'w idth=260,h eight=600, toolbar=0, directorie s=0,menuba r=0,status =0,locatio n=0,scroll bars=0,res izable=1') ;"   180                                        onclic k="window. open( '<?=  $site['ur l'] ?>pres ence_pop.p hp' , 'Pre sence', 'w idth=260,h eight=600, toolbar=0, directorie s=0,menuba r=0,status =0,locatio n=0,scroll bars=0,res izable=1') ;"
181                                        ><?= _ t('_RayPre sence') ?> </a></span >   181                                        ><?= _ t('_RayPre sence') ?> </a></span >
182                                      <span><a  href="<?=  $site['ur l'] ?>logo ut.php?act ion=member _logout">< ?= _t('_Lo g Out2') ? ></a></spa n>   182                                      <span><a  href="<?=  $site['ur l'] ?>logo ut.php?act ion=member _logout">< ?= _t('_Lo g Out2') ? ></a></spa n>
183                             </div>   183                             </div>
184                    </di v>   184                    </di v>
185                    <?   185                    <?
186           }   186           }
187                    else if( $logge d['admin']  )   187                    else if( $logge d['admin']  )
188                    {   188                    {
189                    ?>   189                    ?>
190                    <div  class="to pMemberBlo ck">   190                    <div  class="to pMemberBlo ck">
191                                                       <d iv class=" thumbnail_ block" sty le="float: right;posi tion:relat ive;">   191                                                       <d iv class=" thumbnail_ block" sty le="float: right;posi tion:relat ive;">
192                                      <img sty le="width:  45px; hei ght: 45px;  backgroun d-image: u rl(<?= get TemplateIc on( 'man_s mall.gif'  ) ?>);"   192                                      <img sty le="width:  45px; hei ght: 45px;  backgroun d-image: u rl(<?= get TemplateIc on( 'man_s mall.gif'  ) ?>);"
193                                                                  sr c="<?= get TemplateIc on( 'space r.gif' ) ? >" alt=""  />   193                                                                  sr c="<?= get TemplateIc on( 'space r.gif' ) ? >" alt=""  />
194                                                       </ div>   194                                                       </ div>
195                             <div c lass="hell o_member"> <?= _t( '_ Hello memb er', 'admi n' ) ?></d iv>   195                             <div c lass="hell o_member"> <?= _t( '_ Hello memb er', 'admi n' ) ?></d iv>
196     196  
197                             <div c lass="hell o_actions" >   197                             <div c lass="hell o_actions" >
198                                      <span><a  href="<?=  $site['ur l_admin']  ?>index.ph p"><?= _t( '_Admin Pa nel') ?></ a></span>   198                                      <span><a  href="<?=  $site['ur l_admin']  ?>index.ph p"><?= _t( '_Admin Pa nel') ?></ a></span>
199                                      <span><a  href="<?=  $site['ur l'] ?>logo ut.php?act ion=admin_ logout"><? = _t('_Log  Out2') ?> </a></span >   199                                      <span><a  href="<?=  $site['ur l'] ?>logo ut.php?act ion=admin_ logout"><? = _t('_Log  Out2') ?> </a></span >
200                             </div>   200                             </div>
201                    </di v>   201                    </di v>
202                    <?   202                    <?
203                    }   203                    }
204           el se   204           el se
205           {   205           {
206                                      //<a hre f="<_?= $s ite['url']  ?_>member .php"><_?=  _t( '_Mem ber Login'  ) ?_></a>   206                                      //<a hre f="<_?= $s ite['url']  ?_>member .php"><_?=  _t( '_Mem ber Login'  ) ?_></a>
207                    ?>   207                    ?>
208                    <div  class="to pMemberBlo ck">   208                    <div  class="to pMemberBlo ck">
209                             <div c lass="no_h ello_actio ns">   209                             <div c lass="no_h ello_actio ns">
210                                      <a href= "<?= $site ['url'] ?> join.php"> <?= _t( '_ Join Now T op' ) ?></ a>   210                                      <a href= "<?= $site ['url'] ?> join.php"> <?= _t( '_ Join Now T op' ) ?></ a>
211                                       <a   href="<?=   $site['url ']   ?>member.p hp"   onclick="s howItemEdi tForm('log in_div');   $(   '#login_di v'   ).show().l oad(   '<?=   $site['url ']   ?>member.p hp?action= show_login _form&relo cate='   +   encodeURIC omponent(   window.loc a t
i on   )    );return   false;"><? =   _t(   '_Member   Login'   )   ?></a>
  211                                       <a   href="<?=   $site['url ']   ?>member.p hp"   onclick="s howItemEdi tForm('log in_div');   $(   '#login_di v'   ).show().l oad(   '<?=   $site['url ']   ?>member.p hp?action= show_login _form&relo cate='   +   encodeURIC omponent(   '<?=   $_SERVER[' REQUES T _UR I ']   ?>'   )    );return   false;"><? =   _t(   '_Member   Login'   )   ?></a>
212                             </div>   212                             </div>
213                    </di v>   213                    </di v>
214                    <?   214                    <?
215           }   215           }
216     216  
217           re turn ob_ge t_clean();   217           re turn ob_ge t_clean();
218   }   218   }
219     219  
220   function M sgBox( $te xt )   220   function M sgBox( $te xt )
221   {   221   {
222           gl obal $site ;   222           gl obal $site ;
223           gl obal $tmpl ;   223           gl obal $tmpl ;
224     224  
225           ob _start();   225           ob _start();
226           ?>   226           ?>
227                    <tab le class=" MsgBox" ce llpadding= "0" cellsp acing="0">   227                    <tab le class=" MsgBox" ce llpadding= "0" cellsp acing="0">
228                             <tr>   228                             <tr>
229                                      <td clas s="corder" ><img src= "<?= "{$si te['url']} templates/ tmpl_$tmpl /images/ms gbox_cor_l t.png" ?>"  alt="" /> </td>   229                                      <td clas s="corder" ><img src= "<?= "{$si te['url']} templates/ tmpl_$tmpl /images/ms gbox_cor_l t.png" ?>"  alt="" /> </td>
230                                      <td clas s="top_sid e"><img sr c="<?= get TemplateIc on( 'space r.gif' ) ? >" alt=""  /></td>   230                                      <td clas s="top_sid e"><img sr c="<?= get TemplateIc on( 'space r.gif' ) ? >" alt=""  /></td>
231                                      <td clas s="corder" ><img src= "<?= "{$si te['url']} templates/ tmpl_$tmpl /images/ms gbox_cor_r t.png" ?>"  alt="" /> </td>   231                                      <td clas s="corder" ><img src= "<?= "{$si te['url']} templates/ tmpl_$tmpl /images/ms gbox_cor_r t.png" ?>"  alt="" /> </td>
232                             </tr>   232                             </tr>
233                             <tr>   233                             <tr>
234                                      <td clas s="left_si de"><img s rc="<?= ge tTemplateI con( 'spac er.gif' )  ?>" alt=""  /></td>   234                                      <td clas s="left_si de"><img s rc="<?= ge tTemplateI con( 'spac er.gif' )  ?>" alt=""  /></td>
235                                      <td clas s="msgbox_ content">< div class= "msgbox_te xt"><?= $t ext ?></di v></td>   235                                      <td clas s="msgbox_ content">< div class= "msgbox_te xt"><?= $t ext ?></di v></td>
236                                      <td clas s="right_s ide"><img  src="<?= g etTemplate Icon( 'spa cer.gif' )  ?>" alt=" " /></td>   236                                      <td clas s="right_s ide"><img  src="<?= g etTemplate Icon( 'spa cer.gif' )  ?>" alt=" " /></td>
237                             </tr>   237                             </tr>
238                             <tr>   238                             <tr>
239                                      <td clas s="corner" ><img src= "<?= "{$si te['url']} templates/ tmpl_$tmpl /images/ms gbox_cor_l b.png" ?>"  alt="" /> </td>   239                                      <td clas s="corner" ><img src= "<?= "{$si te['url']} templates/ tmpl_$tmpl /images/ms gbox_cor_l b.png" ?>"  alt="" /> </td>
240                                      <td clas s="bottom_ side"><img  src="<?=  getTemplat eIcon( 'sp acer.gif'  ) ?>" alt= "" /></td>   240                                      <td clas s="bottom_ side"><img  src="<?=  getTemplat eIcon( 'sp acer.gif'  ) ?>" alt= "" /></td>
241                                      <td clas s="corner" ><img src= "<?= "{$si te['url']} templates/ tmpl_$tmpl /images/ms gbox_cor_r b.png" ?>"  alt="" /> </td>   241                                      <td clas s="corner" ><img src= "<?= "{$si te['url']} templates/ tmpl_$tmpl /images/ms gbox_cor_r b.png" ?>"  alt="" /> </td>
242                             </tr>   242                             </tr>
243                    </ta ble>   243                    </ta ble>
244           <?   244           <?
245     245  
246           re turn ob_ge t_clean();   246           re turn ob_ge t_clean();
247   }   247   }
248     248  
249   ?>   249   ?>