File: //proc/self/cwd/nueva/modules/pmproductvideoreviews/views/templates/hook/partials/review_top.tpl
{**
* rec.reviews
*
* @author Presta-Module.com <support@presta-module.com> - https://www.presta-module.com
* @copyright Presta-Module - https://www.presta-module.com
* @license see file: LICENSE.txt
*
* ____ __ __
* | _ \ | \/ |
* | |_) | | |\/| |
* | __/ | | | |
* |_| |_| |_|
*
*}
<div class="row">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-7 col-lg-6">
<h3 class="text-xs-center text-sm-center text-lg-left" id="pm_pvr_title_hide">{l s='Customer video reviews' mod='pmproductvideoreviews'} ({$total_review|escape:'htmlall':'UTF-8'}) <span class="hidden-xs-down">{l s='by' mod='pmproductvideoreviews'}</span> <img src="{$logo_path|escape:'htmlall':'UTF-8'}" class="img-responsive hidden-xs-down" width="35" height="auto" /></h3>
</div>
<div class="col-xs-12 col-sm-12 col-md-5 col-lg-6">
<div class="pmAverage-rating-star-yellow col-xs-12">
{section loop=$max_rating_block name=note}
<input type="radio" value="{if !empty($has_half_stars)}{math equation="x/2" x=$smarty.section.note.iteration}{else}{$smarty.section.note.iteration|intval}{/if}" {if !empty($review_average_int) && $review_average_int >= $smarty.section.note.iteration}checked="checked" {/if} />
<label class="{if !empty($has_half_stars) && $smarty.section.note.iteration%2}half{/if} product-block{if !empty($has_half_stars)}-half{/if}{if !empty($review_average_int) && $review_average_int >= $smarty.section.note.iteration} checked{/if}" {if !empty($review_average_int) && $review_average_int >= $smarty.section.note.iteration} {/if} for="rating{$smarty.section.note.iteration|intval}" title="{$smarty.section.note.iteration|intval}"></label>
{/section}
</div>
</div>
<div class="clr_hr_shadow"></div>
</div>
</div>