<rules xml:id="r0">
<rules xml:id="r1">
<notheme css:if-not-content="#visual-portal-wrapper" xml:id="r2"/>
<theme href="++theme++bootstrap/themes/haiku/index.html" xml:id="r3"/>
<rules css:if-content="#visual-portal-wrapper" xml:id="r4">
<rules xml:id="r5">
<copy attributes="*" css:theme="html" css:content="html" xml:id="r6"/>
<copy attributes="*" css:theme="body" css:content="body" xml:id="r7"/>
<before css:theme-children="head" css:content="meta:not([itemprop]):not([name='generator'])" xml:id="r8"/>
<replace css:theme="head title" css:content="head title" xml:id="r9"/>
<before css:theme="#bootstrap-barceloneta" css:content="head link[href*='collective.cover']" xml:id="r10"/>
<before css:theme="#bootstrap-barceloneta" css:content="head script[src*='collective.cover']" xml:id="r11"/>
<after css:theme="title" css:content="head link[href*='++webresource++']:not([href$='custom.css'])" xml:id="r12"/>
<after css:theme="title" css:content="head script[src*='++webresource++']" xml:id="r13"/>
<after css:theme-children="head" css:content="head link:not([href*='++webresource++']):not(link[href*='collective.cover'])" xml:id="r14"/>
<after css:theme-children="head" css:content="head style:not([id='global-extra-css'])" xml:id="r15"/>
<after css:theme-children="head" css:content="head script:not([src*='++webresource++']):not(script[src*='collective.cover'])" xml:id="r16"/>
<after css:theme-children="head" css:content="link[href$='custom.css']" xml:id="r17"/>
<after css:theme-children="head" css:content="style[id='global-extra-css']" xml:id="r18"/>
</rules>
<rules xml:id="r19">
<replace css:theme="#portal-toolbar" css:content="#edit-bar" css:if-not-content=".ajax_load" css:if-content=".userrole-authenticated" xml:id="r20"/>
<drop css:theme="#portal-toolbar" css:if-content=".userrole-anonymous" xml:id="r21"/>
<replace css:theme="#anonymous-actions" css:content-children="#portal-personaltools-wrapper" css:if-not-content=".ajax_load" css:if-content=".userrole-anonymous" xml:id="r22"/>
<replace css:content="#edit-bar a.nav-link:not(.dropdown-toggle)" xml:id="r23">
<a class="nav-link">
<xsl:copy-of select="@*"/>
<xsl:attribute name="title">
<xsl:if test=".//time">History</xsl:if>
<xsl:value-of select="normalize-space(./span/text())"/>
</xsl:attribute>
<xsl:apply-templates/>
</a>
</replace>
<replace css:content="#edit-bar li#plone-contentmenu-factories a.dropdown-item" xml:id="r24">
<a class="nav-link">
<xsl:copy-of select="@*[not(name()='id')]"/>
<xsl:apply-templates/>
</a>
</replace>
<replace css:content="#edit-bar svg" xml:id="r25">
<svg>
<xsl:copy-of select="@*"/>
<xsl:attribute name="class">
<xsl:value-of select="concat(@class,' me-1')"/>
</xsl:attribute>
<xsl:apply-templates/>
</svg>
</replace>
</rules>
<rules xml:id="r26">
<rules xml:id="r27">
<replace css:theme=".navbar-header button" css:if-content="#haiku-mmenu" xml:id="r28">
<a href="#mmenu" class="navbar-toggle btn btn-default btn-block">
<span>Menu</span>
</a>
</replace>
</rules>
<rules xml:id="r29">
<replace css:content="#site-parent__header" css:theme="#site-parent__header" xml:id="r30"/>
</rules>
<rules xml:id="r31">
<replace css:content="#primary-logo" css:theme="#site-logo" xml:id="r32"/>
<replace css:content-children="#secondary-logo" css:theme="#secondary-logo" xml:id="r33"/>
</rules>
<rules xml:id="r34">
<copy css:content="div#portal-searchbox form" css:theme="div#site-header form#site-search" attributes="action" xml:id="r35"/>
</rules>
<rules xml:id="r36">
<replace css:content="#site-actions" css:theme="#site-actions" xml:id="r37"/>
</rules>
<rules xml:id="r38">
<replace css:content="#site-bar" css:theme="#site-bar" xml:id="r39"/>
</rules>
</rules>
<rules xml:id="r40">
<append css:theme="#site-messages" css:content-children="#global_statusmessage" xml:id="r41"/>
<append css:theme="#site-messages" css:content="#haiku-notifications" xml:id="r42"/>
<append css:theme="#site-messages" css:content="#plone-lock-status" xml:id="r43"/>
<replace content="dl[contains(@class, 'portalMessage')]" xml:id="r44">
<div>
<xsl:attribute name="class">
<xsl:choose>
<xsl:when test="self::node()[contains(@class, 'info')]">alert alert-info</xsl:when>
<xsl:when test="self::node()[contains(@class, 'error')]">alert alert-danger</xsl:when>
<xsl:when test="self::node()[contains(@class, 'success')]">alert alert-success</xsl:when>
<xsl:otherwise>alert alert-warning</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<xsl:attribute name="id">
<xsl:value-of select="@id"/>
</xsl:attribute>
<strong>
<xsl:apply-templates select="dt/text()"/>
<xsl:text> </xsl:text>
</strong>
<xsl:for-each select="dd">
<xsl:apply-templates/>
</xsl:for-each>
</div>
</replace>
</rules>
<rules xml:id="r45">
<replace css:theme="#site-breadcrumbs" css:content="#portal-breadcrumbs" xml:id="r46"/>
<drop css:theme="#site-breadcrumbs" css:if-not-content="#portal-breadcrumbs" xml:id="r47"/>
<replace content="//*[@id='portal-breadcrumbs']" xml:id="r48">
<xsl:variable name="crumbs" select="//*[@id='portal-breadcrumbs']//ol/li"/>
<xsl:if test="count($crumbs) > 1">
<ol class="breadcrumb" id="site-breadcrumbs">
<xsl:for-each css:select="#portal-breadcrumbs ol > li">
<xsl:if test="position()=1">
<li class="breadcrumb-item">
<a title="Home">
<xsl:attribute name="href"><xsl:value-of select="a/@href"/></xsl:attribute>
<span class="glyphicon glyphicon-home"/>
</a>
</li>
</xsl:if>
<xsl:if test="position()>1">
<li class="breadcrumb-item">
<xsl:if test="position()=last()">
<xsl:attribute name="class">active breadcrumb-item</xsl:attribute>
<xsl:attribute name="aria-current">page</xsl:attribute>
</xsl:if>
<xsl:apply-templates select="./a|text()"/>
</li>
</xsl:if>
</xsl:for-each>
</ol>
</xsl:if>
</replace>
</rules>
<rules xml:id="r49">
<before css:theme="#content" css:content-children="#hero-wrapper" mode="raw" xml:id="r50"/>
<drop css:content="#content #hero-wrapper" xml:id="r51"/>
<replace css:content-children="#portal-column-content" css:theme-children="#content" css:if-content="#portal-column-content" xml:id="r52"/>
<merge attributes="class" css:content="#portal-column-content" css:theme="#content" xml:id="r53"/>
<rules xml:id="r54">
<replace content="//h1[contains(@class, 'documentFirstHeading')]" xml:id="r55">
<div class="row">
<div class="col-md-12">
<div class="page-header">
<h1>
<xsl:apply-templates/>
</h1>
</div>
</div>
</div>
</replace>
</rules>
<rules xml:id="r56">
<replace content="//*[contains(@class, 'documentDescription')]" xml:id="r57">
<p class="lead">
<xsl:copy-of select="node()"/>
</p>
</replace>
</rules>
<rules xml:id="r58">
<replace content="//*[@id='content']" xml:id="r59">
<div class="row">
<div class="col-md-12">
<xsl:apply-templates/>
</div>
</div>
</replace>
</rules>
<rules xml:id="r60">
<drop css:content=".managePortlets-row" xml:id="r61"/>
</rules>
<rules xml:id="r62">
<replace content="//div[contains(@class, 'rich-text')]//picture" xml:id="r63">
<span>
<xsl:attribute name="class">figure <xsl:value-of select=".//img/@class"/></xsl:attribute>
<xsl:attribute name="style">width:<xsl:value-of select="(@*|.//img/@*)[name()='width']"/>px;</xsl:attribute>
<img>
<xsl:copy-of select=".//img/@*[not(name()='height' or name()='width' or name()='class')]"/>
</img>
<xsl:if test=".//img/@data-copyright">
<small>
<xsl:attribute name="class">
<xsl:value-of select=".//img/@data-copyright-style"/>
</xsl:attribute>
<xsl:text disable-output-escaping="yes">© </xsl:text>
<xsl:value-of select=".//img/@data-copyright"/>
</small>
</xsl:if>
</span>
</replace>
<replace content="//div[contains(@class, 'rich-text')]//figure" xml:id="r64">
<span class="figure {@class}">
<xsl:attribute name="style">width:<xsl:value-of select="(@*|.//img/@*)[name()='width']"/>px;</xsl:attribute>
<img>
<xsl:copy-of select=".//img/@*[not(name()='height' or name()='width')]"/>
</img>
<xsl:if test=".//img/@data-copyright">
<small>
<xsl:attribute name="class">
<xsl:value-of select=".//img/@data-copyright-style"/>
</xsl:attribute>
<xsl:text disable-output-escaping="yes">© </xsl:text>
<xsl:value-of select=".//img/@data-copyright"/>
</small>
</xsl:if>
<span class="image-caption">
<strong><xsl:copy-of select=".//figcaption/node()"/></strong>
</span>
</span>
</replace>
</rules>
<rules xml:id="r65">
<replace content="//*[@id='section-byline']" xml:id="r66"/>
</rules>
<before css:theme-children="body" css:content-children="#haiku-analytics-body" xml:id="r67"/>
</rules>
<rules xml:id="r68">
<replace css:content="#site-footer" css:theme="#site-footer" xml:id="r69"/>
</rules>
<rules xml:id="r70">
<after theme-children="/html/body" css:content="#haiku-mmenu" xml:id="r71"/>
<after theme-children="/html/body" css:content-children="#google-analytics" xml:id="r72"/>
<after theme-children="/html/body" css:content-children="#social-sharing-code" xml:id="r73"/>
<after theme-children="/html/body" css:content="#haiku-feedback-tab" xml:id="r74"/>
<after theme-children="/html/body" css:content-children="#bottom-js" xml:id="r75"/>
<after theme-children="/html/body" css:content-children="#extra-resources-js" xml:id="r76"/>
<after theme-children="/html/body" css:content-children="#cookielaw-deleter" xml:id="r77"/>
</rules>
<rules xml:id="r78">
<rules xml:id="r79">
<replace content="button[@value='Add' or @value='Approve' or @value='Comment' or @value='Enable' or @value='Export' or @value='Import' or @value='Install' or @value='Log in' or @value='Modify' or @value='Publish' or @value='Reply' or @value='Save' or @value='Send' or @value='Upload']" xml:id="r80">
<button class="btn btn-success">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="button[text()='Add' or text()='Approve' or text()='Comment' or text()='Export' or text()='Enable'or text()='Import' or text()='Install' or text()='Log in' or text()='Modify' or text()='Publish' or text()='Reply' or text()='Save' or text()='Send' or text()='Upload']" xml:id="r81">
<button class="btn btn-success">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="input[@value='Add' or @value='Approve'or @value='Comment' or @value='Export' or @value='Enable' or @value='Import' or @value='Install' or @value='Log in' or @value='Modify' or @value='Publish' or @value='Reply' or @value='Save' or @value='Send' or @value='Upload']" xml:id="r82">
<input class="btn btn-success">
<xsl:copy-of select="@*[not(name()='class')]"/>
</input>
<xsl:text> </xsl:text>
</replace>
<replace content="button[@value='Edit' or @value='Filter']" xml:id="r83">
<button class="btn btn-info">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="button[text()='Edit' or text()='Filter']" xml:id="r84">
<button class="btn btn-info">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="input[@value='Edit' or @value='Filter']" xml:id="r85">
<input class="btn btn-info">
<xsl:copy-of select="@*[not(name()='class')]"/>
</input>
<xsl:text> </xsl:text>
</replace>
<replace content="button[@value='Cancel' or @value='Disable']" xml:id="r86">
<button class="btn btn-warning">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="button[text()='Cancel' or text()='Disable']" xml:id="r87">
<button class="btn btn-warning">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="input[@value='Cancel' or @value='Disable']" xml:id="r88">
<input class="btn btn-warning">
<xsl:copy-of select="@*[not(name()='class')]"/>
</input>
<xsl:text> </xsl:text>
</replace>
<replace content="button[@value='Delete' or @value='Remove']" xml:id="r89">
<button class="btn btn-danger">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="button[text()='Delete' or text()='Remove']" xml:id="r90">
<button class="btn btn-danger">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="input[@value='Delete' or @value='Remove']" xml:id="r91">
<input class="btn btn-danger">
<xsl:copy-of select="@*[not(name()='class')]"/>
</input>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-manage-content-rules')]//button[@name='form.button.NoBubble']" xml:id="r92">
<button class="btn btn-warning">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-manage-content-rules')]//button[@name='form.button.Bubble']" xml:id="r93">
<button class="btn btn-info">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-manage-elements')]//a[@class='pat-plone-modal btn btn-sm btn-primary']" xml:id="r94">
<a class="pat-plone-modal btn btn-info">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</a>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-manage-elements')]//button[@class='context btn btn-sm btn-primary']" xml:id="r95">
<button class="context btn btn-info">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-manage_haiku_context_notifications')]//a[@class='btn btn-info btn-sm pat-plone-modal']" xml:id="r96">
<xsl:copy><xsl:apply-templates select="@*|node()"/></xsl:copy>
</replace>
<replace content="//body[contains(@class, 'template-manage_haiku_context_notifications')]//button[@value='delete']" xml:id="r97">
<xsl:copy><xsl:apply-templates select="@*|node()"/></xsl:copy>
</replace>
<replace content="//body[contains(@class, 'template-actions-controlpanel')]//a[@class='pat-plone-modal btn btn-sm btn-primary standalone']" xml:id="r98">
<a class="pat-plone-modal btn btn-info standalone">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</a>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-prefs_install_products_form')]//button[@value='Install']" xml:id="r99">
<button class="btn btn-sm btn-success">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-mail-controlpanel')]//button[@value='Save and send test e-mail']" xml:id="r100">
<button class="btn btn-info submit-widget button-field">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-rules-controlpanel')]//a[@class='btn btn-sm btn-primary']" xml:id="r101">
<a class="btn btn-info">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</a>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-rules-controlpanel')]//a[@class='btn btn-sm btn-secondary']" xml:id="r102">
<a class="btn btn-info">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</a>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'section-dexterity-types')]//button[@class='btn btn-primary']" xml:id="r103">
<button class="btn btn-success">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'section-dexterity-types')]//button[@value='Clone']" xml:id="r104">
<button class="btn btn-info submit-widget button-field">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-inspect-relations')]//button[text()='Inspect']" xml:id="r105">
<button class="context btn btn-info">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-usergroup-groupprefs')]//a[@id='add-group']" xml:id="r106">
<a class="pat-plone-modal btn btn-success">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</a>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-usergroup-groupprefs')]//button[@name='form.button.Search']" xml:id="r107">
<button class="btn btn-info">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-usergroup-groupprefs')]//button[@name='form.button.FindAll']" xml:id="r108">
<button class="btn btn-success">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-usergroup-groupmembership')]//button[@name='form.button.Search']" xml:id="r109">
<button class="btn btn-info">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-usergroup-groupmembership')]//button[@name='form.button.FindAll']" xml:id="r110">
<button class="btn btn-success">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-usergroup-userprefs')]//a[@id='add-user']" xml:id="r111">
<a class="pat-plone-modal btn btn-success">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</a>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-usergroup-userprefs')]//button[@name='form.button.Search']" xml:id="r112">
<button class="btn btn-info">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-usergroup-userprefs')]//button[@name='form.button.FindAll']" xml:id="r113">
<button class="btn btn-success">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-caching-controlpanel-import')]//button[text()='Import']" xml:id="r114">
<button class="btn btn-success">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-caching-controlpanel-purge')]//button[text()='Purge']" xml:id="r115">
<button class="btn btn-warning">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'template-caching-controlpanel-ramcache')]//button[text()='Purge']" xml:id="r116">
<button class="btn btn-warning">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'section-portal_registry')]//div[@class='input-group-append']" xml:id="r117">
<xsl:apply-templates/>
</replace>
<replace content="//body[contains(@class, 'section-portal_registry')]//button[text()='Clear filter']" xml:id="r118">
<button class="btn btn-warning">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'section-portal_registry')]//button[text()='Export Now']" xml:id="r119">
<button class="btn btn-info">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'section-portal_registry')]//button[text()='Import File']" xml:id="r120">
<button class="btn btn-success">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="//body[contains(@class, 'section-portal_registry')]//button[text()='Add field']" xml:id="r121">
<button class="btn btn-success">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</button>
<xsl:text> </xsl:text>
</replace>
<replace content="button[@role='tab']" xml:id="r122">
<button>
<xsl:copy-of select="@*"/>
<xsl:apply-templates/>
</button>
</replace>
</rules>
<replace content="select" xml:id="r123">
<select>
<xsl:copy-of select="@*[not(name()='required')]"/>
<xsl:apply-templates/>
</select>
</replace>
<replace content="textarea[@id='form-widgets-comment-text']" xml:id="r124">
<textarea>
<xsl:copy-of select="@*[not(name()='required')]"/>
<xsl:apply-templates/>
</textarea>
</replace>
<replace content="div[@id='commenting']//form" xml:id="r125">
<form class="rowlike pat-formunloadalert pat-validation">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:apply-templates/>
</form>
</replace>
</rules>
<rules xml:id="r126">
<rules xml:id="r127">
<before css:content="div#cookienotification" theme-children="/html/body" xml:id="r128"/>
</rules>
<rules xml:id="r129">
<replace css:content=".cover-fluid > .row" xml:id="r130">
<div>
<xsl:copy-of select="@*"/>
<div class="row-content">
<xsl:apply-templates/>
</div>
</div>
</replace>
<replace css:content="body.template-layoutedit #tile-configure" xml:id="r131">
<div id="tile-configure" class="modal"/>
</replace>
<replace css:content="body.template-layoutedit #export-layout" xml:id="r132">
<div id="export-layout" class="modal"><xsl:apply-templates/></div>
</replace>
<replace css:content="body.template-compose #internalpath" xml:id="r133">
<div id="internalpath"/>
</replace>
<replace css:content="body.template-compose #internalpath" xml:id="r134">
<div id="internalpath"/>
</replace>
<replace css:content="a.edit-tile-link" xml:id="r135">
<a class="{@class} btn btn-info">
<xsl:copy-of select="@*[not(name()='class')]"/>
<xsl:value-of select="text()"/>
</a>
</replace>
<replace css:content="body.template-haiku-coverpage div#formfield-form-widgets-template_layout" xml:id="r136">
<div class="form-group" id="{@id}">
<xsl:apply-templates/>
</div>
</replace>
</rules>
<rules xml:id="r137">
<after css:theme="#site-actions" css:content="#portal-header .social-following" xml:id="r138"/>
<after css:theme="#site-footer" css:content="#portal-footer .social-following" xml:id="r139"/>
</rules>
</rules>
</rules>
</rules>
</rules>