Changeset 40 for statistic.php


Ignore:
Timestamp:
Jan 24, 2009, 5:55:02 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Změna kódování znaků souborů na UTF-8.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • statistic.php

    r14 r40  
    66
    77<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 />
    1212?>
    1313
    1414<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>
    1616<br />
    17 Poèet stáhnutí pøelo¾ených textù v SQL souboru: <b>
     17Počet stáhnutí přeložených textů v SQL souboru: <b>
    1818<?php
    1919       
     
    2323?>
    2424</b><br />
    25 Poèet stáhnutí CZWoW pro clienta: <b>
     25Počet stáhnutí CZWoW pro clienta: <b>
    2626<?php
    2727       
     
    3131?>
    3232</b><br /><br />
    33 <b>Seznam u¾ivatelù: </b>
     33<b>Seznam uživatelů: </b>
    3434<table border="1" cellpadding="2" cellspacing="0">
    3535<?php 
     
    4646
    4747  echo '<tr><th><a href="statistic.php?order=user&amp;desc='.$desc.'">Jméno</a></th>
    48   <th><a href="statistic.php?order=NumberTranslate&amp;desc='.$desc.'" Title="Poèet pøelo¾ených textù">Pøelo¾ených</a></th>
    49   <th><a href="statistic.php?order=Vote&amp;desc='.$desc.'" Title="Prùmìrná známka textù">Prùmìrná známka</a></th>
    50   <th><a href="statistic.php?order=GM&amp;desc='.$desc.'">Oprávnìní</a></th>
    51   <th><a href="statistic.php?order=LastLogin&amp;desc='.$desc.'">Poslední pøipojení</a></th></tr>';
     48  <th><a href="statistic.php?order=NumberTranslate&amp;desc='.$desc.'" Title="Počet přeložených textů">Přeložených</a></th>
     49  <th><a href="statistic.php?order=Vote&amp;desc='.$desc.'" Title="Průměrná známka textů">Průměrná známka</a></th>
     50  <th><a href="statistic.php?order=GM&amp;desc='.$desc.'">Oprávnění</a></th>
     51  <th><a href="statistic.php?order=LastLogin&amp;desc='.$desc.'">Poslední připojení</a></th></tr>';
    5252
    5353/*
Note: See TracChangeset for help on using the changeset viewer.