asp.net的sitemapnode的问题
<siteMapNodetitle="系统管理"url=""description="系统管理"><siteMapNodetitle="登录管理系统"url="~/Sys...
<siteMapNode title="系统管理" url="" description="系统管理">
<siteMapNode title="登录管理系统" url="~/SystemManage/Login.aspx" description="登录管理系统"/>
<siteMapNode title="退出管理系统" url="~/SystemManage/LogOut.aspx" description="退出管理系统"/>
<siteMapNode title="新建操作用户" url="~/SystemManage/RegisterUser.aspx" description="新建操作用户"/>
<siteMapNode title="修改用户信息" url="~/SystemManage/UserInfo.aspx" description="修改用户信息"/>
<siteMapNode title="修改用户密码" url="~/SystemManage/UserPassword.aspx" description="修改用户密码"/>
<siteMapNode title="查询用户密码" url="~/SystemManage/PasswordRecovery.aspx" description="查询用户密码"/>
<siteMapNode title="分配用户权限" url="~/SystemManage/OperatorForm.aspx" description="分配用户权限"/>
<siteMapNode title="公司信息设置" url="~/SystemManage/CompanyForm.aspx" description="公司信息设置"/>
<siteMapNode title="系统帮助信息" url="~/SystemManage/AllErrorHelp.aspx" description="系统帮助信息"/>
</siteMapNode>
</siteMapNod>
源程序显示主菜单是系统管理,子菜单是登陆退出等,想改程序,主菜单系统管理,子菜单改为用户管理和信息管理,用户管理的子菜单为登录退出等,请问怎么改? 展开
<siteMapNode title="登录管理系统" url="~/SystemManage/Login.aspx" description="登录管理系统"/>
<siteMapNode title="退出管理系统" url="~/SystemManage/LogOut.aspx" description="退出管理系统"/>
<siteMapNode title="新建操作用户" url="~/SystemManage/RegisterUser.aspx" description="新建操作用户"/>
<siteMapNode title="修改用户信息" url="~/SystemManage/UserInfo.aspx" description="修改用户信息"/>
<siteMapNode title="修改用户密码" url="~/SystemManage/UserPassword.aspx" description="修改用户密码"/>
<siteMapNode title="查询用户密码" url="~/SystemManage/PasswordRecovery.aspx" description="查询用户密码"/>
<siteMapNode title="分配用户权限" url="~/SystemManage/OperatorForm.aspx" description="分配用户权限"/>
<siteMapNode title="公司信息设置" url="~/SystemManage/CompanyForm.aspx" description="公司信息设置"/>
<siteMapNode title="系统帮助信息" url="~/SystemManage/AllErrorHelp.aspx" description="系统帮助信息"/>
</siteMapNode>
</siteMapNod>
源程序显示主菜单是系统管理,子菜单是登陆退出等,想改程序,主菜单系统管理,子菜单改为用户管理和信息管理,用户管理的子菜单为登录退出等,请问怎么改? 展开
1个回答
展开全部
<siteMapNode url="" title="系统管理" description="">
<siteMapNode url="" title="用户管理" description="" >
<siteMapNode url="" title="登录" roles="xxx"></siteMapNode>
<siteMapNode url="" title="退出" roles="xxx"></siteMapNode>
</siteMapNode>
<siteMapNode url="" title="信息管理" description="" >
<siteMapNode url="" title="" roles="xxx"></siteMapNode>
<siteMapNode url="" title="" roles="xxx"></siteMapNode>
</siteMapNode>
</siteMapNode>
<siteMapNode url="" title="用户管理" description="" >
<siteMapNode url="" title="登录" roles="xxx"></siteMapNode>
<siteMapNode url="" title="退出" roles="xxx"></siteMapNode>
</siteMapNode>
<siteMapNode url="" title="信息管理" description="" >
<siteMapNode url="" title="" roles="xxx"></siteMapNode>
<siteMapNode url="" title="" roles="xxx"></siteMapNode>
</siteMapNode>
</siteMapNode>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询