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