|
@@ -4,14 +4,20 @@
|
|
|
xsi:schemaLocation="http://mvcsitemap.codeplex.com/schemas/MvcSiteMap-File-3.0 MvcSiteMapSchema.xsd"
|
|
xsi:schemaLocation="http://mvcsitemap.codeplex.com/schemas/MvcSiteMap-File-3.0 MvcSiteMapSchema.xsd"
|
|
|
enableLocalization="true">
|
|
enableLocalization="true">
|
|
|
|
|
|
|
|
- <mvcSiteMapNode title="Home" controller="Home" action="Index">
|
|
|
|
|
|
|
+ <mvcSiteMapNode title="Accueil" controller="Home" action="Index">
|
|
|
|
|
|
|
|
- <mvcSiteMapNode title="Type Viking" controller="TYPE_VIKING" action="Index">
|
|
|
|
|
- <mvcSiteMapNode title="Details Type" controller="TYPE_VIKING" action="Details" preservedRouteParameters="id" />
|
|
|
|
|
|
|
+ <mvcSiteMapNode title="Les types de Viking" controller="TYPE_VIKING" action="Index">
|
|
|
|
|
+ <mvcSiteMapNode title="Création d'un Type" controller="TYPE_VIKING" action="Create" />
|
|
|
|
|
+ <mvcSiteMapNode title="Details d'un Type" controller="TYPE_VIKING" action="Details" preservedRouteParameters="id" />
|
|
|
|
|
+ <mvcSiteMapNode title="Edition d'un Type" controller="TYPE_VIKING" action="Edit" preservedRouteParameters="id" />
|
|
|
|
|
+ <mvcSiteMapNode title="Suppression d'un Type" controller="TYPE_VIKING" action="Delete" preservedRouteParameters="id" />
|
|
|
</mvcSiteMapNode>
|
|
</mvcSiteMapNode>
|
|
|
|
|
|
|
|
- <mvcSiteMapNode title="Vikings" controller="VIKINGS" action="Index" key="Vikings">
|
|
|
|
|
- <mvcSiteMapNode title="Details Viking" controller="VIKINGS" action="Details" preservedRouteParameters="id" />
|
|
|
|
|
|
|
+ <mvcSiteMapNode title="Les Vikings" controller="VIKINGS" action="Index" key="Vikings">
|
|
|
|
|
+ <mvcSiteMapNode title="Création d'un Viking" controller="VIKINGS" action="Create" />
|
|
|
|
|
+ <mvcSiteMapNode title="Details d'un Viking" controller="VIKINGS" action="Details" preservedRouteParameters="id" />
|
|
|
|
|
+ <mvcSiteMapNode title="Edition d'un Viking" controller="VIKINGS" action="Edit" preservedRouteParameters="id" />
|
|
|
|
|
+ <mvcSiteMapNode title="Suppression d'un Viking" controller="VIKINGS" action="Delete" preservedRouteParameters="id" />
|
|
|
</mvcSiteMapNode>
|
|
</mvcSiteMapNode>
|
|
|
|
|
|
|
|
<mvcSiteMapNode title="Tests d'impression" controller="PrintTest" action="Index" />
|
|
<mvcSiteMapNode title="Tests d'impression" controller="PrintTest" action="Index" />
|