[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 <html <?php echo HTML_PARAMS; ?>> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> 5 <?php require (DIR_WS_INCLUDES . 'meta_tags.php'); ?> 6 <title><?php echo META_TAG_TITLE; ?></title> 7 <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> 8 <meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>" /> 9 <meta name="keywords" content="<?php echo META_TAG_KEYWORDS; ?>" /> 10 <link rel="stylesheet" type="text/css" href="<?php echo (bts_select('stylesheet','stylesheet.css')); // BTSv1.5 ?>"> 11 <link rel="stylesheet" type="text/css" href="<?php echo (bts_select('stylesheet','stylesheet-new.css')); // BTSv1.5 ?>"> 12 <link rel="stylesheet" type="text/css" href="<?php echo (bts_select('stylesheet','print.css')); // BTSv1.5 ?>" media="print"> 13 <link rel="stylesheet" type="text/css" href="<?php echo DIR_WS_TEMPLATES; ?>coolmenu.css"> 14 <?php if (isset($javascript) && file_exists(DIR_WS_JAVASCRIPT . basename($javascript))) { require(DIR_WS_JAVASCRIPT . basename($javascript)); } ?> 15 <!-- coolMenu //--> 16 <?php 17 if (DISPLAY_DHTML_MENU == 'CoolMenu') { 18 echo '<SCRIPT LANGUAGE="JavaScript1.2" SRC="includes/coolMenu.js"></SCRIPT>'; 19 } 20 ?> 21 <!-- coolMenu_eof //--> 22 <?php 23 //// BEGIN: Added for Dynamic MoPics v3.000 24 ?> 25 <link rel="stylesheet" type="text/css" href="dynamic_mopics.css"> 26 <script language="javascript" type="text/javascript"><!-- 27 function popupImage(url, imageHeight, imageWidth) { 28 var newImageHeight = (parseInt(imageHeight) + 40); 29 var yPos = ((screen.height / 2) - (parseInt(newImageHeight) / 2)); 30 var xPos = ((screen.width / 2) - (parseInt(imageWidth) / 2)); 31 32 imageWindow = window.open(url,'popupImages','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=' + imageWidth + ',height=' + newImageHeight + ',screenY=' + yPos + ',screenX=' + xPos + ',top=' + yPos + ',left=' + xPos); 33 34 imageWindow.moveTo(xPos, yPos); 35 imageWindow.resizeTo(parseInt(imageWidth), parseInt(newImageHeight)); 36 37 if (window.focus) { 38 imageWindow.focus(); 39 } 40 } 41 //--></script> 42 <?php 43 //// END: Added for Dynamic MoPics v3.000 44 ?> 45 </head> 46 <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> 47 <!-- coolMenu //--> 48 <?php 49 if (DISPLAY_DHTML_MENU == 'CoolMenu') { 50 require (DIR_WS_INCLUDES . 'coolmenu.php'); 51 } 52 ?> 53 <!-- coolMenu_eof //--> 54 <!-- warnings //--> 55 <?php require (DIR_WS_INCLUDES . 'warnings.php'); ?> 56 <!-- warning_eof //--> 57 <?php 58 // include i.e. template switcher in every template 59 if(bts_select('common', 'common_top.php')) include (bts_select('common', 'common_top.php')); // BTSv1.5 60 ?> 61 <!-- header //--> 62 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 63 <tr> 64 <div id="navcontainer"> 65 <ul id="navlist"> 66 <li id="active"><a href="#" id="current">Home</a> 67 <ul id="subnavlist"> 68 <li id="subactive"><a href="#" id="subcurrent">Quick Quote</a></li> 69 <li><a href="#">Featured Products</a></li> 70 <li><a href="#">Guestbook</a></li> 71 <li><a href="#">Resources</a></li> 72 <li><a href="#">Forum</a></li> 73 <li><a href="#">Links</a></li> 74 </ul> 75 </li> 76 <li><a href="#">About Us</a></li> 77 <li><a href="#">Why Buy From Us</a></li> 78 <li><a href="#">Custom Yacht Project Division</a></li> 79 <li><a href="#">Special Orders</a></li> 80 <li><a href="#">Contact Us</a></li> 81 </ul> 82 </div> 83 </tr> 84 </table> 85 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 86 <tr> 87 <td width="64%"><img src="images/Logo2.png" width="525" height="87"></td> 88 <td width="36%"><?php echo '<form name="login" method="post" action="' . tep_href_link(FILENAME_LOGIN, 'action=process', 'SSL') . '">' ?> 89 <table width="100%" border="0" cellspacing="2" cellpadding="1"> 90 <tr> 91 <td class="formAreaTitle" colspan="2"><div align="center"><span>Client Login </span></div></td> 92 </tr> 93 <tr> 94 <td class="headerBoxText" width="50%"> <div align="right">EMAIL ADDRESS:</div></td> 95 <td width="50%"><input name="email_address" type="text" value="Enter your Email here" size="35" maxlength="225"></td> 96 </tr> 97 <tr> 98 <td class="headerBoxText" width="50%"> <div align="right">PASSWORD:</div></td> 99 <td width="50%"><input name="password" type="password" size="35" maxlength="35"></td> 100 </tr> 101 <tr> 102 <td width="50%"> </td> 103 <td width="50%"><?php echo tep_image_submit('button_login.gif', IMAGE_BUTTON_LOGIN, 'SSL') ?></td> 104 </tr> 105 </table> 106 </form></td> 107 </tr> 108 </table> 109 <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"> 110 <td valign="top" class="formAreaTitle"> 111 <form name="quick_find" method="get" action="advanced_search_result.php"> 112 <div align="center"><span class="formAreaTitle">Search all our Products: 113 </span> 114 <input type="text" name="keywords" size="10" maxlength="30" value="" style="width: 115px"> 115 <input type="hidden" name="search_in_description" value="1"> 116 <span class="formAreaTitle"> 117 <input type="submit" value="go"> 118 <a href="advanced_search.php">or Click 119 here for an Advanced Search</a></span><br> 120 </div> 121 </form> 122 </table> 123 <table border="0" width="100%" cellspacing="0" cellpadding="0"> 124 <tr class="headerNavigation"> 125 <td class="headerNavigation"> <?php echo $breadcrumb->trail(' » '); ?></td> 126 <td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a> | <?php } ?><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a> | <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> | <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a> </td> 127 </tr> 128 </table> 129 <!-- header_eof //--> 130 131 <!-- body //--> 132 <table border="0" width="100%" cellspacing="3" cellpadding="3"> 133 <tr> 134 <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> 135 <!-- left_navigation //--> 136 <?php require(bts_select('column', 'column_left.php')); // BTSv1.5 ?> 137 <!-- left_navigation_eof //--> 138 </table></td> 139 <!-- content //--> 140 <td width="100%" valign="top"> 141 <?php 142 require (bts_select ('content')); // BTSv1.5 143 ?> 144 </td> 145 <!-- content_eof //--> 146 <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> 147 <!-- right_navigation //--> 148 <?php require(bts_select('column', 'column_right.php')); // BTSv1.5 ?> 149 <!-- right_navigation_eof //--> 150 </table></td> 151 </tr> 152 </table> 153 <!-- body_eof //--> 154 155 <!-- footer //--> 156 <?php require (DIR_WS_INCLUDES . 'counter.php'); ?> 157 <table border="0" width="100%" cellspacing="0" cellpadding="1"> 158 <tr class="footer"> 159 <td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> 160 <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> 161 </tr> 162 </table> 163 <br> 164 <table border="0" width="100%" cellspacing="0" cellpadding="0"> 165 <tr> 166 <td align="center" class="smallText"> 167 <?php 168 /* 169 The following copyright announcement can only be 170 appropriately modified or removed if the layout of 171 the site theme has been modified to distinguish 172 itself from the default osCommerce-copyrighted 173 theme. 174 175 For more information please read the following 176 Frequently Asked Questions entry on the osCommerce 177 support site: 178 179 http://oscdox.com/community.php/faq,26/q,50 180 181 Please leave this comment intact together with the 182 following copyright announcement. 183 */ 184 185 echo FOOTER_TEXT_BODY 186 ?> 187 </td> 188 </tr> 189 </table> 190 <?php 191 if ($banner = tep_banner_exists('dynamic', '468x50')) { 192 ?> 193 <br> 194 <table border="0" width="100%" cellspacing="0" cellpadding="0"> 195 <tr> 196 <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> 197 </tr> 198 </table> 199 <?php 200 } 201 ?> 202 <!-- footer_eof //--> 203 <br> 204 </body> 205 </html>
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 |