mvc导航配置

Posted on 2013-07-09 15:51  !sylar  阅读(227)  评论(0编辑  收藏  举报

<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<NavigationGroups>
<NavigationGroup name="menu" active="true">
<Navigations>
<Navigation name="Index" text="首页" controller="Home" action="Index">
<Navigations>

<Navigation text="家用电器" controller="Product" action="Category" param="1"/>
<Navigation text ="手机.数码" controller="Product" action="Category" param="2"/>
<Navigation text="居家商品" controller="Product" action="Category" param="3"/>
<Navigation text ="汽车用品" controller="Product" action="Category" param="4"/>
<Navigation text ="母婴.玩具.乐器" controller="Product" action="Category" param="5"/>
<Navigation text ="食品饮料.保健食品" controller="Product" action="Category" param="6"/>
<Navigation text ="彩票.旅游.充值.游戏" controller="Product" action="Category" param="7"/>
</Navigations>
</Navigation>
<Navigation name="Appliances" text="电器" controller="Product" action="Category" param="1">
<Navigations>
<Navigation text="电视" controller="Product" action="SubGategory" param="1" />
<Navigation text="冰箱" controller="Product" action="SubGategory" param="2"/>
<Navigation text="空调" controller="Product" action="SubGategory" param="3"/>
<Navigation text="洗衣机" controller="Product" action="SubGategory" param="4"/>
<Navigation text="影音设备" controller="Product" action="SubGategory" param="5" />
<Navigation text="热水器" controller="Product" action="SubGategory" param="6"/>
<Navigation text="厨房电器" controller="Product" action="SubGategory" param="7" />
</Navigations>
</Navigation>
<Navigation name="Digital" text="手机数码" controller="Product" action="Category" param="2">
<Navigations>
<Navigation text="手机" controller="Product" action="SubGategory" param="8"/>
<Navigation text="手机配件" controller="Product" action="SubGategory" param="9"/>
<Navigation text="电脑" controller="Product" action="SubGategory" param="10" />
<Navigation text="电脑配件" controller="Product" action="SubGategory" param="11"/>
<Navigation text="相机" controller="Product" action="SubGategory" param="12"/>
<Navigation text="相机配件" controller="Product" action="SubGategory" param="13" />
</Navigations>
</Navigation>
<Navigation name="Family" text="居家" controller="Product" action="Category" param="3">
<Navigations>
<Navigation text="家纺" controller="Product" action="SubGategory" param="14"/>
<Navigation text="家具" controller="Product" action="SubGategory" param="15"/>
<Navigation text="厨具" controller="Product" action="SubGategory" param="16"/>
<Navigation text="生活用品" controller="Product" action="SubGategory" param="17" />
<Navigation text="家装建材" controller="Product" action="SubGategory" param="18"/>
<Navigation text="宠物用品" controller="Product" action="SubGategory" param="19"/>
</Navigations>
</Navigation>
<Navigation name="Cars" text="汽车用品" controller="Product" action="Category" param="4">
<Navigations>
<Navigation text="汽车电器" controller="Product" action="SubGategory" param="20" />
<Navigation text="系统养护" controller="Product" action="SubGategory" param="21" />
<Navigation text="改装配件" controller="Product" action="SubGategory" param="22"/>
<Navigation text="汽车美容" controller="Product" action="SubGategory" param="23"/>
<Navigation text="内饰精品" controller="Product" action="SubGategory" param="24"/>
<Navigation text="自驾装备" controller="Product" action="SubGategory" param="25"/>
</Navigations>
</Navigation>
<Navigation name="Food" text="食品饮料" controller="Product" action="Category" param="6">
<Navigations>

<Navigation text="地方特产" controller="Product" action="SubGategory" param="26"/>
<Navigation text="休闲食品" controller="Product" action="SubGategory" param="27"/>
<Navigation text="酒饮冲调" controller="Product" action="SubGategory" param="28"/>
<Navigation text="营养健康" controller="Product" action="SubGategory" param="29"/>
<Navigation text="礼品礼盒" controller="Product" action="SubGategory" param="30"/>
<Navigation text="进口食品" controller="Product" action="SubGategory" param="31"/>
</Navigations>

</Navigation>

</Navigations>
</NavigationGroup>
<NavigationGroup name="menu-l" active="true">
<Navigations>
<Navigation text="车迷沙龙" controller="Home" action="Index"/>
<Navigation text="唯美车贴" controller="Home" action="Index"/>
<Navigation text="车行八方" controller="Home" action="Index"/>
<Navigation text="官方微博" controller="Home" action="Index"/>
</Navigations>
</NavigationGroup>
<NavigationGroup name="service" active="true">
<Navigations>
<Navigation text="购物指南" param="icon1">
<Navigations>
<Navigation name="shopprocess" text="购物流程" controller="Home" action="Index"/>
<Navigation name="vipinfo" text="会员介绍" controller="Home" action="Index"/>
<Navigation name="teamshop" text="团购/机票" controller="Home" action="Index"/>
<Navigation name="commonproblems" text="常见问题" controller="Home" action="Index"/>
<Navigation name="appliances" text="大家电" controller="Home" action="Index"/>
<Navigation name="contactservice" text="联系客服" controller="Home" action="Index"/>
</Navigations>
</Navigation>
<Navigation text="配送方式" param="icon2">
<Navigations>
<Navigation name="takeoneself" text="上门自提" controller="Home" action="Index"/>
<Navigation name="timelimit" text="211限时达" controller="Home" action="Index"/>
<Navigation name="expresstransport" text="快递运输" controller="Home" action="Index"/>
<Navigation name="giftgiving" text="如何送礼" controller="Home" action="Index"/>
<Navigation name="globalshipping" text="Global Shipping" controller="Home" action="Index"/>
</Navigations>
</Navigation>
<Navigation text="支付方式" param="icon3">
<Navigations>
<Navigation name="cashdelivery " text="货到付款" controller="Home" action="Index"/>
<Navigation name="payonline" text="在线支付" controller="Home" action="Index"/>
<Navigation name="payinstallment" text="分期付款" controller="Home" action="Index"/>
<Navigation name="paybypostoffice" text="邮局付款" controller="Home" action="Index"/>
<Navigation name="paybycompany" text="公司转账" controller="Home" action="Index"/>
</Navigations>
</Navigation>
<Navigation text="售后服务" param="icon4">
<Navigations>
<Navigation name="" text="售后服务政策" controller="Home" action="Index"/>
<Navigation name="" text="售后服务流程" controller="Home" action="Index"/>
<Navigation name="" text="价格保护" controller="Home" action="Index"/>
<Navigation name="" text="退款说明" controller="Home" action="Index"/>
<Navigation name="" text="返修/退换货" controller="Home" action="Index"/>
<Navigation name="" text="取消订单" controller="Home" action="Index"/>
</Navigations>
</Navigation>
</Navigations>
</NavigationGroup>
<NavigationGroup name="f-link" active="true">
<Navigations>
<Navigation text="友情链接">
<Navigations>
<Navigation text="济南车体广告" url="#"/>
<Navigation text="延安汽车网" url="#"/>
<Navigation text="秦皇岛二手车" url="#"/>
<Navigation text="威海二手车" url="#"/>
<Navigation text="城市汽车网" url="#"/>
<Navigation text="贤泽科技" url="#"/>
<Navigation text="苏州二手车" url="#"/>
<Navigation text="西安汽车用品" url="#"/>
<Navigation text="西安世园会" url="#"/>
<Navigation text="三方家居网" url="#"/>
<Navigation text="西安中正" url="#"/>
<Navigation text="交通事故纠纷研究中心" url="#"/>
<Navigation text="古城数据中心" url="#"/>
<Navigation text="在线西洽会" url="#"/>
<Navigation text="西安甲客" url="#"/>
<Navigation text="行健汽车服务" url="#"/>
</Navigations>
</Navigation>
</Navigations>
</NavigationGroup>
<NavigationGroup name="footer" active="true">
<Navigations>
<Navigation text="关于甲客" action="Index"/>
<Navigation text="甲客荣誉" action="Index"/>
<Navigation text="甲客会所" action="Index"/>
<Navigation text="招商加盟" action="Index"/>
<Navigation text="合作品牌" action="Index"/>
<Navigation text="联系我们" action="Index"/>
</Navigations>
</NavigationGroup>
</NavigationGroups>
<RoleMappings>
<Role id="1" nav-name="" action="" controller="" name=""/>
</RoleMappings>
</Configuration>