.content.xml
8.15 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
127
128
<?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:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:mixinTypes="[granite:InternalArea]"
jcr:primaryType="cq:Page">
<jcr:content
jcr:mixinTypes="[sling:VanityPath]"
jcr:primaryType="nt:unstructured"
jcr:title="AEM Screens | Create "
sling:resourceType="screens/dcc/components/createwizard/page"
sling:vanityOrder="{Long}1200"
sling:vanityPath="/screens/createwizard">
<head jcr:primaryType="nt:unstructured">
<viewport
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/admin/page/viewport"/>
<favicon
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/page/favicon"/>
<clientlibs
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/includeclientlibs"
categories="[coralui3,granite.ui.coral.foundation,cq.sites.validations,cq.screens.dcc]"/>
</head>
<body
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/page/body">
<items jcr:primaryType="nt:unstructured">
<form
granite:class="screens-Creation"
granite:comment="We set "novalidate" = true as the wizard is doing validation already, to avoid double validation"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form"
action="/libs/screens/dcc/content/createwizard/jcr:content"
foundationForm="{Boolean}true"
maximized="{Boolean}true"
method="post"
novalidate="{Boolean}true"
style="vertical">
<granite:data
jcr:primaryType="nt:unstructured"
foundation-form-response-ui-success="\{"name": "foundation.redirect", "href": "${granite:url(empty param.returnPage ? granite:concat("/screens.html", granite:encodeURIPath(requestPathInfo.suffix)) : param.returnPage)}"}"/>
<items jcr:primaryType="nt:unstructured">
<parentpath
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/hidden"
name="parentPath"
value="${requestPathInfo.suffix}"/>
<charset
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/hidden"
name="_charset_"
value="utf-8"/>
<wizard
granite:class="screens-CreateWizard"
jcr:primaryType="nt:unstructured"
jcr:title="Create"
sling:resourceType="granite/ui/components/coral/foundation/wizard"
cancelHref="${empty header.Referer ? granite:concat("/screens.html", granite:encodeURIPath(requestPathInfo.suffix)) : header.Referer}">
<items jcr:primaryType="nt:unstructured">
<template
jcr:primaryType="nt:unstructured"
jcr:title="Template"
sling:resourceType="granite/ui/components/coral/foundation/container">
<items jcr:primaryType="nt:unstructured">
<template
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/advancedselect"
name="template"
required="{Boolean}true">
<field
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/masonry"
selectionCount="single"
selectionMode="{Boolean}true">
<datasource
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/siteadmin/admin/templatedatasource"
itemResourceType="cq/gui/components/siteadmin/admin/createpagewizard/templatecard"
path="${requestPathInfo.suffix}"/>
</field>
</template>
</items>
<parentConfig jcr:primaryType="nt:unstructured">
<next
granite:class="foundation-wizard-control"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/button"
disabled="{Boolean}true"
text="Next"
variant="primary">
<granite:data
jcr:primaryType="nt:unstructured"
foundation-wizard-control-action="next"/>
</next>
</parentConfig>
</template>
<properties
jcr:primaryType="nt:unstructured"
jcr:title="Properties"
sling:resourceType="granite/ui/components/coral/foundation/wizard/lazycontainer"
src="/mnt/overlay/wcm/core/content/sites/createpagewizard/properties.html{+template}">
<parentConfig jcr:primaryType="nt:unstructured">
<next
granite:class="foundation-wizard-control"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/button"
disabled="{Boolean}true"
text="Create"
type="submit"
variant="primary">
<granite:data
jcr:primaryType="nt:unstructured"
foundation-wizard-control-action="next"/>
</next>
</parentConfig>
</properties>
</items>
</wizard>
</items>
</form>
</items>
</body>
</jcr:content>
<properties
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/siteadmin/admin/createpagewizard/properties"
template="${requestPathInfo.suffix}"/>
</jcr:root>