Esempio n. 1
0
<?php

echo zen_define_page_content('Search Feedback模块简单页');
Esempio n. 2
0
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: tpl_about_us_default.php  v1.3 $
 */
$column_box_default = 'tpl_box_default_left.php';
?>
<div class="minframe fl">
<?php 
//require(DIR_WS_MODULES . zen_get_module_directory('sideboxes/box_contact_us.php'));
require DIR_WS_MODULES . zen_get_module_directory('sideboxes/ezpages.php');
require DIR_WS_MODULES . zen_get_module_directory('sideboxes/' . $template_dir . '/subscribe.php');
?>
</div>
<div class="right_big_con">
<h1 id="aboutUsHeading" style="line-height:2;"><?php 
echo HEADING_TITLE;
?>
</h1>
<div id="aboutUsMainContent" class="content">
<?php 
/**
 * require the html_define for the about_us page
 */
//require($define_page);
echo zen_define_page_content('Aboutus页面简单页');
?>
</div>
</div>
Esempio n. 3
0
    if ($this_is_home_page) {
        require DIR_WS_MODULES . zen_get_module_directory('sideboxes/' . $template_dir . '/links_box.php');
    }
    ?>
<div class="g_t_c">
<?php 
    if (EZPAGES_STATUS_FOOTER == '1' or EZPAGES_STATUS_FOOTER == '2' and strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])) {
        require $template->get_template_dir('tpl_ezpages_bar_footer.php', DIR_WS_TEMPLATE, $current_page_base, 'templates') . '/tpl_ezpages_bar_footer.php';
    }
    ?>
</div>

<!--eof-navigation display -->
<div id="footimg" class="g_t_c">
<?php 
    echo zen_define_page_content('页脚支付物流图标简单页');
    ?>
		
    
	</div>
<!--bof- site copyright display -->
<div class="g_t_c margin_t"><?php 
    echo zen_define_page_content('页脚版权信息简单页');
    ?>
</div>
<!--eof- site copyright display -->

</div>
<?php 
}
// flag_disable_footer
<?php

/**
 * Page Template
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: tpl_shippinginfo_default.php 3464 2006-04-19 00:07:26Z ajeh $
 */
?>
<div class="minframe fl">
<?php 
//require(DIR_WS_MODULES . zen_get_module_directory('sideboxes/box_contact_us.php'));
require DIR_WS_MODULES . zen_get_module_directory('sideboxes/ezpages.php');
require DIR_WS_MODULES . zen_get_module_directory('sideboxes/' . $template_dir . '/subscribe.php');
?>
</div>
<?php 
echo zen_define_page_content('Dropship页面简单页');
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: tpl_term_of_use_default.php  v1.3 $
 */
?>
<div class="minframe fl">
<?php 
//require(DIR_WS_MODULES . zen_get_module_directory('sideboxes/box_contact_us.php'));
require DIR_WS_MODULES . zen_get_module_directory('sideboxes/ezpages.php');
require DIR_WS_MODULES . zen_get_module_directory('sideboxes/' . $template_dir . '/subscribe.php');
?>
</div>
<div class="right_big_con margin_t" >
<h2 class="border_b line_30px pad_l_10px"><?php 
echo HEADING_TITLE;
?>
</h2>

<div id="term_of_useMainContent" class="content">
<?php 
/**
 * require the html_define for the term_of_use page
 */
//require($define_page);
echo zen_define_page_content('Term of use页面简单页');
?>
</div>
</div>
Esempio n. 6
0
?>
      <?php 
/**
 * prepares and displays center column
 *
 */
require $body_code;
?>
 
    </div>
    <?php 
if (DEFINE_MAIN_PAGE_STATUS >= 1 and DEFINE_MAIN_PAGE_STATUS <= 2 and $this_is_home_page) {
    ?>
    <div class="blue_con fl maxwidth margin_t">
      <?php 
    echo zen_define_page_content('WHY BUY * FROM US模块简单页');
    ?>
    </div>
    <?php 
}
?>
    <?php 
if ($this_is_home_page) {
    require $template->get_template_dir('tpl_modules_bottom_featured.php', DIR_WS_TEMPLATE, $current_page_base, 'templates') . '/tpl_modules_bottom_featured.php';
}
?>
		<?php 
/**
 * prepares and displays footer output
 *
 */
Esempio n. 7
0
<div class="allborder margin_t g_t_c">
<?php 
echo zen_define_page_content('ezpage_box3');
?>
</div>
Esempio n. 8
0
<div class="allborder margin_t g_t_c">
<?php 
echo zen_define_page_content('trustful_box');
?>
</div>
Esempio n. 9
0
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: tpl_columnar_display.php 3157 2006-03-10 23:24:22Z drbyte $
 */
?>
<div id="f_product"><h3 class="in_1em line_30px"><?php 
if ($title) {
    echo $title;
}
?>
</h3>
<?php 
echo zen_define_page_content('featured products模块简单页');
?>

</div>
<div id="reco_product" class="fr"><ul>
<?php 
if (is_array($list_box_contents) > 0) {
    $list_box_contentsNum = count($list_box_contents);
    for ($row = 0; $row < $list_box_contentsNum; $row++) {
        $params = "";
        //if (isset($list_box_contents[$row]['params'])) $params .= ' ' . $list_box_contents[$row]['params'];
        $tempNum = count($list_box_contents[$row]);
        for ($col = 0; $col < $tempNum; $col++) {
            echo '<li>' . $list_box_contents[$row][$col]['text'] . '</li>' . "\n";
        }
        unset($tempNum);
Esempio n. 10
0
 */
?>
<div class="minframe fl">
<?php 
//require(DIR_WS_MODULES . zen_get_module_directory('sideboxes/box_contact_us.php'));
require DIR_WS_MODULES . zen_get_module_directory('sideboxes/ezpages.php');
require DIR_WS_MODULES . zen_get_module_directory('sideboxes/' . $template_dir . '/subscribe.php');
?>
</div>
<div class="right_big_con margin_t" >
<h2 class="border_b line_30px pad_l_10px"><?php 
echo HEADING_TITLE;
?>
</h2>

<?php 
if (DEFINE_PRIVACY_STATUS >= 1 and DEFINE_PRIVACY_STATUS <= 2) {
    ?>
<div class="clear">
<?php 
    /**
     * require the html_define for the privacy page
     */
    //require($define_page);
    echo zen_define_page_content('Privacy页面简单页');
    ?>
</div>
<?php 
}
?>
</div>
Esempio n. 11
0
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: tpl_about_us_default.php  v1.3 $
 */
?>
<div class="minframe fl">
<?php 
//require(DIR_WS_MODULES . zen_get_module_directory('sideboxes/box_contact_us.php'));
require DIR_WS_MODULES . zen_get_module_directory('sideboxes/ezpages.php');
require DIR_WS_MODULES . zen_get_module_directory('sideboxes/' . $template_dir . '/subscribe.php');
?>
</div>
<div class="right_big_con margin_t" >
<div id="wholesaleMainContent" class="content">
<?php 
echo zen_define_page_content('Wholesale页面简单页内容');
staticCategoriesList(WHOLESALE_CATEGORIES_LIST, 'Wholesale');
?>
<br class="clear"/>
<?php 
/**
 * require the html_define for the wholesale page
 */
require $define_page;
?>
</div>
</div>