-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
253 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...aem/ui.apps.base/src/main/content/jcr_root/apps/apm/clientlibs/views/history/.content.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" | ||
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" | ||
xmlns:jcr="http://www.jcp.org/jcr/1.0" | ||
jcr:primaryType="cq:ClientLibraryFolder" | ||
sling:resourceType="widgets/clientlib" | ||
categories="[apm-history]"/> |
4 changes: 2 additions & 2 deletions
4
...em/ui.apps.base/src/main/content/jcr_root/apps/apm/clientlibs/views/moveItem/.content.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" | ||
jcr:primaryType="cq:ClientLibraryFolder" | ||
categories="[apm-move-item]"/> | ||
jcr:primaryType="cq:ClientLibraryFolder" | ||
categories="[apm-move-item]"/> |
3 changes: 2 additions & 1 deletion
3
...aem/ui.apps.base/src/main/content/jcr_root/apps/apm/clientlibs/views/scripts/.content.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" | ||
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" | ||
xmlns:jcr="http://www.jcp.org/jcr/1.0" | ||
jcr:primaryType="cq:ClientLibraryFolder" | ||
sling:resourceType="widgets/clientlib" | ||
categories="[apm.scripts]"/> |
121 changes: 60 additions & 61 deletions
121
...aem/ui.apps.base/src/main/content/jcr_root/apps/apm/fragments/scriptLauncher/.content.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,62 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" | ||
xmlns:jcr="http://www.jcp.org/jcr/1.0" | ||
xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" | ||
granite:class="apm-editor-launcher hidden" | ||
jcr:primaryType="nt:unstructured" | ||
jcr:title="Launcher" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/fieldset"> | ||
<items jcr:primaryType="nt:unstructured"> | ||
<disabled | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/checkbox" | ||
text="Disabled" | ||
fieldLabel="Disabled" | ||
fieldDescription="Script with disabled launcher can not be launched neither manually through UI, nor automatically. But it can be referenced by other scripts using IMPORT or RUN." | ||
name="apm:launchEnabled" | ||
value="false" | ||
uncheckedValue="true"/> | ||
<mode | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/select" | ||
fieldLabel="Mode" | ||
name="apm:launchMode"> | ||
<datasource | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="apm/datasource/launchModes"/> | ||
</mode> | ||
<environment | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/select" | ||
fieldLabel="Environment" | ||
name="apm:launchEnvironment"> | ||
<datasource | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="apm/datasource/launchEnvironments"/> | ||
</environment> | ||
<runModes | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/multifield" | ||
fieldLabel="Run Modes"> | ||
<field jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/textfield" | ||
name="apm:launchRunModes"/> | ||
</runModes> | ||
<hook | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/textfield" | ||
fieldLabel="Hook" | ||
name="apm:launchHook"/> | ||
<schedule | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/datepicker" | ||
fieldLabel="Schedule" | ||
name="apm:launchSchedule" | ||
type="datetime" | ||
valueFormat="YYYY-MM-DD[T]HH:mm:ss"/> | ||
<cronExpression | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/textfield" | ||
fieldLabel="CRON expression" | ||
name="apm:launchCronExpression"/> | ||
</items> | ||
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" | ||
xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" | ||
granite:class="apm-editor-launcher hidden" | ||
jcr:primaryType="nt:unstructured" | ||
jcr:title="Launcher" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/fieldset"> | ||
<items jcr:primaryType="nt:unstructured"> | ||
<disabled | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/checkbox" | ||
text="Disabled" | ||
fieldLabel="Disabled" | ||
fieldDescription="Script with disabled launcher can not be launched neither manually through UI, nor automatically. But it can be referenced by other scripts using IMPORT or RUN." | ||
name="apm:launchEnabled" | ||
value="false" | ||
uncheckedValue="true"/> | ||
<mode | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/select" | ||
fieldLabel="Mode" | ||
name="apm:launchMode"> | ||
<datasource | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="apm/datasource/launchModes"/> | ||
</mode> | ||
<environment | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/select" | ||
fieldLabel="Environment" | ||
name="apm:launchEnvironment"> | ||
<datasource | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="apm/datasource/launchEnvironments"/> | ||
</environment> | ||
<runModes | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/multifield" | ||
fieldLabel="Run Modes"> | ||
<field jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/textfield" | ||
name="apm:launchRunModes"/> | ||
</runModes> | ||
<hook | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/textfield" | ||
fieldLabel="Hook" | ||
name="apm:launchHook"/> | ||
<schedule | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/datepicker" | ||
fieldLabel="Schedule" | ||
name="apm:launchSchedule" | ||
type="datetime" | ||
valueFormat="YYYY-MM-DD[T]HH:mm:ss"/> | ||
<cronExpression | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form/textfield" | ||
fieldLabel="CRON expression" | ||
name="apm:launchCronExpression"/> | ||
</items> | ||
</jcr:root> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,4 +75,4 @@ | |
</items> | ||
</content> | ||
</jcr:content> | ||
</jcr:root> | ||
</jcr:root> |
6 changes: 3 additions & 3 deletions
6
app/aem/ui.apps.base/src/main/content/jcr_root/apps/apm/views/editor/.content.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,4 +113,4 @@ | |
</selection> | ||
</actions> | ||
</jcr:content> | ||
</jcr:root> | ||
</jcr:root> |
178 changes: 90 additions & 88 deletions
178
app/aem/ui.apps.base/src/main/content/jcr_root/apps/apm/views/move/.content.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,94 @@ | ||
<?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:primaryType="cq:Page"> | ||
<jcr:content | ||
<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:primaryType="cq:Page"> | ||
<jcr:content | ||
jcr:primaryType="nt:unstructured" | ||
jcr:title="Move" | ||
sling:resourceType="granite/ui/components/coral/foundation/page"> | ||
<head jcr:primaryType="nt:unstructured"> | ||
<viewport | ||
jcr:primaryType="nt:unstructured" | ||
jcr:title="Move" | ||
sling:resourceType="granite/ui/components/coral/foundation/page"> | ||
<head jcr:primaryType="nt:unstructured"> | ||
<viewport | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/admin/page/viewport"/> | ||
<meta | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/meta" | ||
content="chrome=1" | ||
name="X-UA-Compatible"/> | ||
<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,apm-move-item]"/> | ||
</head> | ||
<body | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/page/body"> | ||
<items jcr:primaryType="nt:unstructured"> | ||
<form | ||
granite:id="cq-apmadmin-item-move-form" | ||
sling:resourceType="granite/ui/components/coral/foundation/admin/page/viewport"/> | ||
<meta | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/meta" | ||
content="chrome=1" | ||
name="X-UA-Compatible"/> | ||
<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,apm-move-item]"/> | ||
</head> | ||
<body | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/page/body"> | ||
<items jcr:primaryType="nt:unstructured"> | ||
<form | ||
granite:id="cq-apmadmin-item-move-form" | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form" | ||
maximized="{Boolean}true" | ||
method="post" | ||
novalidate="{Boolean}true" | ||
style="vertical"> | ||
<items jcr:primaryType="nt:unstructured"> | ||
<wizard | ||
jcr:primaryType="nt:unstructured" | ||
jcr:title="Move" | ||
sling:resourceType="granite/ui/components/coral/foundation/wizard" | ||
cancelHref="${empty header.Referer ? granite:encodeURIPath(requestPathInfo.suffix) : header.Referer}"> | ||
<items jcr:primaryType="nt:unstructured"> | ||
<renameStep | ||
jcr:primaryType="nt:unstructured" | ||
jcr:title="Rename" | ||
sling:resourceType="granite/ui/components/coral/foundation/container"> | ||
<items jcr:primaryType="nt:unstructured"> | ||
<fixedColumns | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/fixedcolumns" | ||
active="{Boolean}true" | ||
margin="{Boolean}true" | ||
maximized="{Boolean}true"> | ||
<items jcr:primaryType="nt:unstructured"> | ||
<fixedColumn1 | ||
granite:id="references" | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/container"> | ||
<items jcr:primaryType="nt:unstructured"> | ||
<moveitem | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="apm/components/moveitem"/> | ||
</items> | ||
</fixedColumn1> | ||
</items> | ||
</fixedColumns> | ||
</items> | ||
<parentConfig | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/form" | ||
maximized="{Boolean}true" | ||
method="post" | ||
novalidate="{Boolean}true" | ||
style="vertical"> | ||
<items jcr:primaryType="nt:unstructured"> | ||
<wizard | ||
jcr:primaryType="nt:unstructured" | ||
jcr:title="Move" | ||
sling:resourceType="granite/ui/components/coral/foundation/wizard" | ||
cancelHref="${empty header.Referer ? granite:encodeURIPath(requestPathInfo.suffix) : header.Referer}"> | ||
<items jcr:primaryType="nt:unstructured"> | ||
<renameStep | ||
jcr:primaryType="nt:unstructured" | ||
jcr:title="Rename" | ||
sling:resourceType="granite/ui/components/coral/foundation/container"> | ||
<items jcr:primaryType="nt:unstructured"> | ||
<fixedColumns | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/fixedcolumns" | ||
active="{Boolean}true" | ||
margin="{Boolean}true" | ||
maximized="{Boolean}true"> | ||
<items jcr:primaryType="nt:unstructured"> | ||
<fixedColumn1 | ||
granite:id="references" | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/container"> | ||
<items jcr:primaryType="nt:unstructured"> | ||
<moveitem | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="apm/components/moveitem"/> | ||
</items> | ||
</fixedColumn1> | ||
</items> | ||
</fixedColumns> | ||
</items> | ||
<parentConfig | ||
jcr:primaryType="nt:unstructured" | ||
validation="{Boolean}false"> | ||
<next | ||
granite:class="foundation-wizard-control" | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/button" | ||
text="Submit" | ||
type="submit" | ||
variant="primary"> | ||
<granite:data | ||
jcr:primaryType="nt:unstructured" | ||
foundation-wizard-control-action="next"/> | ||
</next> | ||
</parentConfig> | ||
</renameStep> | ||
</items> | ||
</wizard> | ||
</items> | ||
</form> | ||
</items> | ||
</body> | ||
</jcr:content> | ||
validation="{Boolean}false"> | ||
<next | ||
granite:class="foundation-wizard-control" | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="granite/ui/components/coral/foundation/button" | ||
text="Submit" | ||
type="submit" | ||
variant="primary"> | ||
<granite:data | ||
jcr:primaryType="nt:unstructured" | ||
foundation-wizard-control-action="next"/> | ||
</next> | ||
</parentConfig> | ||
</renameStep> | ||
</items> | ||
</wizard> | ||
</items> | ||
</form> | ||
</items> | ||
</body> | ||
</jcr:content> | ||
</jcr:root> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -271,4 +271,4 @@ | |
</selection> | ||
</actions> | ||
</jcr:content> | ||
</jcr:root> | ||
</jcr:root> |
Oops, something went wrong.