A lightweight forum engine written in PHP. Repository is now obsolete and read-only. http://www.pioder.pl/uforum.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.1 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <head>
  3. <meta http-equiv="Content-Language" content="pl">
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <link rel="shortcut icon" href="skins/subPurple/images/favicon.ico">
  6. <link rel="favicon" href="skins/subPurple/images/favicon.ico">
  7. <link rel="stylesheet" href="template/skin.css" type="text/css">
  8. <meta http-equiv="refresh" content="1.5; url=<? echo $skin['url']; ?>">
  9. <title>DSF Administration</title>
  10. </head>
  11. <body class="body">
  12. <center>
  13. <div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
  14. <div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
  15. <br>
  16. <div align="left" style="width: <?= TABLES_WIDTH; ?>px">
  17. <table align="center" class="message" width="<?= TABLES_WIDTH; ?>">
  18. <tr><td class="fitem" align="center"><font face="Verdana" style="font-size: 16pt; font-weight: bold">DSF v <? echo VERSION; ?></font></td></tr>
  19. <tr>
  20. <td valign="center" align="center" class="message">
  21. <? echo $skin['msg']; ?>
  22. </td>
  23. </tr>
  24. </table>
  25. <? include 'overall_footer.tpl'; ?>