sendtoafriend.tpl
来自「一款C2C的网店程序 我也是在网上下载的」· TPL 代码 · 共 40 行
TPL
40 行
{capture name=path}{$stf}{/capture}
{include file=$tpl_dir./breadcrumb.tpl}
<h2>{$stf}</h2>
<p class="bold">{$stfinof}</p>
{include file=$tpl_dir./errors.tpl}
{if $confirm}
<p class="success">{$confirm}</p>
{else}
<form method="post" action="{$request_uri}" class="std">
<fieldset>
<h3>{$sam}</h3>
<p class="align_center">
<a href="{$productLink}"><img src="{$img_prod_dir}{$cover.id_image}-small.jpg" alt="" title="{$cover.legend}" /></a><br/>
<a href="{$productLink}">{$product->name}</a>
</p>
<p>
<label for="friend-name">{$fn}</label>
<input type="text" id="friend-name" name="name" value="{if isset($smarty.post.name)}{$smarty.post.name|escape:'htmlall'|stripslashes}{/if}" />
</p>
<p>
<label for="friend-address">{$fem}</label>
<input type="text" id="friend-address" name="email" value="{if isset($smarty.post.name)}{$smarty.post.name|escape:'htmlall'|stripslashes}{/if}" />
</p>
<p class="submit">
<input type="submit" name="submitAddtoafriend" value="{$snd}" class="button" />
</p>
</fieldset>
</form>
{/if}
<ul class="footer_links">
<li><a href="{$productLink}" class="button_large">{$bto}</a></li>
</ul>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?