[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php echo tep_draw_form('account_newsletter', tep_href_link(FILENAME_ACCOUNT_NEWSLETTERS, '', 'SSL')) . tep_draw_hidden_field('action', 'process'); ?><table border="0" width="100%" cellspacing="0" cellpadding="0"> 2 <tr> 3 <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> 4 <tr> 5 <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> 6 <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_account.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> 7 </tr> 8 </table></td> 9 </tr> 10 <tr> 11 <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> 12 </tr> 13 <tr> 14 <td class="main"><b><?php echo MY_NEWSLETTERS_TITLE; ?></b></td> 15 </tr> 16 <tr> 17 <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> 18 <tr class="infoBoxContents"> 19 <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> 20 <tr> 21 <td><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> 22 <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> 23 <tr class="moduleRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="checkBox('newsletter_general')"> 24 <td class="main"><?php echo tep_draw_checkbox_field('newsletter_general', '1', (($newsletter['customers_newsletter'] == '1') ? true : false), 'onclick="checkBox(\'newsletter_general\')"'); ?></td> 25 <td class="main"><b><?php echo MY_NEWSLETTERS_GENERAL_NEWSLETTER; ?></b></td> 26 </tr> 27 <tr> 28 <td class="main"> </td> 29 <td><table border="0" cellspacing="0" cellpadding="2"> 30 <tr> 31 <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> 32 <td class="main"><?php echo MY_NEWSLETTERS_GENERAL_NEWSLETTER_DESCRIPTION; ?></td> 33 <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> 34 </tr> 35 </table></td> 36 </tr> 37 </table></td> 38 <td><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> 39 </tr> 40 </table></td> 41 </tr> 42 </table></td> 43 </tr> 44 <tr> 45 <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> 46 </tr> 47 <tr> 48 <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> 49 <tr class="infoBoxContents"> 50 <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> 51 <tr> 52 <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> 53 <td><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image_button('button_back.gif', IMAGE_BUTTON_BACK) . '</a>'; ?></td> 54 <td align="right"><?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?></td> 55 <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> 56 </tr> 57 </table></td> 58 </tr> 59 </table></td> 60 </tr> 61 </table></form>
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 |