|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/abtechsci/quickcart/templates/default/ |
Upload File : |
<?php
// More about design modifications - www.opensolution.org/Quick.Cart/docs/?id=en-design
if( !defined( 'CUSTOMER_PAGE' ) )
exit;
echo '<?xml'; ?> version="1.0" encoding="<?php echo $config['charset']; ?>"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $config['language']; ?>">
<head>
<title><?php echo $sTitle.$config['title']; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config['charset']; ?>" />
<meta name="Language" content="<?php echo $config['language']; ?>" />
<meta name="Description" content="<?php echo $sDescription; ?>" />
<meta name="Keywords" content="<?php echo $sKeywords; ?>" />
<meta name="Generator" content="Quick.Cart v<?php echo $config['version']; ?>" />
<script type="text/javascript" src="<?php echo $config['dir_core']; ?>common.js"></script>
<script type="text/javascript" src="<?php echo $config['dir_plugins']; ?>mlbox/mlbox.js"></script>
<script type="text/javascript">
<!--
var cfBorderColor = "#6c6c6c";
var cfLangNoWord = "<?php echo $lang['cf_no_word']; ?>";
var cfLangMail = "<?php echo $lang['cf_mail']; ?>";
var cfWrongValue = "<?php echo $lang['cf_wrong_value']; ?>";
//-->
</script>
<?php displayAlternateTranslations( ); ?>
<style type="text/css">@import "<?php echo $config['dir_skin'].$config['style']; ?>";</style>
</head>
<body>
<div class="skiplink"><a href="#content" accesskey="1"><?php echo $lang['Skip_navigation']; ?></a></div>
<div id="container">
<div id="header">
<div id="head1"><?php // first top menu starts here ?>
<div class="container">
<?php echo $oPage->throwMenu( 1, $iContent, 0 ); // content of top menu first ?>
</div>
</div>
<div id="head2"><?php // banner, logo and slogan starts here ?>
<div class="container">
<div id="logo"><?php // logo and slogan ?>
<div id="title"><a href="<?php if( isset( $config['index'] ) ) echo $config['index']; ?>" tabindex="1"><?php echo $config['logo']; ?></a></div>
<div id="slogan"><?php echo $config['slogan']; ?></div>
</div>
</div>
</div>
<div id="head3"><?php // second top menu starts here ?>
<div class="container">
<?php echo $oPage->throwMenu( 2, $iContent, 0 ); // content of top menu second ?>
</div>
</div>
</div>
<div id="body"<?php if( isset( $bOrderPage ) ) echo ' class="order"'; ?>>
<div class="container">
<div id="column"><?php
if( !isset( $bOrderPage ) ){ // left column with left menu ?><?php
if( isset( $config['page_search'] ) && is_numeric( $config['page_search'] ) && isset( $oPage->aPages[$config['page_search']] ) ){ // search form starts here ?>
<form method="post" action="<?php echo $oPage->aPages[$config['page_search']]['sLinkName']; ?>" id="searchForm">
<fieldset>
<span><label for="<?php echo $lang['search']; ?>"><?php echo $lang['search']; ?></label><input type="text" size="15" name="sPhrase" id="<?php echo $lang['search']; ?>" value="<?php echo $sPhrase; ?>" class="input" maxlength="100" /></span>
<em><input type="submit" value="<?php echo $lang['search']; ?> »" class="submit" /></em>
</fieldset>
</form><?php
} // search form ends here ?><?php
echo $oPage->throwMenu( 3, $iContent, 1 ); // content of left menu ?><?php
}?>
</div>
<div id="content">