238 lines
		
	
	
		
			8.0 KiB
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
			
		
		
	
	
			238 lines
		
	
	
		
			8.0 KiB
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <odoo>
 | |
| 	<template id="clarico_blog_latest_blogs" inherit_id="website_blog.latest_blogs">
 | |
| 		<xpath expr="//div[hasclass('col-md-12')]/h1" position="attributes">
 | |
| 			<attribute name="class">chs_heading lb_heading</attribute>
 | |
| 		</xpath>
 | |
| 		<xpath expr="//span[hasclass('fa-calendar')]" position="replace">
 | |
| 			   <span class="mr8">	<span class="blog_post_date" t-field="post.post_date"
 | |
| 							t-options='{"format": "MMMM, yyyy"}' /></span>
 | |
| 		</xpath>
 | |
| 		<xpath expr="//div[hasclass('fa-tags')]" position="attributes">
 | |
| 			<attribute name="class">text-muted fa fa-tags tag_margin</attribute>
 | |
|         </xpath>
 | |
|         <xpath expr="//span[hasclass('fa-folder-open')]" position="replace">
 | |
|             <span> -
 | |
|                 <a class="mr8 l_catg" t-attf-href="#{blog_url(blog=post.blog_id)}">
 | |
|                     <span t-field="post.blog_id"/>
 | |
|                 </a>
 | |
|             </span>
 | |
|         </xpath>
 | |
|         <xpath expr="//div[hasclass('col-md-4')]/h4" position="attributes">
 | |
|             <attribute name="class">lb_name</attribute>
 | |
|         </xpath>
 | |
| 	</template>
 | |
| 
 | |
| 
 | |
| 	<template id="clarico_blogs_post_complete" inherit_id="website_blog.blog_post_complete">
 | |
| 		<xpath expr="//p[2][@class='post-meta text-muted text-center']"
 | |
| 			position="replace">
 | |
| 			<span class="fa fa-tags blog_complete_tag_icon" />
 | |
| 			<t t-foreach="blog_post.tag_ids" t-as="one_tag">
 | |
| 				<a class="label label-primary mr8 blog_complete_tag" t-attf-href="#{blog_url(tag=one_tag.id)}"
 | |
| 					t-esc="one_tag.name" />
 | |
| 			</t>
 | |
| 		</xpath>
 | |
| 
 | |
| 		<xpath expr="//div[@class='o_blog_post_complete o_sharing_links']"
 | |
| 			position="replace">
 | |
| 			<div class="blog_share_icons">
 | |
| 				<div class="o_blog_post_complete o_sharing_links">
 | |
| 					<a class="fa fa-twitter-square o_twitter_complete " id="o_twitter_complete">
 | |
| 						<i class="fa fa-twitter"></i>
 | |
| 					</a>
 | |
| 					<a class="fa fa-facebook-square o_facebook_complete" id="o_facebook_complete">
 | |
| 						<i class="fa fa-facebook"></i>
 | |
| 					</a>
 | |
| 					<a class="fa fa-linkedin-square o_linkedin_complete" id="o_linkedin_complete">
 | |
| 						<i class="fa fa-linkedin"></i>
 | |
| 					</a>
 | |
| 					<a class="fa fa-google-plus-square o_google_complete" id="o_google_complete">
 | |
| 						<i class="fa fa-google-plus"></i>
 | |
| 					</a>
 | |
| 				</div>
 | |
| 			</div>
 | |
| 		</xpath>
 | |
| 
 | |
| 		<xpath expr="//h2[@t-field='blog_post.subtitle']" position="replace">
 | |
| 			<h2 t-field="blog_post.subtitle" class="blog_complete_subtitle"
 | |
| 				placeholder="Subtitle" />
 | |
| 		</xpath>
 | |
| 
 | |
| 		<xpath expr="//h1[@t-field='blog_post.name']" position="replace">
 | |
| 			<h1 t-field="blog_post.name" id="blog_post_name" class="blog_complete_name"
 | |
| 				t-att-data-blog-id="blog_post.id" placeholder="Blog Post Title" />
 | |
| 		</xpath>
 | |
| 
 | |
| 		<xpath expr="//div[@id='blog_content']" position="replace">
 | |
| 			<div id="blog_content" t-field="blog_post.content"
 | |
