Changeset 820

Show
Ignore:
Timestamp:
06/18/08 08:44:59 (5 months ago)
Author:
areski
Message:

little fix on simulator

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.3/A2BCustomer_UI/simulator.php

    r818 r820  
    109109?> 
    110110 
    111 <script language="JavaScript" type="text/JavaScript"> 
    112 <!-- 
    113 function MM_openBrWindow(theURL,winName,features) { //v2.0 
    114   window.open(theURL,winName,features); 
    115 } 
    116  
    117 function openURL(theLINK) 
    118 { 
    119          
    120         // grab index number of the selected option 
    121         selInd = document.theForm.choose_list.selectedIndex; 
    122         if(selInd==''){alert('Please, select a tariff'); return false;} 
    123         // get value of the selected option 
    124         goURL = document.theForm.choose_list.options[selInd].value; 
    125            
    126         definecredit = document.theForm.definecredit.value; 
    127         // redirect browser to the grabbed value (hopefully a URL)         
    128         self.location.href = theLINK + goURL + "&definecredit="+definecredit ; //+ "&opt="+opt; 
    129 } 
    130 //--> 
    131 </script> 
    132111<center> 
    133112        <?php echo $error_msg; ?> 
     
    215194                         
    216195                        </tr> 
    217                          
    218                          
    219                          
    220                          
    221                          
    222                                                 <p>                     <p>                     <p> 
    223                                                  
     196                                 
    224197                        <tr>                     
    225198                                <td height="15" bgcolor="<?php echo $FG_TABLE_ALTERNATE_ROW_COLOR[0]?>" style="padding-left: 5px; padding-right: 3px;"><b><a href="did.php"><img src="<?php echo Images_Path_Main ?>/icons/globe1.png" alt="a " name="image2" width="16" height="16" border="0" align="texttop" id="image2" /></a><a href="simulador.php"></a><?php echo $arr_ratecard[3];?></b>                                </td> 
     
    228201                                </td> 
    229202                        </tr> 
     203                         
    230204                        <tr>                     
    231205                                <td height="15" bgcolor="<?php echo $FG_TABLE_ALTERNATE_ROW_COLOR[1]?>" style="padding-left: 5px; padding-right: 3px;"> 
    232206                                                <b><a href="simulador.php"><img src="<?php echo Images_Path_Main ?>/icons/query.png" alt="a " name="image2" width="16" height="16" border="0" align="texttop" id="image2" /></a><?php echo $arr_ratecard[10];?></b>                             </td> 
    233207                                <td height="15" bgcolor="<?php echo $FG_TABLE_ALTERNATE_ROW_COLOR[1]?>" style="padding-left: 5px; padding-right: 3px;"> 
    234                                                 <i><?php echo "$" . $RateEngine->ratecard_obj[$j][12] ;?></i> 
     208                                                <i><?php echo $RateEngine->ratecard_obj[$j][12] ;?></i> 
    235209                                </td> 
    236210                        </tr> 
    237                                                  
    238                         <p>                     <p>                     <p> 
    239                          
    240                          
    241                          
    242          
    243211                         
    244212                <?php } ?> 
    245213                 
    246                  
    247  
    248214                 
    249215                <TR>  
     
    253219      <div align="center"> 
    254220        <?php  } ?> 
    255          
    256221         
    257222         
     
    269234        <br> 
    270235      </div> 
    271       <?php 
     236<?php 
     237 
    272238$smarty->display( 'footer.tpl'); 
    273 ?> 
     239 
     240?> 


Google