auction.dwt
来自「基于jsp+tomcat+sevlect的mvc框架」· DWT 代码 · 共 339 行 · 第 1/2 页
DWT
339 行
<td colspan="2"><strong>{$lang.au_pre_start}</strong></td>
</tr>
<!-- {elseif $auction.status_no eq 1} 进行中 -->
<tr>
<td height="51" colspan="2"><strong>{$lang.au_under_way}<br />
<span id="leftTime">{$lang.please_waiting}</span></strong></td>
</tr>
<tr>
<td>{$lang.au_i_want_bid}</td>
<td><input name="price" type="text" id="price" size="8" />
<input name="bid" type="submit" id="bid" value="{$lang.button_bid}" />
<input name="act" type="hidden" value="bid" />
<input name="id" type="hidden" value="{$auction.act_id}" /></td>
</tr>
<!-- {else} 已结束 -->
<tr>
<td colspan="2">
<!-- {if $auction.is_winner} -->
<div>
<span style="color:red">{$lang.au_is_winner}</span>
<input name="buy" type="submit" value="{$lang.button_buy}" />
<input name="act" type="hidden" value="buy" />
<input name="id" type="hidden" value="{$auction.act_id}" />
</div>
<!-- {else} -->
<strong>{$lang.au_finished}</strong>
<!-- {/if} -->
</td>
</tr>
<!-- {/if} -->
</table>
</form>
</td>
</tr>
</table>
</div>
<div id="page-right" style="width: 628px;">
<!-- {if $auction.act_desc} 如果有说明,显示 -->
<div class="title-div"><img src="images/activity_intro.gif" alt="activity describe" width="158" height="39" /></div>
<div class="content-div">{$auction.act_desc|escape:html|nl2br}</div>
<!-- {/if} -->
<div class="title-div"><img src="images/bid_log.gif" alt="bid log" width="158" height="39" /></div>
<div>
<table width="100%">
<tr>
<th>{$lang.au_bid_user}</th>
<th>{$lang.au_bid_price}</th>
<th>{$lang.au_bid_time}</th>
<th>{$lang.au_bid_status}</th>
</tr>
<!-- {foreach from=$auction_log item=log name=fe_bid_log} -->
<tr>
<td>{$log.user_name}</td>
<td align="right">{$log.formated_bid_price}</td>
<td align="center">{$log.bid_time}</td>
<td align="center">{if $smarty.foreach.fe_bid_log.first} {$lang.au_bid_ok}{else} {/if}</td>
</tr>
<!-- {foreachelse} -->
<tr>
<td colspan="4" align="center"><p>{$lang.no_bid_log}</p></td>
</tr>
<!-- {/foreach} -->
</table>
</div>
</div>
<!-- End #page-middle -->
<!-- End #page-right -->
<div class="clear"></div>
</div>
<!-- #BeginLibraryItem "/library/help.lbi" -->
<!--{if $helps}-->
<table width="801" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#DADADA" class="clear" style="margin:10px auto 5px auto;">
<tr>
<!-- {foreach from=$helps item=help_cat} -->
<td class="help-cat"><img src="images/grey_arrow.gif" alt="" width="37" height="37" />{$help_cat.cat_name}</td>
<!-- {/foreach} -->
</tr>
<tr>
<!-- {foreach from=$helps item=help_cat} -->
<td bgcolor="#FFFFFF" valign="top"><ul>
<!-- {foreach from=$help_cat.article item=item} -->
<li><a href="{$item.url}" title="{$item.title|escape:html}">{$item.short_title}</a></li>
<!-- {/foreach} -->
</ul></td>
<!-- {/foreach} -->
</tr>
</table>
<!--{/if}-->
<!-- #EndLibraryItem --><!-- #BeginLibraryItem "/library/page_footer.lbi" -->
<table width="801" border="0" align="center" cellpadding="5" cellspacing="0" style="margin:10px 0 20px 0;" id="footer-table">
<tr>
<td><img src="images/ecshop.gif" alt="ECSHOP" width="133" height="46" hspace="10" /></td>
<td width="6" id="foot-logo"><img src="images/footer_bg.gif" width="6" height="80" alt="" /></td>
<td> {$copyright}<br />
{$shop_address} {$shop_postcode} <br />
<!-- 客服电话{if $service_phone} -->
Tel: {$service_phone}
<!-- 结束客服电话{/if} -->
<!-- QQ 号码 {foreach from=$qq item=im} -->
<!-- {if $im} -->
<a href="http://wpa.qq.com/msgrd?V=1&Uin={$im}&Site={$shop_name}&Menu=yes" target="_blank"><img src="http://wpa.qq.com/pa?p=1:{$im}:4" height="16" border="0" alt="QQ" /> {$im}</a>
<!-- {/if} -->
<!-- {/foreach} 结束QQ号码 -->
<!-- 淘宝旺旺 {foreach from=$ww item=im} -->
<!-- {if $im} -->
<a href="http://amos1.taobao.com/msg.ww?v=2&uid={$im|escape:url}&s=2" target="_blank"><img src="http://amos1.taobao.com/online.ww?v=2&uid={$im|escape:url}&s=2" width="16" height="16" border="0" alt="淘宝旺旺" /> {$im}</a>
<!-- {/if} -->
<!--{/foreach} 结束淘宝旺旺 -->
<!-- Yahoo Messenger {foreach from=$ym item=im} -->
<!-- {if $im} -->
<a href="http://edit.yahoo.com/config/send_webmesg?.target={$im}n&.src=pg" target="_blank"><img src="images/yahoo.gif" width="18" height="17" border="0" alt="Yahoo Messenger" /> {$im}</a>
<!-- {/if} -->
<!-- {/foreach} 结束Yahoo Messenger -->
<!-- MSN Messenger {foreach from=$msn item=im} -->
<!-- {if $im} -->
<img src="images/msn.gif" width="18" height="17" border="0" alt="MSN" /> {$im}
<!-- {/if} -->
<!-- {/foreach} 结束MSN Messenger -->
<!-- Skype {foreach from=$skype item=im} -->
<!-- {if $im} -->
<img src="http://mystatus.skype.com/smallclassic/{$im|escape:url}" alt="Skype" /><a href="skype:{$im|escape:url}?call">{$im}</a>
<!-- {/if} -->
<!-- {/foreach} -->
<div>
<!-- 开始相关声明{foreach from=$declaration item=article} -->
<a href="{$article.url}" target="_blank">{$article.title}</a>
<!-- 相关声明{/foreach}-->
</div>
<!-- ICP 证书{if $icp_number} -->
<div> {$lang.icp_number}:<a href="http://www.miibeian.gov.cn/" target="_blank">{$icp_number}</a> </div>
<!-- 结束ICP 证书{/if} -->
{insert name='query_info'}<br />
<a href="http://www.ecshop.com" target="_blank" style="font-size:10px">Powered by <strong><span style="color: #3366FF">ECSHOP</span> <span style="color: #FF9966">{$ecs_version}</span></strong></a><br />
</td>
</tr>
</table>
{if $stats_code}
<div align="center">{$stats_code}</div>
{/if}
<script type="text/javascript">
var process_request = "{$lang.process_request}";
</script>
<!-- #EndLibraryItem --></div>
<!-- End #Wrapper -->
<div style="float:left;"><img src="images/page_right.gif" alt="" /></div>
</div>
<!-- End #globalWrapper -->
<script type="text/javascript">
var gmt_end_time = "{$auction.gmt_end_time|default:0}";
{foreach from=$lang.goods_js item=item key=key}
var {$key} = "{$item}";
{/foreach}
<!-- {literal} -->
onload = function()
{
try
{
onload_leftTime();
}
catch (e)
{}
}
<!-- {/literal} -->
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?