| [ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <td> 2 <?php 3 //BOF: MaxiDVD Returning Customer Info SECTION 4 //=========================================================== 5 $returning_customer_title = TEXT_RETURNING_CUSTOMER; 6 $returning_customer_info = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#111111\" width=\"100%\" id=\"AutoNumber1\"> 7 <tr> 8 <td width=\"100%\" class=\"main\" colspan=\"3\">" . tep_draw_separator('pixel_trans.gif', '100%', '10') . "</td> 9 </tr> 10 <tr> 11 <td class=\"main\"> 12 13 <table width=\"70%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"left\"> 14 <tr> 15 <td class=\"main\">" . ENTRY_EMAIL_ADDRESS . "</td> 16 <td>" . tep_draw_input_field('email_address') . "</td> 17 </tr> 18 <tr> 19 <td class=\"main\">" . ENTRY_PASSWORD . "<br><br></td> 20 <td>" . tep_draw_password_field('password') . "<br><br></td> 21 </tr> 22 </table> 23 <table width=\"30%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"right\"> 24 <tr> 25 <td align=\"center\" class=\"smalltext\">" . tep_image_submit('button_login.gif', IMAGE_BUTTON_LOGIN) . "<br><br>" . '<a href="' . tep_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . TEXT_PASSWORD_FORGOTTEN . '</a>' . "<br><br></td> 26 </tr> 27 </table> 28 </td> 29 </tr> 30 </table> 31 "; 32 //=========================================================== 33 ?> 34 <table width="100%" cellpadding="5" cellspacing="0" border="0"> 35 <tr> 36 <td class="main" width=100% valign="top" align="center"> 37 <?php 38 $info_box_contents = array(); 39 $info_box_contents[] = array('align' => 'left', 40 'text' => $returning_customer_title ); 41 new infoBoxHeading($info_box_contents, true, false); 42 43 $info_box_contents = array(); 44 $info_box_contents[] = array('align' => 'left', 45 'text' => $returning_customer_info); 46 new infoBox($info_box_contents); 47 ?> 48 </td> 49 </tr> 50 </table> 51 <?php 52 //EOF: MaxiDVD Returning Customer Info SECTION 53 //=========================================================== 54 55 56 57 58 59 //MaxiDVD New Account Sign Up SECTION 60 //=========================================================== 61 $create_account_title = HEADING_NEW_CUSTOMER; 62 $create_account_info = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#111111\" width=\"100%\" id=\"AutoNumber1\"> 63 <tr> 64 <td width=\"100%\" class=\"main\" colspan=\"3\">" . TEXT_NEW_CUSTOMER_INTRODUCTION . "</td> 65 </tr> 66 <tr> 67 <td width=\"100%\" class=\"main\" colspan=\"3\">" . tep_draw_separator('pixel_trans.gif', '100%', '10') . "</td> 68 </tr> 69 <tr> 70 <td width=\"33%\" class=\"main\"></td> 71 <td width=\"33%\"></td> 72 <td width=\"34%\" rowspan=\"3\" align=\"center\">" . '<a href="' . tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL') . '">' . tep_image_button('button_create_account.gif', IMAGE_BUTTON_CREATE_ACCOUNT) . '</a>' . "<br><br></td> 73 </tr> 74 </table>"; 75 //=========================================================== 76 ?> 77 <?php echo tep_draw_separator('pixel_trans.gif', '100%', '15'); ?> 78 <table width="100%" cellpadding="5" cellspacing="0" border="0"> 79 <tr> 80 <td class="main" width=100% valign="top" align="center"> 81 <?php 82 $info_box_contents = array(); 83 $info_box_contents[] = array('align' => 'left', 84 'text' => $create_account_title ); 85 new infoBoxHeading($info_box_contents, false, false); 86 87 $info_box_contents = array(); 88 $info_box_contents[] = array('align' => 'left', 89 'text' => $create_account_info); 90 new infoBox($info_box_contents); 91 ?> 92 </td> 93 </tr> 94 </table> 95 <?php 96 //EOF: MaxiDVD New Account Sign Up SECTION 97 //=========================================================== 98 ?> 99 </td>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |