HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.2.20
System: Linux 825a8fd6cf8c 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64
User: apache (48)
PHP: 8.2.20
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/frameMyrskyNew/sitemap.php
<?php
/**
@package WordPress
Template Name: sitemap
*/
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo( 'charset' ); ?>"/>
<title>站点地图 - <?php bloginfo('name'); ?></title>
<meta name="keywords" content="站点地图,<?php bloginfo('name'); ?>"/>
<meta name="copyright" content="<?php bloginfo('name'); ?>"/>
<link rel="canonical" href="<?php echo get_permalink(); ?>"/>
<style type="text/css">

body { margin:0; padding:0; width:100%;}

img {border:0;}
li {margin-top: 8px;}
.page {padding: 4px; border-top: 1px#EEEEEEsolid}
.author {background-color:#EEEEFF; padding: 6px; border-top: 1px#ddddeesolid}
#nav, #content, #footer {padding: 8px; border: 1pxsolid#EEEEEE; clear: both; width: 95%; margin: auto; margin-top: 10px;}
</style>
</head>
<body>
<h2 style="text-align: center; margin-top: 20px"><?php bloginfo('name'); ?>'s SiteMap </h2>
<div id="nav"><a href="<?php bloginfo('url'); ?>/"><strong><?php bloginfo('name'); ?></strong></a>&raquo;<a href="<?php echo get_permalink(); ?>">站点地图</a></div>


<div id="content"><h3>最新文章</h3>
<ul>
<?php query_posts("showposts=5&orderby=date&order=DESC")?>
<?php while (have_posts()) : the_post(); ?>
<li><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" target="_blank"><?php the_title(); ?></a></li>
<?php endwhile; ?>
</ul>
</div>

<div id="content"><li class="categories">分类目录<ul><?php wp_list_categories('title_li='); ?></ul></li></div>

<div id="content"><li class="categories">单页面</li><?php wp_page_menu( $args ); ?></div>
<div id="footer">查看博客首页: <strong><a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></strong></div>

<div style="text-align: center; margin-top: 20px">
<P>
	<A href="http://tj.myrsky.com.cn:8088" rel="nofollow" target=_blank>迈瑞凯电子科技(天津)有限公司(ERP). 地址:天津市静海经济开发区金海道26号</A><BR><A href="http://erp.myrsky.com.cn" rel="nofollow" target=_blank>迈瑞凯电子(深圳)有限公司 地址:深圳市宝安区福永镇和平村和裕工业园(福园一路115号)</A>&nbsp; &nbsp;<BR>传真: 0755-33936358&nbsp;&nbsp;&nbsp;&nbsp; 邮编: 518103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A>邮箱地址:</A>&nbsp;<A href="mailto:sales@myrsky.com.cn">sales@myrsky.com.cn</A>&nbsp;&nbsp; &nbsp; 销售服务电话:<SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 10.5pt; mso-fareast-font-family: 宋体; mso-bidi-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA" lang=EN-US>800-897-2800</SPAN>&nbsp;&nbsp;<A href="http://www.miibeian.gov.cn" target="_blank"><FONT color="#dd4822">粤ICP备12031193号-1</FONT></A> </P>
	<p>
	Copyright &copy; 2002 - <?php echo date(__('Y','ml'));?> <A href="http://www.myropcb.com" target=_blank>MyRoPCB.com</A>
 Inc. All rights reserved.
	</p>
</div>