-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrules.xml
38 lines (29 loc) · 1.52 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
38
<?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" />
<!--Head-->
<copy css:content="html" css:theme="html" attributes="lang dir" />
<copy css:content="head base" css:theme="head base" />
<replace css:content="head title" css:theme="head title" />
<before css:content="head style, head link, head script, head meta" css:theme-children="head" />
<!--Favicons-->
<drop css:content="head link[rel='shortcut icon']" />
<drop css:content="head link[rel='apple-touch-icon']" />
<!--Content-->
<merge attributes="class" css:content="body" css:theme="body" />
<copy attributes="id dir" css:content="body" css:theme="body" />
<replace css:content="#portal-columns" css:theme="#content" />
<!--Viewlets-->
<replace css:content="#portal-personaltools" css:theme="#user" />
<copy attributes="href title" css:content="#portal-logo" css:theme="#logo a" />
<drop css:content=".searchSection" />
<drop css:content="h1.documentFirstHeading" css:if-content=".template-contentpanels_view" />
<replace css:content="#portal-searchbox" css:theme="#search" />
<replace css:content="#portal-globalnav" css:theme-children="#nav" />
<!-- Scripts via Control Pannel -->
<after css:content="#visual-portal-wrapper script" css:theme="#wrapper" />
<!--Portlets-->
</rules>