| 				class="blog_content mt32 blog_complete_max_width" />
 | |
| 		</xpath>
 | |
| 	</template>
 | |
| 	
 | |
| 	<template id="clarico_blog_opt_blog_rc_about_us" inherit_id="website_blog.opt_blog_rc_about_us">
 | |
| 		<xpath expr="//section[hasclass('mt32')]" position="replace">
 | |
| 		
 | |
| 		</xpath>
 | |
| 	</template>
 | |
| 	
 | |
| 	
 | |
| 	<template id="clarico_blog_opt_blog_rc_status" inherit_id="website_blog.opt_blog_rc_status">
 | |
| 		<xpath expr="//section[@groups='website.group_website_designer']" position="replace">
 | |
| 		
 | |
| 		</xpath>
 | |
| 	</template>
 | |
| 	
 | |
| 	<template id="website_blog.opt_blog_rc_blogs" name="Our Blogs" priority="6"
 | |
|         inherit_id="website_blog.index_right" active="True" customize_show="True">
 | |
| 		<xpath expr="//div[@id='main_column']" position="attributes">
 | |
|         <attribute name="class">col-sm-8</attribute>
 | |
|     </xpath>
 | |
|     <xpath expr="//div[@id='blog_right_column']" position="inside">
 | |
|       <section class="mt32 mb32 blog_categ">
 | |
| 				<h4>Category</h4>
 | |
| 				<hr class="tagline_hr"></hr>
 | |
| 				<div class="blog_post_catge">
 | |
| 					<ul class="nav nav-pills nav-stacked">
 | |
| 						<t t-foreach="blogs" t-as="nav_blog">
 | |
| 							<li t-att-class="nav_blog.id == blog.id and 'active' or None">
 | |
| 								<a
 | |
| 									t-attf-href="#{blog_url(blog=nav_blog, tag=False, date_begin=False, date_end=False)}">
 | |
| 									<span t-field="nav_blog.name" />
 | |
| 								</a>
 | |
| 							</li>
 | |
| 						</t>
 | |
| 					</ul>
 | |
| 				</div>
 | |
| 			</section>
 | |
|     </xpath>
 | |
| 	</template>
 | |
| 	
 | |
| 	
 | |
| 	<template id="website_blog.opt_blog_rc_history" name="Archives"
 | |
|         inherit_id="website_blog.index_right" active="True" customize_show="True">
 | |
| 	 <xpath expr="//div[@id='main_column']" position="attributes">
 | |
|         <attribute name="class">col-sm-8</attribute>
 | |
|     </xpath>
 | |
|     <xpath expr="//div[@id='blog_right_column']" position="inside">
 | |
|         <section class="blog_archives_replaced_section"></section>
 | |
|     </xpath>
 | |
| 	
 | |
| 	</template>
 | |
| 	
 | |
| 	
 | |
| 	<template id="clarico_blog_opt_blog_rc_tags" name="Tags"
 | |
| 		inherit_id="website_blog.opt_blog_rc_tags" active="True"
 | |
| 		customize_show="True">
 | |
| 		<xpath expr="//section[@class='mt32']" position="replace">
 | |
| 			<section class="mt32 blog_tags_main">
 | |
| 				<h4>Tags</h4>
 | |
| 				<hr class="tagline_hr"></hr>
 | |
| 				<div class="blog_post_tags">
 | |
| 					<ul class="nav nav-pills nav-stacked">
 | |
| 						<t t-foreach="tags" t-as="nav_tag">
 | |
| 							<li t-att-class="nav_tag.id in active_tag_ids and 'active' or None">
 | |
| 								<a t-attf-href="#{blog_url(tag=tags_list(active_tag_ids, nav_tag.id))}">
 | |
| 									<span t-field="nav_tag.name" />
 | |
| 								</a>
 | |
| 							</li>
 | |
| 						</t>
 | |
| 					</ul>
 | |
| 				</div>
 | |
| 			</section>
 | |
| 			
 | |
| 				<section class="mt32 mb32">
 | |
| 				<h4>Stay updated</h4>
 | |
| 				<hr class="tagline_hr"></hr>
 | |
| 				<div class="mt16 stay-update">
 | |
| 					<t t-if="blog">
 | |
| 						<t t-call="website_mail.follow">
 | |
| 							<t t-set="email" t-value="user_id.email" />
 | |
