HEX
Server: nginx/1.16.1
System: Linux iZ7xv2zauie3qihz0jlnrxZ 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: www (1000)
PHP: 7.2.33
Disabled: 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
Upload Files
File: /www/wwwroot/shzthfdcpg.com/wp-content/themes/shzhaotao/header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="format-detection" content="telephone=no" />
  <title><?php wp_title( '', true, 'right' ); ?></title>

  <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/bootstrap.min.css" type="text/css" />
  <link href="<?php echo get_template_directory_uri(); ?>/css/moban2/style.css" type="text/css" rel="stylesheet" />
  <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/moban2/responsive-nav.css" type="text/css"/>
  <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/moban2/iconfont.css" type="text/css"/>
  <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/moban2/video-js.css" type="text/css"/>
<!--   <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/images/moban2/logo_icon1.png" type="image/x-icon" />  -->
  <?php wp_head(); ?>
  <!--[if lt IE 9]>
    <script src="<?php echo get_template_directory_uri(); ?>/js/html5shiv.min.js"></script>
    <script src="<?php echo get_template_directory_uri(); ?>/js/respond.min.js"></script>
  <![endif]-->
</head>
<body>

    <div class="top_box">
      <div class="top_box_inner">
        <div class="topcontent">
        </div>
        <div class="clear">
        </div>
        <div class="logo">
          <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo of_get_option( 'logo_src');  ?>"  alt="<?php echo of_get_option('title');  ?>"></a>
        </div>
        <div class="menu_box" id="Menu">
          <?php wp_nav_menu( array( 'theme_location' => 'header-menu' )); ?>
        </div>
      </div>
    </div>
    <div class="tx-banner">
      <div id="myCarousel" class="carousel slide" data-ride="carousel">
        <!-- Indicators -->
        <ol class="carousel-indicators">
            <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
            <!--<li data-target="#myCarousel" data-slide-to="1"></li>-->
        </ol>
            <div class="carousel-inner">
                <div class="item active">
                  <a href="<?php echo of_get_option( 'banner_link1'); ?>" target="_blank">
                      <img class="img1" src="<?php echo of_get_option( 'banner_src1'); ?>" alt="<?php echo of_get_option( 'title'); ?>"/>
                      <img class="img2" src="<?php echo of_get_option( 'banner_phone_src1'); ?>" alt="<?php echo of_get_option( 'title'); ?>"/>
                    </a>
                </div>
               <!-- <div class="item">
                  <a href="<?php echo of_get_option( 'banner_link2'); ?>" target="_blank">
                      <img class="img1" src="<?php echo of_get_option( 'banner_src2'); ?>" alt="<?php echo of_get_option( 'title'); ?>"/>
                      <img class="img2" src="<?php echo of_get_option( 'banner_phone_src2'); ?>" alt="<?php echo of_get_option( 'title'); ?>"/>
                    </a>
                </div>-->
            </div>
            <a class="left carousel-control" href="#myCarousel" data-slide="prev">
              <span class="glyphicon glyphicon-chevron-left"></span>
            </a>
            <a class="right carousel-control" href="#myCarousel" data-slide="next">
              <span class="glyphicon glyphicon-chevron-right"></span>
            </a>
        </div>
    </div>