<?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:vlt="http://www.day.com/jcr/vault/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
          jcr:mixinTypes="[vlt:FullCoverage]"
          jcr:primaryType="cq:Page">
    <jcr:content
            jcr:primaryType="nt:unstructured"
            jcr:title="AEM Projects"
            sling:resourceType="cq/gui/components/projects/admin/page"
            clientLibs="[cq.projects.admin.createprojectwizard]">
        <content jcr:primaryType="nt:unstructured">
            <items jcr:primaryType="nt:unstructured">
                <step1
                        jcr:primaryType="nt:unstructured"
                        jcr:title="Project Properties"
                        sling:resourceType="granite/ui/components/foundation/form/wizard/step">
                    <items jcr:primaryType="nt:unstructured">
                        <properties
                                jcr:primaryType="nt:unstructured"
                                sling:resourceType="granite/ui/components/foundation/container"
                                rel="cq-projects-admin-createproject-properties">
                            <layout
                                    jcr:primaryType="nt:unstructured"
                                    sling:resourceType="granite/ui/components/foundation/layouts/fixedcolumns"/>
                            <items jcr:primaryType="nt:unstructured">
                                <right
                                        jcr:primaryType="nt:unstructured"
                                        sling:resourceType="granite/ui/components/foundation/container">
                                    <items jcr:primaryType="nt:unstructured">
                                        <cover
                                                jcr:primaryType="nt:unstructured"
                                                sling:resourceType="cq/gui/components/projects/admin/wizard/properties/thumbnail"
                                                autoStart="{Boolean}false"
                                                mimeTypes="[image/png,image/jpeg,image/gif]"
                                                multiple="{Boolean}false"
                                                name="coverImage"
                                                sizeLimit="100000000"
                                                title="Add thumbnail"
                                                uploadUrl="will_be_replaced"
                                                useHTML5="{Boolean}false"/>
                                    </items>
                                </right>
                                <left
                                        jcr:primaryType="nt:unstructured"
                                        sling:resourceType="granite/ui/components/foundation/container">
                                    <layout
                                            jcr:primaryType="nt:unstructured"
                                            sling:resourceType="granite/ui/components/foundation/layouts/tabs"
                                            type="nav"/>
                                    <items jcr:primaryType="nt:unstructured">
                                        <basic
                                                jcr:primaryType="nt:unstructured"
                                                jcr:title="Basic"
                                                sling:resourceType="granite/ui/components/foundation/section">
                                            <items jcr:primaryType="nt:unstructured">
                                                <name
                                                        jcr:primaryType="nt:unstructured"
                                                        sling:resourceType="granite/ui/components/foundation/form/textfield"
                                                        bindToField="name"
                                                        fieldLabel="Project title *"
                                                        fieldDescription="Spaces are not allowed!"
                                                        name="jcr:title"
                                                        required="{Boolean}true"/>
                                                <description
                                                        jcr:primaryType="nt:unstructured"
                                                        sling:resourceType="granite/ui/components/foundation/form/textarea"
                                                        fieldLabel="Description"
                                                        name="jcr:description"
                                                        rows="4"/>
                                                <memberpicker
                                                        jcr:primaryType="nt:unstructured"
                                                        jcr:title="Reviewer"
                                                        sling:resourceType="cq/gui/components/projects/admin/simpletable"
                                                        class="simple-table cq-projects-member-picker">
                                                    <items jcr:primaryType="nt:unstructured">
                                                        <userpicker
                                                                jcr:primaryType="nt:unstructured"
                                                                sling:resourceType="cq/gui/components/projects/admin/userpicker"
                                                                impersonatesOnly="true"
                                                                id="collection-settings-userpicker"
                                                                rel="collection-settings-userpicker-id"/>
                                                        <memberrole
                                                                jcr:primaryType="nt:unstructured"
                                                                sling:resourceType="granite/ui/components/foundation/form/select"
                                                                emptyText="Editor"
                                                                id="member-role">
                                                            <datasource
                                                                    jcr:primaryType="nt:unstructured"
                                                                    sling:resourceType="cq/gui/components/projects/admin/datasource/projectroledatasource"/>
                                                        </memberrole>
                                                        <add
                                                                jcr:primaryType="nt:unstructured"
                                                                sling:resourceType="granite/ui/components/foundation/button"
                                                                id="add-user"
                                                                rel="project-members-add-user"
                                                                text="Add"
                                                                title="Add"/>
                                                    </items>
                                                </memberpicker>
                                                <projectmembers
                                                        jcr:primaryType="nt:unstructured"
                                                        sling:resourceType="cq/gui/components/projects/admin/projectteam"
                                                        class="project-members"
                                                        fieldLabel="Members"/>
                                            </items>
                                        </basic>
                                    </items>
                                </left>
                            </items>
                        </properties>
                        <back
                                jcr:primaryType="nt:unstructured"
                                sling:resourceType="granite/ui/components/foundation/button"
                                class="foundation-wizard-control"
                                foundation-wizard-control-action="prev"
                                text="Back"/>
                        <next
                                jcr:primaryType="nt:unstructured"
                                sling:resourceType="granite/ui/components/foundation/form/submit"
                                class="foundation-wizard-control"
                                disabled="{Boolean}true"
                                foundation-wizard-control-action="next"
                                text="Create"/>
                    </items>
                </step1>
            </items>
        </content>
    </jcr:content>
</jcr:root>
