Changeset 820
- Timestamp:
- 06/18/08 08:44:59 (5 months ago)
- Files:
-
- branches/1.3/A2BCustomer_UI/simulator.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3/A2BCustomer_UI/simulator.php
r818 r820 109 109 ?> 110 110 111 <script language="JavaScript" type="text/JavaScript">112 <!--113 function MM_openBrWindow(theURL,winName,features) { //v2.0114 window.open(theURL,winName,features);115 }116 117 function openURL(theLINK)118 {119 120 // grab index number of the selected option121 selInd = document.theForm.choose_list.selectedIndex;122 if(selInd==''){alert('Please, select a tariff'); return false;}123 // get value of the selected option124 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>132 111 <center> 133 112 <?php echo $error_msg; ?> … … 215 194 216 195 </tr> 217 218 219 220 221 222 <p> <p> <p> 223 196 224 197 <tr> 225 198 <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> … … 228 201 </td> 229 202 </tr> 203 230 204 <tr> 231 205 <td height="15" bgcolor="<?php echo $FG_TABLE_ALTERNATE_ROW_COLOR[1]?>" style="padding-left: 5px; padding-right: 3px;"> 232 206 <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> 233 207 <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> 235 209 </td> 236 210 </tr> 237 238 <p> <p> <p>239 240 241 242 243 211 244 212 <?php } ?> 245 213 246 247 248 214 249 215 <TR> … … 253 219 <div align="center"> 254 220 <?php } ?> 255 256 221 257 222 … … 269 234 <br> 270 235 </div> 271 <?php 236 <?php 237 272 238 $smarty->display( 'footer.tpl'); 273 ?> 239 240 ?>
