Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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"
  3. jcr:primaryType="nt:unstructured"
  4. jcr:title="Portal Filters"
  5. sling:resourceType="granite/ui/components/foundation/container">
  6. <items jcr:primaryType="nt:unstructured">
  7. <permissions
  8. jcr:primaryType="nt:unstructured"
  9. sling:resourceType="granite/ui/components/foundation/form/multifield"
  10. fieldDescription="A user must have at least one of these permissions to view this component"
  11. fieldLabel="Permissions">
  12. <field
  13. jcr:primaryType="nt:unstructured"
  14. sling:resourceType="granite/ui/components/foundation/form/select"
  15. name="./permissions">
  16. <datasource
  17. jcr:primaryType="nt:unstructured"
  18. sling:resourceType="/apps/mportal/datasources/permissions"/>
  19. </field>
  20. </permissions>
  21. <missions
  22. jcr:primaryType="nt:unstructured"
  23. sling:resourceType="granite/ui/components/foundation/form/multifield"
  24. fieldDescription="A user must have at least one of these missions to view this component"
  25. fieldLabel="Missions">
  26. <field
  27. jcr:primaryType="nt:unstructured"
  28. sling:resourceType="granite/ui/components/foundation/form/select"
  29. name="./missions">
  30. <datasource
  31. jcr:primaryType="nt:unstructured"
  32. sling:resourceType="/apps/mportal/datasources/missions"/>
  33. </field>
  34. </missions>
  35. <mtcs
  36. jcr:primaryType="nt:unstructured"
  37. sling:resourceType="granite/ui/components/foundation/form/multifield"
  38. fieldDescription="A user must have at least one of these mtcs to view this component"
  39. fieldLabel="MTCs">
  40. <field
  41. jcr:primaryType="nt:unstructured"
  42. sling:resourceType="granite/ui/components/foundation/form/select"
  43. name="./mtcs">
  44. <datasource
  45. jcr:primaryType="nt:unstructured"
  46. sling:resourceType="/apps/mportal/datasources/mtcs"/>
  47. </field>
  48. </mtcs>
  49. <languages
  50. jcr:primaryType="nt:unstructured"
  51. sling:resourceType="granite/ui/components/foundation/form/multifield"
  52. fieldDescription="A user must have at least one of these languages to view this component"
  53. fieldLabel="Languages">
  54. <field
  55. jcr:primaryType="nt:unstructured"
  56. sling:resourceType="granite/ui/components/foundation/form/select"
  57. name="./languages">
  58. <datasource
  59. jcr:primaryType="nt:unstructured"
  60. sling:resourceType="/apps/mportal/datasources/languages"/>
  61. </field>
  62. </languages>
  63. <startdate
  64. jcr:primaryType="nt:unstructured"
  65. sling:resourceType="granite/ui/components/foundation/form/datepicker"
  66. fieldLabel="Start Date"
  67. name="./startdate"/>
  68. <enddate
  69. jcr:primaryType="nt:unstructured"
  70. sling:resourceType="granite/ui/components/foundation/form/datepicker"
  71. fieldLabel="End Date"
  72. name="./enddate"/>
  73. </items>
  74. </jcr:root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement