Witamy w Nieoficjalnym polskim support'cie AMX Mod X
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Guest Message by DevFuse
Wklejka 56ay5ftcpw8w dodana przez Kawon, 21.06.2012 09:55
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35. 36. 37. 38. 39. 40. 41. 42. 43. 44. 45. 46. 47. 48. 49. 50. 51. 52. 53. 54. 55. 56.
<head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="templates/{$design}/css/forum.css" /> </head> <div class="main"> <table frame="box" rules="groups" summary="" width="242"> <thead> <tr> <th style="width:81px;">{"_PLAYER"|lang}</span></th> <th style="width:81px;">{"_ADMIN"|lang}</span></th> <th style="width:80px;">{"_LENGHT"|lang}</span></th> </tr> </thead> <tbody> <!-- No Bans --> {if $error} <tr> <td class="_center" colspan="9">{"_NO_BANS"|lang}</span></td> </tr> {else} <!-- No Bans --> <!-- Banlist --> {foreach from=$ban_list item=ban_list} <form name="details" method="POST"> {if $ban_list.ban_length>0 && $ban_list.ban_end < $smarty.now} <tr onclick="NewToggleLayer('layer_{$ban_list.bid}')" style="background: #DBF4D7" class='list'> {else} <tr onclick="NewToggleLayer('layer_{$ban_list.bid}')" class="list"> {/if} <td><img alt="" src="images/country/{if $ban_list.cc}{$ban_list.cc|lower}{else}clear{/if}.png" /> {$ban_list.player_nick}</td> <td>{$ban_list.admin_nick}</span></td> <td> {if $ban_list.ban_length>0} <span style="color:green;font-weight:blod;">{$ban_list.ban_length*60|date2word:true}</span> {else} <span style="color:red;font-weight:blod;">{"_PERMANENT"|lang}</span> {/if} </td> </tr> <tr id="banedit_{$ban_list.bid}" style="display:none;"> {include file="layer_banedit_banlist.tpl"} </tr> </form> {/foreach} {/if} <!-- Banlist --> </tbody> </table> <div class="clearer"> </div> </div> </div>
Dodanych wklejek: 11179
Powered By (Pav32) Pastebin © 2011