Last change
on this file was 643, checked in by barny, 15 years ago |
*Oprava + Přidání (Kompletní předělání zobrazování logů)
|
File size:
1.1 KB
|
Line | |
---|
1 | <?php
|
---|
2 | echo "<center>";
|
---|
3 | $lvl = $player -> GetGmLvl();
|
---|
4 | if($lvl > 0){
|
---|
5 | echo"<h4>Realm4 (Heroes of Fantasy)</h4>";
|
---|
6 | echo"<a href=\"/pages/spravce_realm4_charlog.php\">Characters Log</a> <br />";
|
---|
7 | echo"<a href=\"/pages/spravce_realm4_gmlog.php\">GM_Commands Log</a> <br />";
|
---|
8 |
|
---|
9 |
|
---|
10 | echo"<h4>Realm5 (MoonLight)</h4>";
|
---|
11 | echo"<a href=\"/pages/spravce_realm5_charlog.php\">Characters Log</a> <br />";
|
---|
12 | echo"<a href=\"/pages/spravce_realm5_gmlog.php\">GM_Commands Log</a> <br />";
|
---|
13 |
|
---|
14 |
|
---|
15 | echo"<h4>Realm6 (NeverLand)</h4>";
|
---|
16 | echo"<a href=\"/pages/spravce_realm6_charlog.php\">Characters Log</a> <br />";
|
---|
17 | echo"<a href=\"/pages/spravce_realm6_gmlog.php\">GM_Commands Log</a> <br />";
|
---|
18 |
|
---|
19 |
|
---|
20 | echo"<h4>Realm7 (Titans)</h4>";
|
---|
21 | echo"<a href=\"/pages/spravce_realm7_charlog.php\">Characters Log</a> <br />";
|
---|
22 | echo"<a href=\"/pages/spravce_realm7_gmlog.php\">GM_Commands Log</a> <br />";
|
---|
23 |
|
---|
24 |
|
---|
25 | } else {
|
---|
26 | echo"<p align=center><font color=red><b>Nemáte dostateèná oprávnìní pro tuto akci!</b></font>";
|
---|
27 | echo"<meta http-equiv=\"refresh\" content=\"3;url=?page=main\">";
|
---|
28 | }
|
---|
29 |
|
---|
30 |
|
---|
31 | echo "</center>";
|
---|
32 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.