Mvc.sitemap 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <mvcSiteMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://mvcsitemap.codeplex.com/schemas/MvcSiteMap-File-3.0"
  4. xsi:schemaLocation="http://mvcsitemap.codeplex.com/schemas/MvcSiteMap-File-3.0 MvcSiteMapSchema.xsd"
  5. enableLocalization="true">
  6. <mvcSiteMapNode title="Accueil" controller="Home" action="Index">
  7. <mvcSiteMapNode title="Collèges" controller="Colleges" action="Index">
  8. <mvcSiteMapNode title="Ajout d'un nouveau collège" controller="Colleges" action="Create" />
  9. <mvcSiteMapNode title="Détail d'un collège" controller="Colleges" action="Details" preservedRouteParameters="id" >
  10. <mvcSiteMapNode title="Edition d'un collège" controller="Colleges" action="Edit" preservedRouteParameters="id" />
  11. <mvcSiteMapNode title="Suppression d'un collège" controller="Colleges" action="Delete" preservedRouteParameters="id" />
  12. <mvcSiteMapNode title="Identité" controller="Identites" action="Details" preservedRouteParameters="id" >
  13. <mvcSiteMapNode title="Edition de l'identité" controller="Identites" action="Edit" preservedRouteParameters="id" />
  14. </mvcSiteMapNode>
  15. <mvcSiteMapNode title="Actions" controller="ActionsCLAS" action="Details" preservedRouteParameters="id" >
  16. <mvcSiteMapNode title="Edition d'une action CLAS" controller="ActionsCLAS" action="Edit" preservedRouteParameters="id" />
  17. </mvcSiteMapNode>
  18. </mvcSiteMapNode>
  19. </mvcSiteMapNode>
  20. <mvcSiteMapNode title="Gestion des Actions" controller="GestionActions" action="Index" />
  21. <mvcSiteMapNode title="Administration" controller="Admin" action="Index">
  22. <mvcSiteMapNode title="Types de collège" controller="TypeCollege" action="Index">
  23. <mvcSiteMapNode title="Création d'un type de collège" controller="TypeCollege" action="Create" />
  24. <mvcSiteMapNode title="Edition d'un type de collège" controller="TypeCollege" action="Edit" preservedRouteParameters="id" />
  25. <mvcSiteMapNode title="Suppression d'un type de collège" controller="TypeCollege" action="Delete" preservedRouteParameters="id" />
  26. </mvcSiteMapNode>
  27. <mvcSiteMapNode title="Territoires" controller="Territoire" action="Index">
  28. <mvcSiteMapNode title="Création d'un territoire" controller="Territoire" action="Create" />
  29. <mvcSiteMapNode title="Edition d'un territoire" controller="Territoire" action="Edit" preservedRouteParameters="id" />
  30. <mvcSiteMapNode title="Suppression d'un territoire" controller="Territoire" action="Delete" preservedRouteParameters="id" />
  31. </mvcSiteMapNode>
  32. </mvcSiteMapNode>
  33. </mvcSiteMapNode>
  34. </mvcSiteMap>