blockcurrencies.tpl
来自「一款C2C的网店程序 我也是在网上下载的」· TPL 代码 · 共 20 行
TPL
20 行
<!-- 璐у竵妯″潡 -->
<script type="text/javascript" src="{$module_dir}blockcurrencies.js"></script>
<div id="currencies_block_top">
<form id="setCurrency" action="{$request_uri}" method="post">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="tz1"> </td>
<td align="right" class="tz2">{$currency}</td>
<td align="left" class="tz2"><select name="selectcurrencies" id="selectcurrencies" onchange="javascript:setCurrency(document.all.selectcurrencies.value);">
{foreach from=$currencies key=k item=currency}
<option value="{$currency.id_currency}" {if $id_currency_cookie == $currency.id_currency} selected {/if} >{$currency.sign}-{$currency.name}</option>
{/foreach}
</select>
<input type="hidden" name="id_currency" id="id_currency" value=""/>
<input type="hidden" name="SubmitCurrency" value="" /></td>
</tr>
</table>
</form>
</div>
<!-- /璐у竵妯″潡 -->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?