First commit
This commit is contained in:
17
source/archiver/common/footer.php
Normal file
17
source/archiver/common/footer.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
?>
|
||||
<br />
|
||||
<center>
|
||||
<?php echo adshow('footerbanner//1').adshow('footerbanner//2').adshow('footerbanner//3'); ?>
|
||||
<div id="footer">
|
||||
Powered by <strong><a target="_blank" href="https://www.discuz.vip">Discuz! <?php echo $_G['setting']['version']; ?> Archiver</a></strong> <?php echo lang('template', 'copyright'); ?>
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
<?php output(); ?>
|
39
source/archiver/common/header.php
Normal file
39
source/archiver/common/header.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
ob_start();
|
||||
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="<?php echo $_G['config']['output']['charset']; ?>" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<base href="<?php echo $_G['siteurl']; ?>archiver/" />
|
||||
<title><?php if(!empty($navtitle)): echo $navtitle.' - '; endif; if(empty($nobbname)): echo $_G['setting']['bbname'].' - '; endif;?> Powered by Discuz! Archiver</title>
|
||||
<?php echo $_G['setting']['seohead']; ?>
|
||||
|
||||
<meta name="keywords" content="<?php if(!empty($metakeywords)): echo dhtmlspecialchars($metakeywords); endif;?>" />
|
||||
<meta name="description" content="<?php if(!empty($metadescription)): echo dhtmlspecialchars($metadescription).' ';endif; echo ','.$_G['setting']['bbname'];?>" />
|
||||
<meta name="generator" content="Discuz! <?php echo $_G['setting']['version']; ?>" />
|
||||
<meta name="author" content="Discuz! Team and Comsenz UI Team" />
|
||||
<meta name="copyright" content="<?php echo lang('template', 'copyright_s'); ?>" />
|
||||
<style type="text/css">
|
||||
body {font-family: Verdana;FONT-SIZE: 12px;MARGIN: 0;color: #000000;background: #ffffff;}
|
||||
img {border:0;}
|
||||
li {margin-top: 8px;}
|
||||
.page {padding: 4px; border-top: 1px #EEEEEE solid}
|
||||
.author {background-color:#EEEEFF; padding: 6px; border-top: 1px #ddddee solid}
|
||||
#nav, #content, #end {padding: 8px; border: 1px solid #EEEEEE; clear: both; width: 95%; margin: auto; margin-top: 10px;}
|
||||
#header, #footer { margin-top: 20px; }
|
||||
#loginform {text-align: center;}
|
||||
</style>
|
||||
</head>
|
||||
<body vlink="#333333" link="#333333">
|
||||
<center id="header">
|
||||
<?php echo adshow('headerbanner'); ?>
|
||||
<h2><?php echo $_G['setting']['bbname']; ?>'s Archiver </h2>
|
||||
</center>
|
0
source/archiver/common/index.htm
Normal file
0
source/archiver/common/index.htm
Normal file
Reference in New Issue
Block a user