Changeset 40 for statistic.php
- Timestamp:
- Jan 24, 2009, 5:55:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
statistic.php
r14 r40 6 6 7 7 <b>Statistika:</b><br> 8 <img alt="quests" src="img_statistic.php?TypeText=quests" title="statistika p øekladu úkolù" style="margin: 2px 0px 0px 0px;"><br />9 <img alt="npc_text" src="img_statistic.php?TypeText=npc_text" title="statistika p øekladu NPC_textù" style="margin: 2px 0px 0px 0px;"><br />10 <img alt="page_text" src="img_statistic.php?TypeText=page_text" title="statistika p øekladu page_textù" style="margin: 2px 0px 0px 0px;"><br />11 <?php // <img alt="page_text" src="img_statistic.php?TypeText=client_text" title="statistika p øekladu client_textù" style="margin: 2px 0px 0px 0px;"><br />8 <img alt="quests" src="img_statistic.php?TypeText=quests" title="statistika překladu úkolů" style="margin: 2px 0px 0px 0px;"><br /> 9 <img alt="npc_text" src="img_statistic.php?TypeText=npc_text" title="statistika překladu NPC_textů" style="margin: 2px 0px 0px 0px;"><br /> 10 <img alt="page_text" src="img_statistic.php?TypeText=page_text" title="statistika překladu page_textů" style="margin: 2px 0px 0px 0px;"><br /> 11 <?php // <img alt="page_text" src="img_statistic.php?TypeText=client_text" title="statistika překladu client_textů" style="margin: 2px 0px 0px 0px;"><br /> 12 12 ?> 13 13 14 14 <br> 15 <b>Statistika v závislosti na èase: </b><a href="http://game.zdechov.net/statistic/?Measure=18">Pøelo¾ených textù</a><br>15 <b>Statistika v závislosti na čase: </b><a href="http://game.zdechov.net/statistic/?Measure=18">Přeložených textů</a><br> 16 16 <br /> 17 Po èet stáhnutí pøelo¾ených textùv SQL souboru: <b>17 Počet stáhnutí přeložených textů v SQL souboru: <b> 18 18 <?php 19 19 … … 23 23 ?> 24 24 </b><br /> 25 Po èet stáhnutí CZWoW pro clienta: <b>25 Počet stáhnutí CZWoW pro clienta: <b> 26 26 <?php 27 27 … … 31 31 ?> 32 32 </b><br /><br /> 33 <b>Seznam u ¾ivatelù: </b>33 <b>Seznam uživatelů: </b> 34 34 <table border="1" cellpadding="2" cellspacing="0"> 35 35 <?php … … 46 46 47 47 echo '<tr><th><a href="statistic.php?order=user&desc='.$desc.'">Jméno</a></th> 48 <th><a href="statistic.php?order=NumberTranslate&desc='.$desc.'" Title="Po èet pøelo¾ených textù">Pøelo¾ených</a></th>49 <th><a href="statistic.php?order=Vote&desc='.$desc.'" Title="Pr ùmìrná známka textù">Prùmìrná známka</a></th>50 <th><a href="statistic.php?order=GM&desc='.$desc.'">Oprávn ìní</a></th>51 <th><a href="statistic.php?order=LastLogin&desc='.$desc.'">Poslední p øipojení</a></th></tr>';48 <th><a href="statistic.php?order=NumberTranslate&desc='.$desc.'" Title="Počet přeložených textů">Přeložených</a></th> 49 <th><a href="statistic.php?order=Vote&desc='.$desc.'" Title="Průměrná známka textů">Průměrná známka</a></th> 50 <th><a href="statistic.php?order=GM&desc='.$desc.'">Oprávnění</a></th> 51 <th><a href="statistic.php?order=LastLogin&desc='.$desc.'">Poslední připojení</a></th></tr>'; 52 52 53 53 /*
Note:
See TracChangeset
for help on using the changeset viewer.