Changeset 159 for trunk/statistic.php
- Timestamp:
- Mar 18, 2009, 4:31:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/statistic.php
r127 r159 5 5 ShowPage(); 6 6 7 echo('<strong>Statistika:</strong>'); 7 if (array_key_exists('language', $_GET)) { 8 $language = '&language='.$_GET['language']; 9 } else $language = ''; 10 11 echo('<strong>Statistika:</strong> <a href="statistic.php">Všechny</a> <a href="?language=1">České překlady</a> <a href="?language=2">Slovenské překlady</a>'); 8 12 foreach($TranslationTree as $Group) 9 13 if($Group['TablePrefix'] != '') 10 echo('<div class="state-image"><img alt="'.$Group['TablePrefix'].'" src="img_statistic.php?group='.$Group['Id'].'" title="statistika překladů '.$Group['Name'].'"/></div>'); 14 echo('<div class="state-image"> 15 <img alt="'.$Group['TablePrefix'].'" src="img_statistic.php?group='.$Group['Id'].$language.'" title="statistika překladů '.$Group['Name'].'"/></div>'); 11 16 12 17 echo('<p><strong>Celková statistika v závislosti na čase: </strong><a href="http://stat.zdechov.net/game/?Measure=18">Počet přeložených textů</a></p>
Note:
See TracChangeset
for help on using the changeset viewer.