You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
1.8 KiB

{* $Id$ *}
{tikimodule error=$module_params.error title=$tpl_module_title name="credits" flip=$module_params.flip decorations=$module_params.decorations nobox=$module_params.nobox notitle=$module_params.notitle}
{foreach key=id item=data from=$tiki_user_credits}
<div>
{$data.display_text|escape}:
{if $data.empty}
{section name=used loop=$data.discreet_used}<img src="img/icons/barre_fluo_empty.gif" width="5" height="9" class="header_comptebarre">{/section}{section name=remain loop=$data.discreet_remain}<img src="img/icons/barre_empty.gif" width="5" height="9" class="header_comptebarre">{/section} <span class="textes_comptevert"><font color='red'>{$data.used|default:0}</font></span>/{$data.total|default:0} {$data.unit_text|escape}
{tr}empty{/tr}
{elseif $data.low}
{section name=used loop=$data.discreet_used}<img src="img/icons/barre_fluo_low.gif" width="5" height="9" class="header_comptebarre">{/section}{section name=remain loop=$data.discreet_remain}<img src="img/icons/barre_low.gif" width="5" height="9" class="header_comptebarre">{/section} <span class="textes_comptevert"><font color='yellow'>{$data.used|default:0}</font></span>/{$data.total|default:0} {$data.unit_text|escape}
{tr}low{/tr}
{else}
{section name=used loop=$data.discreet_used}<img src="img/icons/barre_fluo.gif" width="5" height="9" class="header_comptebarre">{/section}{section name=remain loop=$data.discreet_remain}<img src="img/icons/barre.gif" width="5" height="9" class="header_comptebarre">{/section} <span class="textes_comptevert">{$data.used|default:0}</span>/{$data.total|default:0} {$data.unit_text|escape}
{/if}
</div>
{/foreach}
{/tikimodule}