[ Index ] |
|
Code source de phpMyVisites 2.3 |
1 <h3>{'visites_statistiques'|translate}</h3> 2 <div class="centrer"> 3 <table class="resultats expansive"> 4 <tbody> 5 <tr> 6 <th colspan="2"> 7 <strong>{'visites_periodesel'|translate}</strong> 8 </th> 9 </tr> 10 <tr> 11 <td class="damieralign"> 12 {'visites_visites'|translate} 13 </td> 14 <td> 15 <strong>{$statistics.nb_vis}</strong> 16 </td> 17 </tr> 18 <tr> 19 <td class="align">{'visites_uniques'|translate}</td> 20 <td class="damier"><strong>{$statistics.nb_uniq_vis}</strong></td> 21 </tr> 22 23 <tr> 24 <td class="damieralign">{'visites_pagesvues'|translate}</td> 25 <td><strong>{$statistics.nb_pag}</strong></td> 26 </tr> 27 <tr> 28 <td class="align">{'visites_pagesvisiteurs'|translate}</td> 29 <td class="damier"><strong>{$statistics.nb_pag_per_vis|string_format:"%.1f"}</strong></td> 30 </tr> 31 <tr> 32 <td class="damieralign">{'visites_pagesvisitessign'|translate}</td> 33 <td><strong>{$statistics.nb_pag_per_vis_sig|string_format:"%.1f"}</strong></td> 34 </tr> 35 <tr> 36 <td class="align">{'visites_tempsmoyen'|translate}</td> 37 <td class="damier"><strong>{$statistics.time_per_vis|time_visit}</strong></td> 38 </tr> 39 <tr> 40 <td class="damieralign">{'visites_tempsmoyenpv'|translate}</td> 41 <td><strong>{$statistics.time_per_pag|time_visit}</strong></td> 42 </tr> 43 <tr> 44 <td class="align">{'visites_tauxvisite'|translate}</td> 45 <td class="damier"><strong>{$statistics.one_page_rate|string_format:"%.0f"}%</strong></td> 46 </tr> 47 {if $statistics.average_visits_per_day} 48 <tr> 49 <td class="damieralign">{'visites_average_visits_per_day'|translate}</td> 50 <td><strong>{$statistics.average_visits_per_day|string_format:"%d"}</strong></td> 51 </tr> 52 {/if} 53 </tbody> 54 </table> 55 </div>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |