Changeset 56 for trunk/statistic.php


Ignore:
Timestamp:
Feb 2, 2009, 10:53:29 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Fonty z WoW.
  • Upraveno: Zobrazování obrázků stavu dokončení ve statistice pomocí ttf fontů.
  • Přidáno: Adresování odlišných databází zdrojů textů.
  • Přidáno: Texty skriptů a EventAI ScriptDev2.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/statistic.php

    r52 r56  
    55echo('<strong>Statistika:</strong><br />');
    66foreach($TranslationTree as $Group)
    7   if($Group['TablePrefix'] != '') echo('<img alt="'.$Group['TablePrefix'].'" src="img_statistic.php?TypeText='.$Group['TablePrefix'].'" title="statistika překladů '.$Group['Name'].'" style="margin: 2px 0px 0px 0px;" /><br />');
     7  if($Group['TablePrefix'] != '')
     8        echo('<img alt="'.$Group['TablePrefix'].'" src="img_statistic.php?group='.$Group['Id'].'" title="statistika překladů '.$Group['Name'].'" style="margin: 2px 0px 0px 0px;" /><br />');
    89
    910echo('<br />
Note: See TracChangeset for help on using the changeset viewer.