Download project

This commit is contained in:
Roman Pyrih
2024-11-20 09:09:44 +01:00
parent 547a138d6a
commit 5ff041757f
40737 changed files with 7766183 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
<?php
/* Smarty version 3.1.48, created on 2024-11-20 08:34:51
from 'module:productcommentsviewstempl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.48',
'unifunc' => 'content_673d911b7b0588_58948481',
'has_nocache_code' => false,
'file_dependency' =>
array (
'86a3fbdbbaf4c17b3f3d70f925fe6312d03f2c1c' =>
array (
0 => 'module:productcommentsviewstempl',
1 => 1732016599,
2 => 'module',
),
),
'includes' =>
array (
),
),false)) {
function content_673d911b7b0588_58948481 (Smarty_Internal_Template $_smarty_tpl) {
?>
<div class="product-comment-list-item row" data-product-comment-id="@COMMENT_ID@" data-product-id="@PRODUCT_ID@">
<div class="col-sm-3 comment-infos">
<div class="grade-stars" data-grade="@COMMENT_GRADE@"></div>
<div class="comment-date">
@COMMENT_DATE@
</div>
<div class="comment-author">
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'By %1$s','sprintf'=>array('@CUSTOMER_NAME@'),'d'=>'Modules.Productcomments.Shop'),$_smarty_tpl ) );?>
</div>
</div>
<div class="col-sm-9 comment-content">
<p class="h4">@COMMENT_TITLE@</p>
<p>@COMMENT_COMMENT@</p>
<div class="comment-buttons btn-group">
<?php if ($_smarty_tpl->tpl_vars['usefulness_enabled']->value) {?>
<a class="useful-review">
<i class="material-icons thumb_up" data-icon="thumb_up"></i>
<span class="useful-review-value">@COMMENT_USEFUL_ADVICES@</span>
</a>
<a class="not-useful-review">
<i class="material-icons thumb_down" data-icon="thumb_down"></i>
<span class="not-useful-review-value">@COMMENT_NOT_USEFUL_ADVICES@</span>
</a>
<?php }?>
<a class="report-abuse" title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Report abuse','d'=>'Modules.Productcomments.Shop'),$_smarty_tpl ) );?>
">
<i class="material-icons flag" data-icon="flag"></i>
</a>
</div>
</div>
</div>
<?php }
}