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

📄 pick_out.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" --><!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
  <link rel="icon" href="favicon.ico" type="image/x-icon" />
  <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  <link rel="icon" href="animated_favicon.gif" type="image/gif" />
  <link href="style.css" rel="stylesheet" type="text/css" />
  <title>{$page_title}</title>
  {* 鍖呭惈鑴氭湰鏂囦欢 *}{insert_scripts files='common.js'}
</head>

<body>
  <div id="container">
    <!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
	<div class="inbody_j">
    <div id="globalLeft">
      <!-- #BeginLibraryItem "/library/member.lbi" --><!-- #EndLibraryItem -->
      <div class="globalModule">
        <h3>鎮ㄧ殑閫夋嫨</h3>
        <ul class="listStyle">
          <!--{foreach from = $picks item=pick }-->
          <li><a href="{$pick.url}">{$pick.name}</a></li>
          <!--{/foreach}-->
        </ul>
      </div>
      <div id="categoryTree" class="globalModule">
        <h3>鍟嗗搧鍒嗙被</h3>
        <ul>
          <!-- {foreach from=$cat_list item=cat} -->
          <li><a href="{$cat.url}">{$cat.cat_name|escape:html}</a> <!-- {if $cat.goods_num} --><span class="textDesc">({$cat.goods_num})</span><!-- {/if} --></li>
          <!-- {/foreach} -->
        </ul>
      </div><!-- /categoryTree -->
      <!-- #BeginLibraryItem "/library/brands.lbi" --><!-- #EndLibraryItem -->
    </div><!-- /globalLeft -->
    <div id="globalBigRight">
      <!-- #BeginLibraryItem "/library/ur_here.lbi" --><!-- #EndLibraryItem -->
      <div id="globalMiddle" class="globalModule" style="width:100%; margin:0px;">
        <h3>{$lang.search_result} <span class="textDesc">({$count})</span></h3>
        <div class="itemGrid">
          <!-- {foreach from=$pickout_goods item=goods name=goods} -->
          <div class="item">
            <p class="pic"><a href="{$goods.url}"><img src="{$goods.thumb}" alt="{$goods.name|escape:html}" /></a></p>
            <p class="name"><a href="{$goods.url}" title="{$goods.name|escape:html}">{$goods.short_name|escape:html}</a></p>
            <p class="price">
              <!-- {if $goods.promote_price neq ""} -->
              {$lang.promote_price}<span class="goodsPrice">{$goods.promote_price}</span>
              <!-- {else}-->
              {$lang.shop_price}<span class="goodsPrice">{$goods.shop_price}</span>
              <!--{/if}-->
            </p>
            <p class="btnList">
              <a href="javascript:collect({$goods.id})">{$lang.btn_collect}</a> <a href="javascript:addToCart({$goods.id})">{$lang.btn_buy}</a>
            </p>
          </div>
          <!-- {/foreach} -->
          <!-- {if $count > 4} -->
          <p class="more"><a href="{$url}">&gt;&gt; 鐪嬫洿澶

⌨️ 快捷键说明

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