Created
August 30, 2017 13:25
-
-
Save carlwoodhouse/267ea2a2da556127ab60ab7267f1d4d5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="topic" id="readspeaker-content"> | |
<header class="slat hubHeader hubHeader--action hubHeader--image" style="background-image: url('/assets/img/tmp/hub-hero-2.jpg')"> | |
<div class="container hubHeader__tools"> | |
@Display(Model.ContentMenu) | |
</div> | |
<div class="container hubHeader__content"> | |
<a class="button button--transparent hubHeader__action" | |
href="#" | |
data-modal="#hub-header-video"> | |
<span class="button__text"> | |
<i class="icon button__icon"> | |
<svg role="presentation" title="play"> | |
<use xlink:href="#play" /> | |
</svg> | |
</i> | |
Play intro video | |
</span> | |
</a> | |
@Display(Model.ContentHead) | |
</div> | |
</header> | |
<section class="slat"> | |
<div class="container grid grid--centered"> | |
@Display(Model.Content) | |
... more content / zones | |
</div> | |
</section> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<article class="article u-pb--l"> | |
<header class="slat articleHeader u-mt u-mb"> | |
<div class="container articleHeader__tools"> | |
<a class="link link--hub articleHeader__hub" href="#"> | |
<span class="link__text">{Placeholder}</span> | |
</a> | |
@Display(Model.ContentMenu) | |
</div> | |
<div class="container grid"> | |
<div class="articleHeader__content col col--max-11 col--max-push-1"> | |
@Display(Model.ContentHead) | |
</div> | |
</div> | |
</header> | |
<div class="slat"> | |
<div class="container grid u-pb"> | |
<div class="col col--medium-11 col--large-8 col--max-7 col--max-push-1"> | |
@Display(Model.Content) | |
</div> | |
@if (Model.Sidebar != null) { | |
<aside class="col col--large-4 u-hide u-df--large"> | |
<div class="advertSlot advertSlot--vertical"> | |
@Display(Model.Sidebar) | |
</div> | |
</aside> | |
} | |
</div> | |
</div> | |
@if (Model.AfterContentAds != null) { | |
<div class="slat slat--contrast"> | |
<div class="container"> | |
@Display(Model.AfterContentAds) | |
</div> | |
</div> | |
} | |
@if (Model.ContentFoot != null) { | |
<div class="slat u-mt"> | |
<div class="container"> | |
@Display(Model.ContentFoot) | |
</div> | |
</div> | |
} | |
</article> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Placement> | |
<Place Parts_PageToolsShare="-" /> | |
<Place Parts_Common_Metadata="-" /> | |
<Match DisplayType="Detail"> | |
<Place Parts_PageTools="/ContentMenu:1" /> | |
<Place Parts_PageTools_Readspeaker="/BodyFoot:1" /> | |
<Place Parts_Tabs="-" /> | |
<Place Parts_Title="/ContentHead:0" /> | |
<Place Parts_ClinicalArticle_MetaData="/ContentHead:1" /> | |
<Place Parts_PageTools_PageOptions="-" /> | |
<Place Parts_ClinicalArticle_Introduction="Content:0" /> | |
<Place Parts_ClinicalArticle_SectionNavigation="Content:1" /> | |
<Place Parts_ClinicalArticle_InlineNavigation="Content:1" /> | |
<Place Parts_ClinicalArticle="Content:2" /> | |
<Place Parts_ClinicalArticle_SectionNavigation_Footer="Content:3" /> | |
<Place Parts_ClinicalArticle_References="Content:4" /> | |
<Place Parts_ClinicalArticle_RelatedContent="/ContentFoot:1" /> | |
<Place Parts_ClinicalArticle_Footer="/ContentFoot:2" /> | |
<Place Parts_ClinicalArticle_Related="-" /> | |
<Place Parts_ClinicalArticle_Discussions="-" /> | |
<Place Parts_ClinicalArticle_RelatedArticle_PilNudge="-" /> | |
<Place Parts_ClinicalArticle_RelatedArticle_ProNudge="-" /> | |
<Place Parts_FeedbackForm="-" /> | |
<Place Parts_Taboola="/AfterContentAds:1" /> | |
<Place Parts_ClickBait_Medianet="-" /> | |
</Match> | |
<Match DisplayType="Hub"> | |
<Place Parts_PageTools="/ContentMenu:1" /> | |
<Place Parts_PageTools_Readspeaker="/BodyFoot:1" /> | |
<Place Parts_Tabs="-" /> | |
<Place Parts_Title="/ContentHead:0;Alternate=Parts_Title__Hub" /> | |
<Place Parts_ClinicalArticle_MetaData="-" /> | |
<Place Parts_PageTools_PageOptions="-" /> | |
<Place Parts_ClinicalArticle_Introduction="Content:1.5" /> | |
<Place Parts_ClinicalArticle_SectionNavigation="Content:1" /> | |
<Place Parts_ClinicalArticle_InlineNavigation="-" /> | |
<Place Parts_ClinicalArticle="Content:2" /> | |
<Place Parts_ClinicalArticle_SectionNavigation_Footer="-" /> | |
<Place Parts_ClinicalArticle_References="-" /> | |
<Place Parts_ClinicalArticle_RelatedContent="-" /> | |
<Place Parts_ClinicalArticle_Footer="-" /> | |
<Place Parts_ClinicalArticle_Related="-" /> | |
<Place Parts_ClinicalArticle_Discussions="-" /> | |
<Place Parts_ClinicalArticle_RelatedArticle_PilNudge="-" /> | |
<Place Parts_ClinicalArticle_RelatedArticle_ProNudge="-" /> | |
<Place Parts_FeedbackForm="-" /> | |
<Place Parts_Taboola="-" /> | |
</Match> | |
</Placement> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment