File: cssregistry.xml

package info (click to toggle)
zope-cmfplone 2.5.1-4etch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,752 kB
  • ctags: 5,237
  • sloc: python: 28,264; xml: 3,723; php: 129; makefile: 99; sh: 2
file content (60 lines) | stat: -rw-r--r-- 3,619 bytes parent folder | download | duplicates (2)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0"?>
<object name="portal_css" meta_type="Stylesheets Registry">
 <stylesheet title="" cacheable="True" compression="safe" cookable="True"
    enabled="1" expression="" id="base.css" media="screen" rel="stylesheet"
    rendering="import"/>
 <stylesheet title="" cacheable="True" compression="safe" cookable="True"
    enabled="1" expression="" id="public.css" media="screen" rel="stylesheet"
    rendering="import"/>
 <stylesheet title="" cacheable="True" compression="safe" cookable="True"
    enabled="1" expression="" id="columns.css" media="screen" rel="stylesheet"
    rendering="import"/>
 <stylesheet title="" cacheable="True" compression="safe" cookable="True"
    enabled="1" expression="" id="authoring.css" media="screen"
    rel="stylesheet" rendering="import"/>
 <stylesheet title="" cacheable="True" compression="safe" cookable="True"
    enabled="1" expression="" id="portlets.css" media="screen"
    rel="stylesheet" rendering="import"/>
 <stylesheet title="" cacheable="True" compression="safe" cookable="True"
    enabled="1" expression="" id="presentation.css" media="projection"
    rel="stylesheet" rendering="import"/>
 <stylesheet title="" cacheable="True" compression="safe" cookable="True"
    enabled="1" expression="" id="print.css" media="print" rel="stylesheet"
    rendering="import"/>
 <stylesheet title="" cacheable="True" compression="safe" cookable="True"
    enabled="1" expression="" id="mobile.css" media="handheld"
    rel="stylesheet" rendering="import"/>
 <stylesheet title="" cacheable="True" compression="safe" cookable="True"
    enabled="1" expression="" id="deprecated.css" media="screen"
    rel="stylesheet" rendering="import"/>
 <stylesheet title="" cacheable="True" compression="safe" cookable="True"
    enabled="1" expression="" id="generated.css" media="screen"
    rel="stylesheet" rendering="import"/>
 <stylesheet title="" cacheable="True" compression="safe" cookable="True"
    enabled="1" expression="not: portal/portal_membership/isAnonymousUser"
    id="member.css" media="screen" rel="stylesheet" rendering="import"/>
 <stylesheet title="" cacheable="True" compression="safe" cookable="True"
    enabled="1" expression="object/@@plone/isRightToLeft" id="RTL.css"
    media="screen" rel="stylesheet" rendering="import"/>
 <stylesheet title="Small Text" cacheable="True" compression="safe"
    cookable="True" enabled="1" expression="" id="textSmall.css"
    media="screen" rel="alternate stylesheet" rendering="link"/>
 <stylesheet title="Large Text" cacheable="True" compression="safe"
    cookable="True" enabled="1" expression="" id="textLarge.css"
    media="screen" rel="alternate stylesheet" rendering="link"/>
 <stylesheet title="" cacheable="True" compression="safe" cookable="True"
    enabled="True"
    expression="python:portal.kupu_library_tool.isKupuEnabled(REQUEST=request)"
    id="kupustyles.css" media="" rel="stylesheet" rendering="import"/>
 <stylesheet title="" cacheable="True" compression="safe" cookable="True"
    enabled="True"
    expression="python:portal.kupu_library_tool.isKupuEnabled(REQUEST=request)"
    id="kupuplone.css" media="" rel="stylesheet" rendering="import"/>
 <stylesheet title="" cacheable="True" compression="safe" cookable="True"
    enabled="True"
    expression="python:portal.kupu_library_tool.isKupuEnabled(REQUEST=request)"
    id="kupudrawerstyles.css" media="" rel="stylesheet" rendering="import"/>
 <stylesheet title="" cacheable="True" compression="safe" cookable="True"
    enabled="1" expression="" id="ploneCustom.css" media="all"
    rel="stylesheet" rendering="import"/>
</object>