⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.dwt

📁 是一款很漂亮的 ecshop 模板 希望大家能够喜欢
💻 DWT
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Keywords" content="{$keywords}" />
<meta name="Description" content="{$description}" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>{$page_title}</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<link rel="shortcut icon" href="favicon.ico" />
<link rel="icon" href="animated_favicon.gif" type="image/gif" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS|{$page_title}" href="{$feed_url}" />
{* 鍖呭惈鑴氭湰鏂囦欢 *}
{insert_scripts files='common.js,transport.js,utils.js'}
</head>

<body>
<script type="text/javascript">
function miss1(){
   document.getElementById('miss1').style.display='none';
   document.getElementById('miss2').style.display='block';
   document.getElementById('miss3').style.display='none';	
}
function miss2(){
   document.getElementById('miss1').style.display='none';
   document.getElementById('miss2').style.display='none';
   document.getElementById('miss3').style.display='block';	
}
function miss3(){
   document.getElementById('miss1').style.display='block';
   document.getElementById('miss2').style.display='none';
   document.getElementById('miss3').style.display='none';	
}
function showdiv(divid){
	document.getElementById(divid).style.display='inline';
}
function hiddendiv(divid){
	document.getElementById(divid).style.display='none';
}
function hiddenpro(){
    for (i=1;i<13;i++){
    hiddendiv('pro'+i);
	}
}
function hiddennav(){
    hiddendiv('homev');
	showdiv('home')
	<!-- {foreach name=nav_middle_list key=key from=$navigator_list.middle item=nav} -->
	hiddendiv('navitem{$key}v');
	showdiv('navitem{$key}');
	<!-- {/foreach} -->
}
</script>
<div class="shop">
    <div class="shop-body">
        <div class="shop-top">
            <table width="900" border="0" cellspacing="0" cellpadding="0">
            <tr>
            <td class="nav_left" width="120" height="40">&nbsp;</td>
            <td class="nav" valign="top">
                <div class="navitemvv" id="homev" onmouseout="showdiv('home');hiddendiv('homev');">
                <table border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="24" height="40" class="navitemv-left">&nbsp;</td>
                    <td class="navitemv"><a href="../index.php">{$lang.home}</a></td>
                    <td width="24" height="40" class="navitemv-right">&nbsp;</td>
                  </tr>
                </table>
                </div>
                <div class="navitem" id="home" onmouseover="hiddennav();hiddendiv('home');showdiv('homev');">
                <a href="../index.php"><strong>{$lang.home}</strong></a>
                </div>
                
                <!-- {foreach name=nav_middle_list key=key from=$navigator_list.middle item=nav} -->
                <div class="navitemvv" id="navitem{$key}v" onmouseout="showdiv('navitem{$key}');hiddendiv('navitem{$key}v');">
                <table border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="24" height="40" class="navitemv-left">&nbsp;</td>
                    <td class="navitemv"><a href="{$nav.url}" {if $nav.opennew eq 1}target="_blank"{/if}>{$nav.name}</a></td>
                    <td width="24" height="40" class="navitemv-right">&nbsp;</td>
                  </tr>
                </table>
                </div>
                <div class="navitem" id="navitem{$key}" onmouseover="hiddennav();hiddendiv('navitem{$key}');showdiv('navitem{$key}v');">
                <a href="{$nav.url}" {if $nav.opennew eq 1}target="_blank"{/if}>{$nav.name}</a>
                </div>
                
                <!-- {/foreach} -->
                <div class="floatclear"></div>
            </td>
            <td class="nav_right" width="120">&nbsp;</td>
            </tr>
            </table>  
        </div>
        <div class="shop-back">
          <div class="shop-logo"></div>
            <div class="shop-show marginbottom20">
            <!-- {if $best_goods} -->
            <!--{foreach key=key from=$best_goods item=goods}-->
            
            <div class="shopitem" onmouseover="showdiv('bestgoods{$key}')" onmouseout="hiddendiv('bestgoods{$key}')">
            
            <a href="{$goods.url}"><img src="{$goods.thumb}" width="50" height="50" /></a>
            <div id="bestgoods{$key}" class="shop-goods">
              <div align="center">
                <a href="{$goods.url}" title="{$goods.name|escape:html}">{$goods.short_name|escape:html}</a>
              </div>
                <div>
                <span class="floatleft">
                <a href="javascript:collect({$goods.id});"><img src="../images/add_collect.gif" alt="{$lang.collect}" /></a> 
                <a href="javascript:addToCart({$goods.id})"><img src="../images/add_cart.gif" alt="{$lang.add_to_cart}" /></a>
                </span>
                <!-- {if $goods.promote_price neq ""} -->
                <span class="promotion-price floatright" title="{$lang.promote_price}{$goods.promote_price}"><strong>{$goods.promote_price}</strong></span>
                <!-- {else}-->
                <span class="goods-price floatright" title="{$lang.shop_price}{$goods.shop_price}"><strong>{$goods.shop_price}</strong></span>
                <!--{/if}-->
                <span class="floatclear"></span>
              </div>
            </div>
            </div>
            <!--{/foreach}-->
            <!-- {/if} -->
            <div class="floatclear"></div>
            </div>
      <div class="shop-show">
            <!-- {if $new_goods} -->
            <!--{foreach key=key from=$new_goods item=goods}-->
            <div class="shopitem" onmouseover="showdiv('newgoods{$key}')" onmouseout="hiddendiv('newgoods{$key}')">
            <a href="{$goods.url}"><img src="{$goods.thumb}" width="50" height="50" /></a>
                <div id="newgoods{$key}" class="shop-goods">
                <div align="center">
                <a href="{$goods.url}" title="{$goods.name|escape:html}">{$goods.short_name|escape:html}</a>
                </div>
                <div>
                <span class="floatleft">
                <a href="javascript:collect({$goods.id});"><img src="../images/add_collect.gif" alt="{$lang.collect}" /></a> 
                <a href="javascript:addToCart({$goods.id})"><img src="../images/add_cart.gif" alt="{$lang.add_to_cart}" /></a>
                </span>
                <!-- {if $goods.promote_price neq ""} -->
                <span class="promotion-price floatright" title="{$lang.promote_price}{$goods.promote_price}"><strong>{$goods.promote_price}</strong></span>
                <!-- {else}-->
                <span class="goods-price floatright" title="{$lang.shop_price}{$goods.shop_price}"><strong>{$goods.shop_price}</strong></span>
                <!--{/if}-->
                <span class="floatclear"></span>
                </div>
            </div>
        </div>
            <!--{/foreach}-->
            <!-- {/if} -->
            <div class="floatclear"></div>
      </div>
        </div>
        
<div class="shop-counter">
            <div class="counter-top"></div>
            <div class="counter-body">
            <div class="flash-show">
			  <script type="text/javascript">
                var swf_width=480;
                var swf_height=160;
                // 0xffffff:鏂囧瓧棰滆壊|1:鏂囧瓧浣嶇疆|0x0066ff:鏂囧瓧鑳屾櫙棰滆壊|60:鏂囧瓧鑳屾櫙閫忔槑搴

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -