You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
2.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- {if $myprice.is_end eq false} -->
<div class="box">
<div class="box_1">
<h3><span>{$lang.me_bid}</span></h3>
<div class="boxCenterList">
<form action="javascript:bid()" method="post" name="formBid" id="formBid">
{$lang.my_integral}
{$myprice.pay_points}<br />
{$lang.bid}
<!--<input type="hidden" name="snatch_id" value="{$id}" /><input name="price" type="text" id="price" />-->
<input type="hidden" name="snatch_id" value="{$id}" /><input name="price" type="text" class="inputBg" >
<input type="submit" name="Submit" class="bnt_blue_1" value="{$lang.me_bid}" style="vertical-align:middle;" />
</form>
</div>
</div>
</div>
<div class="blank5"></div>
<div class="box">
<div class="box_1">
<h3><span>{$lang.me_now_bid}</span></h3>
<div class="boxCenterList">
<!--{foreach from=$myprice.bid_price item=item}-->
{$item.price}
<!--{if $item.is_only}-->
({$lang.only_price})
<!--{/if}-->
<br>
<!--{/foreach}-->
</div>
</div>
</div>
<div class="blank5"></div>
<!-- {else} -->
<div class="box">
<div class="box_1">
<h3><span>{$lang.view_snatch_result}</span></h3>
<div class="boxCenterList">
<!--{if $result}-->
<form name="buy" action="snatch.php" method="get">
<table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#dddddd">
<tr>
<td bgcolor="#FFFFFF">{$lang.victory_user}
</td>
<td bgcolor="#FFFFFF">{$result.user_name}
<input type="hidden" name="act" value="buy" />
<input type="hidden" name="id" value="{$id}" />
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF">{$lang.price_bid}</td>
<td bgcolor="#FFFFFF">{$result.formated_bid_price} &nbsp;&nbsp;
<!-- {if $result.order_count eq 0 and $result.user_id eq $smarty.session.user_id} -->
<input type="submit" name="bug" class="bnt_blue_1" title="{$lang.button_buy}" />
<!--{/if}-->
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF">{$lang.bid_time}</td>
<td bgcolor="#FFFFFF">{$result.bid_time}</td>
</tr>
</table>
</form>
<!--{else}-->
{$lang.not_victory_user}
<!--{/if}-->
</div>
</div>
</div>
<!-- {/if} -->