.content.xml
5.01 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="nt:unstructured">
<createpage
granite:rel="screens-dcc-actions-create-activator"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/collection/action"
action="foundation.link"
activeSelectionCount="single"
icon="add"
text="Create"
variant="actionBar">
<data
jcr:primaryType="nt:unstructured"
href.uritemplate="/screens/createwizard.html{+item}"/>
</createpage>
<open
granite:rel="screens-dcc-actions-edit-activator"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/collection/action"
action="cq.wcm.open"
activeSelectionCount="multiple"
icon="edit"
text="Edit"
variant="actionBar">
<data
jcr:primaryType="nt:unstructured"
cookiePath.url="/"
href.uritemplate="/bin/wcmcommand?cmd=open&_charset_=utf-8&path={item}"/>
</open>
<viewproperties
granite:rel="screens-dcc-actions-properties-activator"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/collection/action"
action="cq.screens.dcc.properties"
activeSelectionCount="single"
icon="infoCircle"
text="Properties"
variant="actionBar"/>
<viewfolderproperties
granite:rel="screens-dcc-actions-folderproperties-activator"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/collection/action"
action="foundation.link"
activeSelectionCount="single"
icon="infoCircle"
text="Properties"
variant="actionBar">
<data
jcr:primaryType="nt:unstructured"
href.uritemplate="/mnt/overlay/wcm/core/content/sites/folderproperties.html{+item}"/>
</viewfolderproperties>
<viewchanneldashboard
granite:rel="screens-dcc-actions-channelDashboard-activator"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/collection/action"
action="foundation.link"
activeSelectionCount="single"
icon="viewGrid"
text="Dashboard"
variant="actionBar">
<data
jcr:primaryType="nt:unstructured"
href.uritemplate="/screens/dashboard/channel.html{+item*}"/>
</viewchanneldashboard>
<viewdisplaydashboard
granite:rel="screens-dcc-actions-displayDashboard-activator"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/collection/action"
action="foundation.link"
activeSelectionCount="single"
icon="viewGrid"
text="Dashboard"
variant="actionBar">
<data
jcr:primaryType="nt:unstructured"
href.uritemplate="/screens/dashboard/display.html{+item*}"/>
</viewdisplaydashboard>
<preview
granite:rel="screens-dcc-actions-preview-activator"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/collection/action"
action="cq.wcm.open"
activeSelectionCount="single"
icon="viewOn"
text="Preview"
title="Preview"
variant="actionBar">
<data
jcr:primaryType="nt:unstructured"
href.uritemplate.abs="\{+item}.html?wcmmode=disabled"/>
</preview>
<firmwarepreview
granite:rel="screens-dcc-actions-firmwarepreview-activator"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/collection/action"
action="cq.wcm.open"
activeSelectionCount="single"
icon="viewOn"
text="Preview"
title="Preview"
variant="actionBar">
<data
jcr:primaryType="nt:unstructured"
href.uritemplate="/screens/player.html{+item}?wcmmode=disabled"/>
</firmwarepreview>
<assign-channel
granite:rel="screens-dcc-actions-assignchannel-activator"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/collection/action"
action="cq.screens.dcc.assignChannel"
activeSelectionCount="multiple"
icon="linkPage"
text="Assign Channel"
title="Create a new channel assignment"
variant="actionBar"/>
<delete
granite:rel="screens-dcc-actions-delete-activator"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/collection/action"
action="cq.wcm.delete"
activeSelectionCount="multiple"
icon="delete"
text="Delete"
variant="actionBar"/>
</jcr:root>