-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrules.xml
37 lines (25 loc) · 1.27 KB
/
rules.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<rules
xmlns="http://namespaces.plone.org/diazo"
xmlns:css="http://namespaces.plone.org/diazo/css"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<theme href="index.html" css:if-content="#visual-portal-wrapper"/>
<copy attributes="href title" css:content="#portal-logo" css:theme=".logo-portal a" />
<!--HTML e Body-->
<copy attributes="*" css:content="html" css:theme="html" />
<copy attributes="*" css:theme="body" css:content="body" />
<!--Head-->
<prepend css:content-children="head" css:theme="head" />
<drop css:content="head meta[name='viewport']" />
<drop css:content="head link[rel='shortcut icon']" />
<replace css:content="#portal-columns" css:theme=".conteudo" />
<!--Cabeçalho-->
<before css:theme='.barra-sup-container' css:content='#portal-personaltools-wrapper' />
<!--Busca-->
<replace css:content="#portal-searchbox" css:theme=".busca-portal" />
<!--Breadcrumb-->
<drop css:content="#portal-breadcrumbs" />
<after method="raw" css:theme=".menu-container" css:content="#portal-breadcrumbs"/>
<append css:content="#controlsite" css:theme="body"/>
<drop css:theme=".ryb" css:if-content="body.userrole-authenticated"/>
</rules>