<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* blog/list.twig */
class __TwigTemplate_83b33f8298c511810bedf71352972256c61962e6a0f9187351ff00aa9d29328c extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'javascript' => [$this, 'block_javascript'],
'stylesheet' => [$this, 'block_stylesheet'],
'main' => [$this, 'block_main'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "blog/list.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "blog/list.twig"));
$this->parent = $this->loadTemplate("default_frame.twig", "blog/list.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 4
echo " <script type=\"text/javascript\">
\$(function() {
\$('.archive-link-div__year__ttl').click(function(event) {
\$(this).closest('.archive-link-div__year').toggleClass('active');
});
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 13
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
// line 14
echo " <style>
.pluginCMBblog .item_blog_image {
width: 100% !important;
height: 248px;
object-fit: cover;
}
.pluginCMBblog .figure__main_image{
margin: 0;
padding: 0;
display: grid;
justify-content: stretch;
align-items: flex-end;
}
.pluginCMBblog .item_blog_image,
.pluginCMBblog figcaption {
padding: 0;
grid-column: 1/2;
grid-row: 1/2;
}
.pluginCMBblog figcaption {
text-align: center;
padding: 0.4rem 2rem;
font-size: 1rem;
background-color: rgba(0,0,0,.7);
color: #fff;
overflow: hidden;
white-space: normal;
word-wrap: break-word;
}
.pluginCMBblog .ec-topicpath .ec-topicpath__item{
display: initial !important;
}
.blog_release_dc{
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 1.4rem;
margin-top: 1rem;
}
.pluginCMBblog .list_blog_cat li {
display: initial !important;
letter-spacing: 0.2rem;
}
.pluginCMBblog .list_blog .list_category_link{
color: inherit;
padding: 0 1rem 0 0;
}
.pluginCMBblog .blog_category li:last-child .list_category_link{
border: none;
}
.pluginCMBblog .blog_category{
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}
.pluginCMBblog .blog_category li{
display: initial;
}
.pluginCMBblog .blog_title_h3{
font-size: 18px !important;
line-height: 1.4;
margin-top: 10px;
margin-bottom: 1px;
word-break: break-word;
color: #2881c3;
}
.pluginCMBblog .blog_release_date {
padding-right: 1rem;
margin-right: 1rem;
position: relative;
}
.pluginCMBblog .blog_release_date:after {
content: \"\";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 1px;
height: 1em;
background-color: #ddd;
}
.w-100 {
width: 100%
}
.side-bar > div {
width: 90%;
margin:40px auto;
}
h5.tag-header {
padding: 1rem 2rem;
border-left: 4px solid #000;
}
.month-archive a {
text-decoration: underline;
display: block;
padding: 3px 27px;
}
.archive-link-div {
max-height: 600px;
overflow-y: scroll;
}
.archive-link-div::-webkit-scrollbar {
display: none;
}
@media screen and (max-width: 768px){
.pluginCMBblog .item_blog_image {
width: 100% !important;
height: 40vw;
object-fit: cover;
}
.side-bar > div {
width: 100%
}
}
@media only screen and (min-width: 768px) {
.side-bar {
width: 280px;
background-color: #f6f6f6;
}
.ec-role {
display: flex;
justify-content: flex-start
}
.mt-65 {
margin-top: 65px!important;
}
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 145
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 146
echo " <div class=\"ec-banner\">
<div class=\"ec-banner__inner\">
<div class=\"inner\">
<h2>
";
// line 150
if ((($context["page_title"]) ?? (false))) {
// line 151
echo " ";
echo twig_escape_filter($this->env, (isset($context["page_title"]) || array_key_exists("page_title", $context) ? $context["page_title"] : (function () { throw new RuntimeError('Variable "page_title" does not exist.', 151, $this->source); })()), "html", null, true);
echo "
";
} else {
// line 153
echo " コラム
";
}
// line 155
echo " </h2>
</div>
</div>
<div class=\"ec-breadcrumb\">
<ul class=\"ec-breadcrumb__menu\">
<li class=\"ec-breadcrumb__item\"><a href=\"";
// line 160
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">TOP</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
<li class=\"ec-breadcrumb__item\"><p>コラム</p></li>
</ul>
</div>
</div>
<div class=\"ec-role pluginCMBblog\">
<div class=\"w-100\">
<div class=\"ec-searchnavRole__topicpath\">
<ol class=\"ec-topicpath list_blog_cat\">
<li class=\"ec-topicpath__item\">
<a href=\"";
// line 172
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cm_blog_pro_page_list");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("全て"), "html", null, true);
echo "</a>
</li>
";
// line 174
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["categories"]) || array_key_exists("categories", $context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.', 174, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
// line 175
echo "
<li class=\"";
// line 176
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["category"], "class", [], "any", false, false, false, 176), "html", null, true);
echo "\">
<a href=\"";
// line 177
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cm_blog_pro_page_list", ["categories" => [0 => twig_get_attribute($this->env, $this->source, $context["category"], "getId", [], "method", false, false, false, 177)]]), "html", null, true);
echo "\" class=\"list_category_link\">
";
// line 178
echo twig_get_attribute($this->env, $this->source, $context["category"], "getName", [], "any", false, false, false, 178);
echo "
</a>
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 182
echo " </ol>
</div>
";
// line 185
if ((twig_get_attribute($this->env, $this->source, (isset($context["pagination"]) || array_key_exists("pagination", $context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.', 185, $this->source); })()), "totalItemCount", [], "any", false, false, false, 185) > 0)) {
// line 186
echo " <div class=\"ec-shelfRole\" style=\"padding-top: 20px\">
<ul class=\"ec-shelfGrid list_blog\">
";
// line 188
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["pagination"]) || array_key_exists("pagination", $context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.', 188, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["blog"]) {
// line 189
echo " <li class=\"ec-shelfGrid__item\">
<a href=\"";
// line 190
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cm_blog_pro_page_detail", ["id" => ((twig_get_attribute($this->env, $this->source, $context["blog"], "slug", [], "any", false, false, false, 190)) ? (twig_get_attribute($this->env, $this->source, $context["blog"], "slug", [], "any", false, false, false, 190)) : (twig_get_attribute($this->env, $this->source, $context["blog"], "id", [], "any", false, false, false, 190)))]), "html", null, true);
echo "\">
<figure class=\"figure__main_image\">
";
// line 192
if (twig_get_attribute($this->env, $this->source, $context["blog"], "getMainListImage", [], "any", false, false, false, 192)) {
// line 193
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env, $this->source, $context["blog"], "getMainListImage", [], "any", false, false, false, 193)), "save_image"), "html", null, true);
echo "\" class='item_blog_image'></img>
";
} else {
// line 195
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(""), "save_image"), "html", null, true);
echo "\" class='item_blog_image'></img>
";
}
// line 197
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["blog"], "getFigCaption", [], "any", false, false, false, 197)) {
// line 198
echo " <figcaption>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["blog"], "getFigCaption", [], "any", false, false, false, 198), "html", null, true);
echo "</figcaption>
";
}
// line 200
echo " </figure>
</a>
<h3 class=\"blog_title_h3\">";
// line 202
(((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, $context["blog"], "getTitle", [], "any", false, false, false, 202)) > 25)) ? (print (twig_escape_filter($this->env, (twig_slice($this->env, twig_replace_filter(twig_striptags(twig_get_attribute($this->env, $this->source, $context["blog"], "getTitle", [], "any", false, false, false, 202)), [" " => " "]), 0, 25) . "..."), "html", null, true))) : (print (twig_get_attribute($this->env, $this->source, $context["blog"], "getTitle", [], "any", false, false, false, 202))));
echo "</h3>
<div class=\"blog_release_dc\">
<div class=\"blog_release_date\">";
// line 204
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, $context["blog"], "release_date", [], "any", false, false, false, 204), "Y.m.d"), "html", null, true);
echo "</div>
<ul class=\"blog_category\">
";
// line 206
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["blog"], "getBlogCategories", [], "any", false, false, false, 206));
foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
// line 207
echo " <li class=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["category"], "getCategory", [], "any", false, false, false, 207), "class", [], "any", false, false, false, 207), "html", null, true);
echo "\">
<a href=\"";
// line 208
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cm_blog_pro_page_list", ["categories" => [0 => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["category"], "getCategory", [], "method", false, false, false, 208), "getId", [], "method", false, false, false, 208)]]), "html", null, true);
echo "\" class=\"list_category_link\">
";
// line 209
(((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["category"], "getCategory", [], "any", false, false, false, 209), "getName", [], "any", false, false, false, 209)) > 15)) ? (print (twig_escape_filter($this->env, (twig_slice($this->env, twig_replace_filter(twig_striptags(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["category"], "getCategory", [], "any", false, false, false, 209), "getName", [], "any", false, false, false, 209)), [" " => " "]), 0, 15) . "..."), "html", null, true))) : (print (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["category"], "getCategory", [], "any", false, false, false, 209), "getName", [], "any", false, false, false, 209))));
echo "
</a>
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 212
echo "
</ul>
</div>
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['blog'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 217
echo " </ul>
</div>
<div class=\"ec-pagerRole ec-product__group\">
<div class=\"pagenation\">
";
// line 221
$this->loadTemplate("pager.twig", "blog/list.twig", 221)->display(twig_array_merge($context, ["pages" => twig_get_attribute($this->env, $this->source, (isset($context["pagination"]) || array_key_exists("pagination", $context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.', 221, $this->source); })()), "paginationData", [], "any", false, false, false, 221), "routes" => "cm_blog_pro_page_list"]));
echo "
</div>
</div>
";
}
// line 225
echo " </div>
<div class=\"side-bar\">
<div class=\"mt-65 month-archive\">
<h5 class=\"tag-header\">";
// line 228
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("plg.CMBlogPro.blog.month_archive"), "html", null, true);
echo "</h5>
<div class=\"archive-link-div\">
";
// line 230
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["monthArr"]) || array_key_exists("monthArr", $context) ? $context["monthArr"] : (function () { throw new RuntimeError('Variable "monthArr" does not exist.', 230, $this->source); })()));
foreach ($context['_seq'] as $context["key_y"] => $context["val_y"]) {
// line 231
echo " <div class=\"archive-link-div__year ";
if (((isset($context["search_year"]) || array_key_exists("search_year", $context) ? $context["search_year"] : (function () { throw new RuntimeError('Variable "search_year" does not exist.', 231, $this->source); })()) == $context["key_y"])) {
echo " active ";
}
echo "\">
<div class=\"archive-link-div__year__ttl\">";
// line 232
echo twig_escape_filter($this->env, $context["key_y"], "html", null, true);
echo "年</div>
<div class=\"archive-link-div__year__ctt month-archive\">
";
// line 234
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($context["val_y"]);
foreach ($context['_seq'] as $context["key_m"] => $context["val_m"]) {
// line 235
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cm_blog_pro_page_list", ["date" => $context["key_m"]]), "html", null, true);
echo "\">
<span>▶</span>
";
// line 237
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val_m"], "ym", [], "any", false, false, false, 237), "html", null, true);
echo "(";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val_m"], "count", [], "any", false, false, false, 237), "html", null, true);
echo ")
</a>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key_m'], $context['val_m'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 240
echo " </div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key_y'], $context['val_y'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 243
echo " </div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "blog/list.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 479 => 243, 471 => 240, 460 => 237, 454 => 235, 450 => 234, 445 => 232, 438 => 231, 434 => 230, 429 => 228, 424 => 225, 417 => 221, 411 => 217, 401 => 212, 391 => 209, 387 => 208, 382 => 207, 378 => 206, 373 => 204, 368 => 202, 364 => 200, 358 => 198, 355 => 197, 349 => 195, 343 => 193, 341 => 192, 336 => 190, 333 => 189, 329 => 188, 325 => 186, 323 => 185, 318 => 182, 308 => 178, 304 => 177, 300 => 176, 297 => 175, 293 => 174, 286 => 172, 271 => 160, 264 => 155, 260 => 153, 254 => 151, 252 => 150, 246 => 146, 236 => 145, 97 => 14, 87 => 13, 70 => 4, 60 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% block javascript %}
<script type=\"text/javascript\">
\$(function() {
\$('.archive-link-div__year__ttl').click(function(event) {
\$(this).closest('.archive-link-div__year').toggleClass('active');
});
});
</script>
{% endblock %}
{% block stylesheet %}
<style>
.pluginCMBblog .item_blog_image {
width: 100% !important;
height: 248px;
object-fit: cover;
}
.pluginCMBblog .figure__main_image{
margin: 0;
padding: 0;
display: grid;
justify-content: stretch;
align-items: flex-end;
}
.pluginCMBblog .item_blog_image,
.pluginCMBblog figcaption {
padding: 0;
grid-column: 1/2;
grid-row: 1/2;
}
.pluginCMBblog figcaption {
text-align: center;
padding: 0.4rem 2rem;
font-size: 1rem;
background-color: rgba(0,0,0,.7);
color: #fff;
overflow: hidden;
white-space: normal;
word-wrap: break-word;
}
.pluginCMBblog .ec-topicpath .ec-topicpath__item{
display: initial !important;
}
.blog_release_dc{
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 1.4rem;
margin-top: 1rem;
}
.pluginCMBblog .list_blog_cat li {
display: initial !important;
letter-spacing: 0.2rem;
}
.pluginCMBblog .list_blog .list_category_link{
color: inherit;
padding: 0 1rem 0 0;
}
.pluginCMBblog .blog_category li:last-child .list_category_link{
border: none;
}
.pluginCMBblog .blog_category{
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}
.pluginCMBblog .blog_category li{
display: initial;
}
.pluginCMBblog .blog_title_h3{
font-size: 18px !important;
line-height: 1.4;
margin-top: 10px;
margin-bottom: 1px;
word-break: break-word;
color: #2881c3;
}
.pluginCMBblog .blog_release_date {
padding-right: 1rem;
margin-right: 1rem;
position: relative;
}
.pluginCMBblog .blog_release_date:after {
content: \"\";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 1px;
height: 1em;
background-color: #ddd;
}
.w-100 {
width: 100%
}
.side-bar > div {
width: 90%;
margin:40px auto;
}
h5.tag-header {
padding: 1rem 2rem;
border-left: 4px solid #000;
}
.month-archive a {
text-decoration: underline;
display: block;
padding: 3px 27px;
}
.archive-link-div {
max-height: 600px;
overflow-y: scroll;
}
.archive-link-div::-webkit-scrollbar {
display: none;
}
@media screen and (max-width: 768px){
.pluginCMBblog .item_blog_image {
width: 100% !important;
height: 40vw;
object-fit: cover;
}
.side-bar > div {
width: 100%
}
}
@media only screen and (min-width: 768px) {
.side-bar {
width: 280px;
background-color: #f6f6f6;
}
.ec-role {
display: flex;
justify-content: flex-start
}
.mt-65 {
margin-top: 65px!important;
}
}
</style>
{% endblock %}
{% block main %}
<div class=\"ec-banner\">
<div class=\"ec-banner__inner\">
<div class=\"inner\">
<h2>
{% if page_title ?? false %}
{{ page_title }}
{% else %}
コラム
{% endif %}
</h2>
</div>
</div>
<div class=\"ec-breadcrumb\">
<ul class=\"ec-breadcrumb__menu\">
<li class=\"ec-breadcrumb__item\"><a href=\"{{ url('homepage') }}\">TOP</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
<li class=\"ec-breadcrumb__item\"><p>コラム</p></li>
</ul>
</div>
</div>
<div class=\"ec-role pluginCMBblog\">
<div class=\"w-100\">
<div class=\"ec-searchnavRole__topicpath\">
<ol class=\"ec-topicpath list_blog_cat\">
<li class=\"ec-topicpath__item\">
<a href=\"{{ url('cm_blog_pro_page_list') }}\">{{ '全て'|trans }}</a>
</li>
{% for category in categories %}
<li class=\"{{category.class}}\">
<a href=\"{{ url('cm_blog_pro_page_list', {categories: [category.getId()]}) }}\" class=\"list_category_link\">
{{ category.getName|raw }}
</a>
</li>
{% endfor %}
</ol>
</div>
{% if pagination.totalItemCount > 0 %}
<div class=\"ec-shelfRole\" style=\"padding-top: 20px\">
<ul class=\"ec-shelfGrid list_blog\">
{% for blog in pagination %}
<li class=\"ec-shelfGrid__item\">
<a href=\"{{ url('cm_blog_pro_page_detail', {'id': blog.slug ? blog.slug : blog.id}) }}\">
<figure class=\"figure__main_image\">
{% if blog.getMainListImage %}
<img src=\"{{ asset(blog.getMainListImage|no_image_product, 'save_image') }}\" class='item_blog_image'></img>
{% else %}
<img src=\"{{ asset(''|no_image_product, 'save_image') }}\" class='item_blog_image'></img>
{% endif %}
{% if blog.getFigCaption %}
<figcaption>{{ blog.getFigCaption }}</figcaption>
{% endif %}
</figure>
</a>
<h3 class=\"blog_title_h3\">{{ blog.getTitle|length > 25 ? blog.getTitle|striptags|replace({(' '):' '})|slice(0, 25)|raw ~ '...' : blog.getTitle|raw }}</h3>
<div class=\"blog_release_dc\">
<div class=\"blog_release_date\">{{ blog.release_date|date('Y.m.d')}}</div>
<ul class=\"blog_category\">
{% for category in blog.getBlogCategories %}
<li class=\"{{category.getCategory.class}}\">
<a href=\"{{ url('cm_blog_pro_page_list', {categories: [category.getCategory().getId()]}) }}\" class=\"list_category_link\">
{{ category.getCategory.getName|length > 15 ? category.getCategory.getName|striptags|replace({(' '):' '})|slice(0, 15)|raw ~ '...' : category.getCategory.getName|raw }}
</a>
</li>
{% endfor %}
</ul>
</div>
</li>
{% endfor %}
</ul>
</div>
<div class=\"ec-pagerRole ec-product__group\">
<div class=\"pagenation\">
{% include \"pager.twig\" with {'pages': pagination.paginationData, 'routes' : 'cm_blog_pro_page_list'} %}
</div>
</div>
{% endif %}
</div>
<div class=\"side-bar\">
<div class=\"mt-65 month-archive\">
<h5 class=\"tag-header\">{{ 'plg.CMBlogPro.blog.month_archive'|trans }}</h5>
<div class=\"archive-link-div\">
{% for key_y, val_y in monthArr %}
<div class=\"archive-link-div__year {% if search_year == key_y %} active {% endif %}\">
<div class=\"archive-link-div__year__ttl\">{{ key_y }}年</div>
<div class=\"archive-link-div__year__ctt month-archive\">
{% for key_m, val_m in val_y %}
<a href=\"{{ url('cm_blog_pro_page_list', {date: key_m}) }}\">
<span>▶</span>
{{ val_m.ym }}({{ val_m.count }})
</a>
{% endfor %}
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
{% endblock %}", "blog/list.twig", "/home/gogo002/gogo002.xbiz.jp/public_html/rintec/app/template/default/blog/list.twig");
}
}