Advertisement
Guest User

banned.tpl

a guest
Nov 28th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. <style type="text/css">
  2. h1 a { height: 58px !important; width: 200px !important; background-image: url('/images/logo.png') !important; }
  3. </style>
  4.  
  5. <body id="" class="process-template">
  6.  
  7. <div id="overlay"></div>
  8.  
  9. <div id="container">
  10. <div class="cbb process-template-box clearfix">
  11. <div id="content">
  12. <div id="header" class="clearfix">
  13. <h1><a href="{$www}"></a></h1>
  14. <ul class="stats">
  15. <li class="stats-online">{$users_online}</li>
  16. </ul>
  17. </div>
  18. <div align="center">
  19. <div id="process-content">
  20. <div style="width:700px;">
  21. <h3><div class="rounded rounded-red">
  22. <b>You have been banned! The reason for the ban is "{$reason}". The ban was filed on {$added_date} by {$added_by} and will expire at {$expire}.</b>
  23. </div></h3>
  24. {$logoutbutton}
  25. <br />
  26. </div>
  27. </div>
  28. </div>
  29.  
  30. <!--[if lt IE 7]>
  31. <script type="text/javascript">
  32. Pngfix.doPngImageFix();
  33. </script>
  34. <![endif]-->
  35.  
  36. </div>
  37. </div>
  38. </div>
  39.  
  40. <script type="text/javascript">
  41. HabboView.run();
  42. </script>
  43.  
  44. </body>
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement