Guest User

Untitled

a guest
Apr 29th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="no">
  3. <head>
  4. <title>Test</title>
  5. </head>
  6. <body>
  7. <?php
  8. header('Content-Type: text/html; charset=latin1');
  9. class crimesTemplate extends template {
  10.  
  11. public $loginPage = false; // Ture means you can access this page without being logged in
  12. public $jailPage = false; // True means you can view this page in prison
  13.  
  14. public $crimeHolder = '<div class="crime-holder">
  15. <p>{var1} ({var2}) <span class="commit"><a href="?page=crimes&action=commit&crime={var4}">Gjenomfør</a></span></p>
  16. <div class="crime-perc">
  17. <div class="perc" style="width:{var3}%;"></div>
  18. </div>
  19. </div>';
  20.  
  21. }
  22.  
  23. ?>
  24. </body>
  25. </html>
Add Comment
Please, Sign In to add comment