/
home
/
sharedstore
/
.trash
/
productquotation
/
views
/
templates
/
front
/
/home/sharedstore/.trash/productquotation/views/templates/front
mkdir
upload
Name
Size
Mode
Actions
newquote-17.tpl
42830
0644
edit
dl
rm
test.tpl
2738
0644
edit
dl
rm
Edit:
/home/sharedstore/.trash/productquotation/views/templates/front/test.tpl
(2738B)
{* /** * DISCLAIMER * * Do not edit or add to this file. * You are not authorized to modify, copy or redistribute this file. * Permissions are reserved by FME Modules. * * @author FMM Modules * @copyright FME Modules 2021 * @license Single domain */ *} {if $action eq 'delete'} <ul> {foreach $products as $product} <li> <div class="pq_img 0111"><a href="{$product['link']|escape:'htmlall':'UTF-8'}"><img width="60" src="{$product.img_id|escape:'htmlall':'UTF-8'}" /> </a></div> <h6> <a href="{$product['link']|escape:'htmlall':'UTF-8'}" > {$product['name']|escape:'htmlall':'UTF-8'}</a><br/></h6> <div style="font-size: 12px;font-weight: bold;text-align: left;"> {l s='Quantity:' mod='productquotation'} {$product['qty']|escape:'htmlall':'UTF-8'} <a class="fmm_quote_del" onclick="dropItemQuote({$product['id_quotes_products']|escape:'htmlall':'UTF-8'})"></a> </div> </li> {/foreach} </ul> {elseif $action eq 'html'} <ul> {foreach $products as $product} <li> <div class="pq_img 0222"><a href="{$product['link']|escape:'htmlall':'UTF-8'}"><img width="60" src="{$product.img_id|escape:'htmlall':'UTF-8'}" /> </a></div> <h6> <a href="{$product['link']|escape:'htmlall':'UTF-8'}" > {$product['name']|escape:'htmlall':'UTF-8'}</a><br/></h6> <div style="font-size: 12px;font-weight: bold;text-align: left;"> {l s='Quantity:' mod='productquotation'} {$product['qty']|escape:'htmlall':'UTF-8'} <a class="fmm_quote_del" onclick="dropItemQuote({$product['id_quotes_products']|escape:'htmlall':'UTF-8'})"></a> </div> </li> {/foreach} </ul> {elseif $action eq 'add'} <ul> {foreach $products as $product} <li> <div class="pq_img 0333"><a href="{$product['link']|escape:'htmlall':'UTF-8'}"><img width="60" src="{$product.img_id|escape:'htmlall':'UTF-8'}" /> </a></div> <h6> <a href="{$product['link']|escape:'htmlall':'UTF-8'}" > {$product['name']|escape:'htmlall':'UTF-8'}</a><br/></h6> <div style="font-size: 12px;font-weight: bold;text-align: left;"> {l s='Quantity:' mod='productquotation'} {$product['qty']|escape:'htmlall':'UTF-8'} <a class="fmm_quote_del" onclick="dropItemQuote({$product['id_quotes_products']|escape:'htmlall':'UTF-8'})"></a> </div> </li> {/foreach} </ul> {/if}
Save
cmd:
run