BootstrapAdmin/Bootstrap.Admin/Views/Shared
Argo-Lenovo fc8729903a 重构代码:移除与Bootstrap.Security组件相同功能代码,统一使用组件内的方法,更改缓存Key值,与组件内部一致 2017-04-07 11:12:23 +08:00
..
AwesomeIcon.cshtml 重构代码:纠正aria-hidden属性设置错误 2017-03-31 12:23:19 +08:00
Footer.cshtml 页脚提示使用Tooltip控件 2017-01-14 15:42:39 +08:00
GroupConfig.cshtml 精简framework.js使用$.bc 2016-11-18 20:49:44 +08:00
Header.cshtml 登录页面适配移动端与桌面,增加Login-responsive.css文件 2017-03-26 15:09:05 +08:00
IconView.cshtml 更新font awesome为4.7版本 2017-03-13 17:26:15 +08:00
MenuTree.cshtml 删除SubMenu与SubMenuTree两个视图,菜单相关页面均由js来加载,重写菜单Order排序方法 2016-12-20 16:28:00 +08:00
Navigator.cshtml 重构代码将菜单生成li方法统一到SubMenu部分视图中 2016-12-22 21:53:50 +08:00
NavigatorConfig.cshtml 修改BUG:modal弹窗菜单PartialView多了一个div class="modal-dialog" 2017-03-27 18:12:14 +08:00
Readme.txt 更改footer脚本为PartialView,完善返回顶端按钮,适配全屏与各种屏幕大小不同滚动条点击响应 2016-11-02 13:45:49 +08:00
RoleConfig.cshtml 精简framework.js使用$.bc 2016-11-18 20:49:44 +08:00
SubMenu.cshtml 重构代码:移除与Bootstrap.Security组件相同功能代码,统一使用组件内的方法,更改缓存Key值,与组件内部一致 2017-04-07 11:12:23 +08:00
SubNavigation.cshtml 重构代码:移除与Bootstrap.Security组件相同功能代码,统一使用组件内的方法,更改缓存Key值,与组件内部一致 2017-04-07 11:12:23 +08:00
UnAuthorized.cshtml 增加未授权访问页面 2016-11-29 14:34:22 +08:00
UserConfig.cshtml 精简framework.js使用$.bc 2016-11-18 20:49:44 +08:00
_Admin.cshtml 重构网站结构,使用NuGet获得bootstrap fa等组件 2017-03-14 20:15:15 +08:00
_ButtonBarGroup.cshtml 更新图标使用FA的 2017-01-01 19:49:31 +08:00
_Default.cshtml 重构网站结构,使用NuGet获得bootstrap fa等组件 2017-03-14 20:15:15 +08:00
_Layout.cshtml 兼容IE9浏览器 2017-03-28 13:06:54 +08:00
_Mobile.cshtml 重构客户端测试页面 2016-11-20 20:59:08 +08:00
_Normal.cshtml 重构网站结构,使用NuGet获得bootstrap fa等组件 2017-03-14 20:15:15 +08:00

Readme.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

_Layout.cshtml
	/Home/Login

-------> _Admin.cshtml
		/Admin/Index

--------------> _Default.cshtml
		/Admin/Users


-------> _Normal.cshtml