Changeset 416 for beta/gh_system
- Timestamp:
- Feb 9, 2009, 9:57:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
beta/gh_system/admin.php
r415 r416 39 39 40 40 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> </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> </td><? 42 42 43 43 mysql_connect($SQL_Server, $SQL_Uzivatel, $SQL_Heslo); … … 113 113 $goldy = 0; 114 114 $silvery = 0; 115 $coopery = $prachy;115 $coopery = substr($prachy,0,1); 116 116 endif; 117 117 … … 133 133 } 134 134 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í > <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í > <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> 136 136 "; 137 137 }
Note:
See TracChangeset
for help on using the changeset viewer.