Changeset 169


Ignore:
Timestamp:
Dec 9, 2007, 5:48:20 PM (17 years ago)
Author:
george
Message:

Přidáno: Titulky sloupců v tabulce herních událostí.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • events.php

    r168 r169  
    8585$Events = Events();
    8686echo('<table class="TableGuilda" border="1" cellpadding="3" cellspacing="0">');
     87echo('<tr><th>Název</th><th>Zaèátek</th><th>Konec</th><th>Informace</th><th>Informace</th></tr>');
    8788echo('<tr><td colspan="5"><strong style="color: yellow;">Aktuálnì bì¾ící akce</strong></td></tr>');
    8889ShowEventList($Events['Running']);
Note: See TracChangeset for help on using the changeset viewer.