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

📄 snatch.lbi

📁 是一款很漂亮的 ecshop 模板 希望大家能够喜欢
💻 LBI
字号:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<!-- {if $myprice.is_end eq false} -->
<div>
    <div class="floatleft" style="width:345px">
        <div class="titles">我要出价</div>
        <div class="listbox">
          <form action="javascript:bid()" method="post" name="formBid" id="formBid">
            <table width="98%" border="0">
              <tr>
                <td>{$lang.my_integral}</td>
                <td>{$myprice.pay_points}</td>
              </tr>
              <tr>
                <td>{$lang.bid}</td>
                <td><input type="hidden" name="snatch_id" value="{$id}" /><input name="price" type="text" id="price" /></td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td><input type="submit" name="Submit" value="{$lang.me_bid}" /></td>
              </tr>
            </table>
          </form>
        </div>
    </div>
    <div class="floatright" style="width:345px">
        <div class="titles">我的出价</div>
        <div class="listbox">
            <!--{if $myprice.bid_price}-->
            <!--{foreach from=$myprice.bid_price item=item}-->
            <div class="article-list">{$item.price}
              <!--{if $item.is_only}-->
              ({$lang.only_price})
              <!--{/if}-->
            </div>
            <!--{/foreach}-->
            <!--{else}-->
            我还没有出价,请登录后出价!
            <!--{/if}-->
        </div>
    </div>
    <div class="floatclear"></div>
</div>
<!-- {else} -->

<div class="titles">活动结果</div>
<div class="listbox">
<!--{if $result}-->
<form name="buy" action="snatch.php" method="get">
<table width="98%" border="0">
  <tr>
    <td>{$lang.victory_user}
</td>
    <td>{$result.user_name}
      <input type="hidden" name="act" value="buy" />
      <input type="hidden" name="id" value="{$id}" />
    </td>
  </tr>
  <tr>
    <td>{$lang.price_bid}</td>
    <td>{$result.formated_bid_price} &nbsp;&nbsp;
    <!-- {if $result.order_count eq 0 and $result.user_id eq $smarty.session.user_id} -->
      <input type="image" name="bug" src="images/add_carts.gif" title="{$lang.button_buy}" />
    <!--{/if}-->
    </td>
  </tr>
  <tr>
    <td>{$lang.bid_time}</td>
    <td>{$result.bid_time}</td>
  </tr>
</table>
</form>
<!--{else}-->
{$lang.not_victory_user}
<!--{/if}-->
</div>
<!-- {/if} -->

⌨️ 快捷键说明

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