[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php echo tep_draw_form('login', tep_href_link(FILENAME_LOGIN, 'action=process', 'SSL')); ?><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_login.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 <?php 14 if ($messageStack->size('login') > 0) { 15 ?> 16 <tr> 17 <td><?php echo $messageStack->output('login'); ?></td> 18 </tr> 19 <tr> 20 <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> 21 </tr> 22 <?php 23 } 24 25 if ($cart->count_contents() > 0) { 26 ?> 27 <tr> 28 <td class="smallText"><?php echo TEXT_VISITORS_CART; ?></td> 29 </tr> 30 <tr> 31 <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> 32 </tr> 33 <?php 34 } 35 ?> 36 <tr> 37 <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> 38 39 <?php 40 if (PWA_ON == 'false') { 41 require(DIR_WS_INCLUDES . FILENAME_PWA_ACC_LOGIN); 42 } else { 43 require(DIR_WS_INCLUDES . FILENAME_PWA_PWA_LOGIN); 44 } 45 ?> 46 </tr> 47 </table></td> 48 </tr> 49 </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 |