header.php 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. if(!defined('IN_DISCUZ')) {
  3. exit('Access Denied');
  4. }
  5. ob_start();
  6. ?>
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10. <base href="<?php echo $_G['siteurl']; ?>archiver/" />
  11. <title><?php if(!empty($navtitle)): echo $navtitle.' - '; endif; if(empty($nobbname)): echo $_G['setting']['bbname'].' - '; endif;?> Powered by Discuz! Archiver</title>
  12. <?php echo $_G['setting']['seohead']; ?>
  13. <meta name="keywords" content="<?php if(!empty($metakeywords)): echo dhtmlspecialchars($metakeywords); endif;?>" />
  14. <meta name="description" content="<?php if(!empty($metadescription)): echo dhtmlspecialchars($metadescription).' ';endif; echo ','.$_G['setting']['bbname'];?>" />
  15. <meta name="generator" content="Discuz! <?php echo $_G['setting']['version']; ?>" />
  16. <meta name="author" content="Discuz! Team and Comsenz UI Team" />
  17. <meta name="copyright" content="2001-2017 Comsenz Inc." />
  18. <style type="text/css">
  19. body {font-family: Verdana;FONT-SIZE: 12px;MARGIN: 0;color: #000000;background: #ffffff;}
  20. img {border:0;}
  21. li {margin-top: 8px;}
  22. .page {padding: 4px; border-top: 1px #EEEEEE solid}
  23. .author {background-color:#EEEEFF; padding: 6px; border-top: 1px #ddddee solid}
  24. #nav, #content, #end {padding: 8px; border: 1px solid #EEEEEE; clear: both; width: 95%; margin: auto; margin-top: 10px;}
  25. #header, #footer { margin-top: 20px; }
  26. #loginform {text-align: center;}
  27. </style>
  28. </head>
  29. <body vlink="#333333" link="#333333">
  30. <center id="header">
  31. <?php echo adshow('headerbanner'); ?>
  32. <h2><?php echo $_G['setting']['bbname']; ?>'s Archiver </h2>
  33. </center>