Changeset 416


Ignore:
Timestamp:
Feb 9, 2009, 9:57:49 PM (16 years ago)
Author:
amun
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • beta/gh_system/admin.php

    r415 r416  
    3939
    4040
    41 <table align="center" border="1"><tr><td align=center><strong>Guild Master</strong><td align=center><strong>Jméno guildy (ID Guildy)</strong><td align=center><strong>Typ GH (GUID)</strong><td align=center><strong>Mìsíèní platba</strong><td align=center><strong>Další platba</strong><td align=center><strong>Stav úètu</strong><td><strong>Mají na další splátku?</strong></td><td>&nbsp;</td><?
     41<table align="center" border="1"><tr><td align=center><strong>Guild Master</strong><td align=center><strong>Jméno Guildy (ID Guildy)</strong><td align=center><strong>Typ GH (GUID)</strong><td align=center><strong>Mìsíèní platba</strong><td align=center><strong>Další platba</strong><td align=center><strong>Stav úètu</strong><td><strong>Mají na další splátku?</strong></td><td>&nbsp;</td><?
    4242
    4343mysql_connect($SQL_Server, $SQL_Uzivatel, $SQL_Heslo);
     
    113113                $goldy = 0;
    114114                $silvery = 0;
    115                 $coopery = $prachy;     
     115                $coopery = substr($prachy,0,1);
    116116        endif;
    117117               
     
    133133         }
    134134         
    135                 echo"<tr><td align=center>$zaznam[GuM]<td align=center>$zaznam[jmeno] ($id)<td align=center>$typgh_slovne ($typgh)<td align=center>$prachy_mesicne <img src='img/gold.gif'><td align=center>$zaznam[dalsi_platba]<td align=center>$prachy_echo sadsd<td $pozadí >&nbsp;<form action=admin.php?heslo=$admin&q=4 method=post><td align=center valign=middle><input type=hidden value='$id' name=id_guildy><input type=submit value='Smazat ze seznamu'></form>
     135                echo"<tr><td align=center>$zaznam[GuM]<td align=center>$zaznam[jmeno] ($id)<td align=center>$typgh_slovne ($typgh)<td align=center>$prachy_mesicne <img src='img/gold.gif'><td align=center>$zaznam[dalsi_platba]<td align=center>$prachy_echo<td $pozadí >&nbsp;<form action=admin.php?heslo=$admin&q=4 method=post><td align=center valign=middle><input type=hidden value='$id' name=id_guildy><input type=submit value='Smazat ze seznamu'></form>
    136136                ";
    137137                }
Note: See TracChangeset for help on using the changeset viewer.