[ Index ]
 

Code source de phpMyVisites 2.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/themes/default/common/ -> zoom_details.tpl (source)

   1  <table>
   2  {counter print=false assign=cwtb start=0}
   3  {foreach from=$zoom[$idtouse].1 key=key item=info}
   4  {if $info.$idtouse != 0}
   5  <tr{if $info.type == 'category'} class="expandcollapse" onclick="viewRowsDetails(this,'{$url_pages_details}&amp;mod=view_pages_details&amp;idtouse={$idtouse}&amp;c_id_zoom={$info.id}');"{/if}>
   6  {counter print=false assign=cwtb}
   7  <td class="libelle">
   8  {if $info.type == 'category'}
   9  <img src="{$PMV_THEME}images/groupswitcha.png" alt="expend collapse" class="expendcollapse" />
  10  {/if}
  11  {$info.data|truncate:50:"..."}
  12  </td>
  13  <td>
  14  {if $idtouse == "sumtime"}{$info.$idtouse|time}{else}
  15  {$info.$idtouse}
  16  {/if}
  17  </td>
  18  {if $idtouse == "sum"}
  19  <td>{$info.percentn1|print_percent} <small>({$info.sumn1})</small></td>
  20  <td>{$info.percentn2|print_percent} <small>({$info.sumn2})</small></td>
  21  {/if}    
  22  {if $idtouse == "exit"}
  23  <td>{$info.exitrate|string_format:"%.2f"} %</td>
  24  {/if}
  25  {if $idtouse == "sumtime"}
  26  <td>{$info.avgtime|time}</td>
  27  {/if}
  28  </tr>
  29  {/if}
  30  {/foreach}
  31  </table>


Généré le : Mon Nov 26 14:10:01 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics