cms系统的站点模板库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
cms_templates/servicingmaster/details.html

173 lines
8.8 KiB

<!DOCTYPE html>
<html dir="ltr" lang="en-GB" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="UTF-8" />
<title>{{.Title}}</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="referrer" content="unsafe-url">
<meta name="keywords" content="{{.Keywords}}">
<meta name="description" content="{{.Description}}">
<link type="text/css" rel="stylesheet" href="{{staticFile "css/bootstrap.min.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/index.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/2ebe05e4388b7acb2e9c216446ec5fa6.css@ver=af581.css"}}" />
</head>
<body
class="home page-template-default page page-id-5 et_pb_button_helper_class et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_fade et_header_style_left et_pb_footer_columns3 et_cover_background et_pb_gutter et_pb_gutters3 et_pb_pagebuilder_layout et_no_sidebar et_divi_theme et-db">
<div id="page-container">
<header id="main-header" data-height-onload="66">
<div class="container clearfix et_menu_container">
<div class="logo_container">
<span class="logo_helper"></span>
<a href="{{.IndexUrl}}" class="logo"><img src="{{replaceImage .Logo}}" alt="logo" /></a>
</div>
<div id="et-top-navigation" data-height="66" data-fixed-height="40">
<nav id="top-menu-nav">
<ul id="top-menu" class="nav">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</nav>
</div>
</div>
</header>
<div id="et-main-area">
<div id="main-content">
<article id="post-5" class="post-5 page type-page status-publish hentry">
<div class="entry-content">
<div id="et-boc" class="et-boc">
<div class="et-l et-l--post">
<div class="et_builder_inner_content et_pb_gutters3">
<div
class="et_pb_section et_pb_section_0 et_pb_fullwidth_section et_section_regular section_has_divider et_pb_bottom_divider">
<section
class="et_pb_module et_pb_fullwidth_header et_pb_fullwidth_header_0 et_pb_text_align_left et_pb_bg_layout_dark">
<div class="et_pb_fullwidth_header_overlay"></div>
<div class="et_pb_fullwidth_header_scroll"></div>
</section>
<div class="et_pb_bottom_inside_divider et-no-transition"></div>
</div>
<div
class="et_pb_section et_pb_section_1 et_section_regular section_has_divider et_pb_bottom_divider">
<div class="et_pb_row et_pb_row_0">
<div id="breadcrumb">
<a href="{{.IndexUrl}}">{{lang "home"}}</a>
<span>\ {{.Title}}</span>
</div>
<div id="article-head">
<h2 id="title">{{.Title}}</h2>
<div>
<span>{{timeFormat .PublishTime}}</span>
<span> / </span>
<span>{{.Views}} {{lang "views"}}</span>
</div>
</div>
<div class="d-lg-flex">
<div id="article-container" class="col-lg-12 col-md-12" style="padding: 0 20px;">
<!-- article content start -->
<!-- span class="link"
section="shortcodeLink"><a
href="/tech/mobile/the-next-iphone-moment-will-arrive-eventually-hurry-up-already/">the
iPhone</a></span> -->
<article id="article">
<img width="100%" style="padding: 0 20px;" src="{{getCover .Article.Pictures}}" />
<p class="speakableTextP1">{{.Article.Summary}}</p>
{{range .Article.Topics}}
<p><strong>{{.Topic}}</strong></p>
{{$tlen := len .Pictures}}
{{if ne $tlen 0}}
{{range .Pictures}}
<img width="100%" src="{{replaceImage .}}" />
{{end}}
{{end}}
<p>{{.Content}}</p>
{{end}}
</article>
<!-- article content end -->
<div class="article-page">
{{ if .Prev }}
<div class="hidden-text">
<a href="{{.Prev.Url}}">{{lang "prev_article"}}:{{.Prev.Title}}</a>
</div>
{{ end }}
{{ if .Next }}
<div class="hidden-text">
<a href="{{.Next.Url}}">{{lang "next_article"}}:{{.Next.Title}}</a>
</div>
{{ end }}
</div>
</div>
</div>
</div>
<div class="et_pb_bottom_inside_divider et-no-transition"></div>
</div>
</div>
</div>
</div>
</div>
</article>
</div>
<footer id="main-footer">
<div style="background-color: #000000; text-align: center; padding: 20px 0 12px 0;"> <img
data-lazyloaded="1" src="data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs="
class="img-fluid" data-src="https://www.servicingmaster.co.uk/img/pay-online.gif"
alt="Confidence In Quality"></div>
<div class="container">
<div id="footer-widgets" class="clearfix">
<div class="footer-widget">
<div id="text-2" class="fwidget et_pb_widget widget_text">
<div class="textwidget">
<p>
{{if .HasAbout }}
<a class="text-wht" href="{{.AboutUrl}}">{{lang "about"}}</a><br />
{{end}}
{{if .HasContact }}
<a class="text-wht" href="{{.ContactUrl}}">{{lang "contact"}}</a><br />
{{end}}
{{if .HasPolicy }}
<a class="text-wht" href="{{.PolicyUrl}}">{{lang "policy"}}</a><br />
{{end}}
<a class="text-wht" title="Van and car service Ashton under Lyne"
href="https://servicingmaster.co.uk/van-and-car-service-in-ashton-under-lyne">Van
and car service Ashton under Lyne</a><br />
</p>
<p>{{lang "related"}}</p>
</div>
</div>
</div>
</div>
</div>
<div id="footer-bottom">
<div class="container clearfix">
<ul class="et-social-icons"></ul>
<p id="copyright" style="color: #eee;">{{.Copyright}}</p>
</div>
</div>
</footer>
</div>
</div>
</body>
</html>
<!-- Page optimized by LiteSpeed Cache @2022-11-16 18:17:08 -->
<!-- Page generated by LiteSpeed Cache 5.3 on 2022-11-16 18:17:08 -->