| 							<t t-set="object" t-value="blog" />
 | |
| 						</t>
 | |
| 					</t>
 | |
| 				</div>
 | |
| 				<p class="text-muted mb0 mt16">
 | |
| 					Participate on our social stream.
 | |
| 				</p>
 | |
| 				<h2 class="mt4 participate_social">
 | |
| 					<a t-att-href="website.social_facebook" t-if="website.social_facebook">
 | |
| 						<i class="fa fa-facebook" />
 | |
| 					</a>
 | |
| 					<a t-att-href="website.social_twitter" t-if="website.social_twitter">
 | |
| 						<i class="fa fa-twitter" />
 | |
| 					</a>
 | |
| 					<a t-att-href="website.social_linkedin" t-if="website.social_linkedin">
 | |
| 						<i class="fa fa-linkedin" />
 | |
| 					</a>
 | |
| 					<a t-att-href="website.social_youtube" t-if="website.social_youtube">
 | |
| 						<i class="fa fa-youtube-play" />
 | |
| 					</a>
 | |
| 					<a t-att-href="website.social_googleplus" t-if="website.social_googleplus">
 | |
| 						<i class="fa fa-google-plus" />
 | |
| 					</a>
 | |
| 					<a t-att-href="website.social_github" t-if="website.social_github">
 | |
| 						<i class="fa fa-github" />
 | |
| 					</a>
 | |
| 					<a t-att-href="'/blog/%s/feed' % (blog.id)">
 | |
| 						<i class="fa fa-rss" />
 | |
| 					</a>
 | |
| 				</h2>
 | |
| 			</section>
 | |
| 			</xpath>
 | |
| 	</template>
 | |
| 
 | |
| 	
 | |
| 	<template id="clarico_blog_opt_blog_rc_follow_us" inherit_id="website_blog.opt_blog_rc_follow_us">
 | |
| 		<xpath expr="//section[hasclass('mt32')]" position="replace"> 
 | |
| 			
 | |
| 		</xpath>
 | |
| 	</template>
 | |
| 
 | |
| 	
 | |
| 
 | |
| 	<template id="clarico_blogs_blog_breadcrumb" inherit_id="website_blog.blog_breadcrumb">
 | |
| 		<xpath expr="//div[@class='container']" position="attributes">
 | |
| 			<attribute name="class">full-width</attribute>
 | |
| 		</xpath>
 | |
| 		<xpath expr="//div[@class='col-sm-9']" position="attributes">
 | |
| 			<attribute name="class">block</attribute>
 | |
| 		</xpath>
 | |
| 		<xpath expr="//div[@class='row']" position="attributes">
 | |
| 			<attribute name="class">breadcrumb-main</attribute>
 | |
| 		</xpath>
 | |
| 	</template>
 | |
| 
 | |
| 	<template id="clarico_blogs_post_complete_read_next" inherit_id="website_blog.opt_blog_post_complete_read_next">
 | |
| 		<xpath expr="//h1[@t-field='next_post.name']" position="replace">
 | |
| 
 | |
| 			<h1 t-field="next_post.name" class="read_next_blog_name"
 | |
| 				placeholder="Blog Post Title" />
 | |
| 
 | |
| 		</xpath>
 | |
| 
 | |
| 		<xpath expr="//h2[@t-field='next_post.subtitle']" position="replace">
 | |
| 			<h2 t-field="next_post.subtitle" class="read_next_blog_subtitle"
 | |
| 				placeholder="Subtitle" />
 | |
| 		</xpath>
 | |
| 
 | |
| 		<xpath expr="//p[@class='mt32']" position="replace">
 | |
| 			<p class="mt32 blog_read_next_link">
 | |
| 				Read Next
 | |
| 				<span class="fa fa-long-arrow-right" />
 | |
| 			</p>
 | |
| 		</xpath>
 | |
| 	</template>
 | |
| 
 | |
| 	<template id="clarico_blog_index_right" inherit_id="website_blog.index_right">
 | |
| 		<xpath expr="//div[@id='blog_right_column']" position="attributes">
 | |
| 			<attribute name="class">blogpost_right_main</attribute>
 | |
| 		</xpath>
 | |
| 	</template>
 | |
| 
 | |
| 
 | |
| 	
 | |
| 
 | |
| 
 | |
| </odoo>
 |