Commit 052704c4 by o.kimura

バナー差し替え

parent 111eeae2
......@@ -131,7 +131,7 @@
<?php endwhile; ?>
<div id="main_area" class="clearfix">
<p id="bnr_area"><a href="https://sanitary-net-annex.com/contest/" target="_brank"><img src="/cms/wp-content/uploads/2020/03/sessuijiman2020.png" width="353" height="107" alt="我が家の節水自慢" /></a> <a href="/news/news1399"><img src="/cms/wp-content/uploads/2019/04/banner_jisedai.jpg" width="353" height="107" alt="次世代住宅ポイント制度" /></a></p>
<p id="bnr_area"><a href="https://sanitary-net-annex.com/contest/" target="_brank"><img src="/cms/wp-content/uploads/2020/06/sessuijiman202006.png" width="353" height="107" alt="我が家の節水自慢" /></a> <a href="/news/news1399"><img src="/cms/wp-content/uploads/2019/04/banner_jisedai.jpg" width="353" height="107" alt="次世代住宅ポイント制度" /></a></p>
<div class="left">
    <div style="overflow: hidden; margin-bottom: 20px;">
<div class="box_left">
......
......@@ -17,20 +17,22 @@
?>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="トイレ,節水,節約,CO2削減,省エネ,リフォーム,日本レストルーム工業会">
<meta name="description" content="トイレナビはトイレでの節水,節約,CO2削減,省エネ,リフォームなどの情報を発信しています。日本レストルーム工業会が運営しています。">
<title>トイレナビ|トイレで節水・節約・CO2削減・省エネ 一般社団法人 日本レストルーム工業会</title>
<link rel="stylesheet" href="/sp/shared/css/common.css" type="text/css" media="all">
<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/sp/shared/inc/ga.php'; ?>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="トイレ,節水,節約,CO2削減,省エネ,リフォーム,日本レストルーム工業会">
<meta name="description" content="トイレナビはトイレでの節水,節約,CO2削減,省エネ,リフォームなどの情報を発信しています。日本レストルーム工業会が運営しています。">
<title>トイレナビ|トイレで節水・節約・CO2削減・省エネ 一般社団法人 日本レストルーム工業会</title>
<link rel="stylesheet" href="/sp/shared/css/common.css" type="text/css" media="all">
<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/sp/shared/inc/ga.php'; ?>
</head>
<body>
<div id="container" class="toppage">
<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/sp/shared/inc/header.php'; ?>
<main>
<div id="main">
<div id="container" class="toppage">
<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/sp/shared/inc/header.php'; ?>
<main>
<div id="main">
<div id="showcase">
<img src="/sp/shared/images/showcase.jpg" alt="">
<p>
......@@ -40,14 +42,16 @@
トイレに関するよくあるご質問をまとめた「トイレQ&amp;A」、医学研究結果や専門医・専門家のインタビュー記事をスマートフォン用にご用意しました。
</p>
</div>
<div id="bnr_area" style="padding-bottom:1em;"><a href="https://sanitary-net-annex.com/contest/" target="_brank"><img src="/cms/wp-content/uploads/2020/03/sessuijiman2020.png" alt="我が家の節水自慢" /></a></div>
<div id="bnr_area" style="padding-bottom:1em;"><a href="https://sanitary-net-annex.com/contest/" target="_brank"><img src="/cms/wp-content/uploads/2020/06/sessuijiman202006.png" alt="我が家の節水自慢" /></a></div>
<section>
<div class="section qa">
<h1 class="section_ttl">トイレQ&amp;A</h1>
<div class="tbl">
<div class="row">
<div class="box">
<a href="/sp/faq/#section_toilet"><h2 class="ttl toilet">大便器</h2></a>
<a href="/sp/faq/#section_toilet">
<h2 class="ttl toilet">大便器</h2>
</a>
<ul>
<?php query_posts("cat=3&showposts=-1&order=DESC&orderby=date"); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $show = get_post_meta($post->ID, 'qa_toilet', true); if ($show == true): ?>
......@@ -57,7 +61,9 @@
</ul>
</div>
<div class="box">
<a href="/sp/faq/#section_seat"><h2 class="ttl seat">温水洗浄便座</h2></a>
<a href="/sp/faq/#section_seat">
<h2 class="ttl seat">温水洗浄便座</h2>
</a>
<ul>
<?php query_posts("cat=4&showposts=-1&order=DESC&orderby=date"); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $show = get_post_meta($post->ID, 'qa_seat', true); if ($show == true): ?>
......@@ -69,7 +75,9 @@
</div>
<div class="row">
<div class="box">
<a href="/sp/faq/#section_urinal"><h2 class="ttl urinal">小便器</h2></a>
<a href="/sp/faq/#section_urinal">
<h2 class="ttl urinal">小便器</h2>
</a>
<ul>
<?php query_posts("cat=5&showposts=-1&order=DESC&orderby=date"); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $show = get_post_meta($post->ID, 'qa_urinal', true); if ($show == true): ?>
......@@ -79,7 +87,9 @@
</ul>
</div>
<div class="box">
<a href="/sp/faq/#section_etc"><h2 class="ttl etc">その他</h2></a>
<a href="/sp/faq/#section_etc">
<h2 class="ttl etc">その他</h2>
</a>
<ul>
<?php query_posts("cat=6&showposts=-1&order=DESC&orderby=date"); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $show = get_post_meta($post->ID, 'qa_etc', true); if ($show == true): ?>
......@@ -91,7 +101,9 @@
</div>
<div class="row">
<div class="box last">
<a href="/sp/faq/#section_pro"><h2 class="ttl pro">専門家</h2></a>
<a href="/sp/faq/#section_pro">
<h2 class="ttl pro">専門家</h2>
</a>
<ul class="pro">
<?php query_posts("cat=7&showposts=-1&order=DESC&orderby=date"); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $show = get_post_meta($post->ID, 'qa_pro', true); if ($show == true): ?>
......@@ -153,11 +165,12 @@
</div>
</section>
</div>
</div><!-- /#main -->
</main>
<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/sp/shared/inc/footer.php'; ?>
</div><!-- /#container -->
<script type="text/javascript" src="/shared/js/jquery.js"></script>
<script type="text/javascript" src="/sp/shared/js/common.js"></script>
</div><!-- /#main -->
</main>
<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/sp/shared/inc/footer.php'; ?>
</div><!-- /#container -->
<script type="text/javascript" src="/shared/js/jquery.js"></script>
<script type="text/javascript" src="/sp/shared/js/common.js"></script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment