20 lines
1011 B
Smarty
20 lines
1011 B
Smarty
|
|
<div class="fe_sub_title">Kundenmeinungen</div>
|
|
|
|
<br />
|
|
|
|
Haben Sie schon mal einen Eisstock bei uns gekauft? Sagen Sie uns Ihre Meinung - ob Lob oder Tadel, wir freuen uns, wenn wir uns für Sie verbessern können. Unser Umfrageformular erreichen Sie <a href="/new_opinion/">hier</a>.
|
|
<br /><br />
|
|
<strong>Das sagen unsere Kunden über uns:</strong>
|
|
<br /><br />
|
|
{foreach item=opinion from=$opinion_list}
|
|
{if $opinion->active == 1}
|
|
<strong>{$opinion->user_firstname} {$opinion->user_surename|substr:0:1}.</strong><br />
|
|
<div style="position:relative;height:15px;width:150px;border:1px solid #cccccc;line-height:15px;font-size:10px;">
|
|
<div style="position:absolute;z-index:10;width:145px;text-align:right;">{$opinion->avg} von 5 Sternen</div>
|
|
<div style="position:absolute;z-index:1;height:15px;width:{$opinion->graph_width}px;background:#ff5533;"></div>
|
|
</div>
|
|
{$opinion->opinion_text|truncate:400:"...":true}<br /><br />
|
|
{/if}
|
|
{/foreach}
|