mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-08-23 13:06:48 +08:00
routine updata
This commit is contained in:
parent
88c6fb144f
commit
b983132edd
1
OpenAuth.Mvc/BJUI/myextension.js
Normal file
1
OpenAuth.Mvc/BJUI/myextension.js
Normal file
@ -0,0 +1 @@
|
||||
|
@ -29,5 +29,10 @@ namespace OpenAuth.Mvc.Controllers
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
public ActionResult Git()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
@ -552,6 +552,7 @@
|
||||
<Content Include="BJUI\themes\purple\zTreeStandard.png" />
|
||||
<Content Include="favicon.ico" />
|
||||
<Content Include="Global.asax" />
|
||||
<None Include="Views\Home\git.cshtml" />
|
||||
<Content Include="Web.config" />
|
||||
<Content Include="Web.Debug.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
|
@ -139,11 +139,11 @@
|
||||
//菜单-事件
|
||||
function MainMenuClick(event, treeId, treeNode) {
|
||||
event.preventDefault();
|
||||
//if (treeNode.isParent) {
|
||||
// var zTree = $.fn.zTree.getZTreeObj(treeId);
|
||||
// zTree.expandNode(treeNode, !treeNode.open, false, true, true);
|
||||
// return;
|
||||
//}
|
||||
if (treeNode.isParent) {
|
||||
var zTree = $.fn.zTree.getZTreeObj(treeId);
|
||||
zTree.expandNode(treeNode, !treeNode.open, false, true, true);
|
||||
return;
|
||||
}
|
||||
|
||||
if (treeNode.target && treeNode.target == 'dialog')
|
||||
$(event.target).dialog({ id: treeNode.tabid, url: treeNode.url, title: treeNode.name });
|
||||
|
@ -26,5 +26,20 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="bjui-pageContent">
|
||||
|
||||
<div style="position:absolute;top:15px;right:0;width:300px;">
|
||||
<iframe width="100%" height="550" class="share_self" frameborder="0" scrolling="no" src="http://widget.weibo.com/weiboshow/index.php?language=&width=0&height=550&fansRow=2&ptype=1&speed=0&skin=1&isTitle=1&noborder=1&isWeibo=1&isFans=0&uid=2838273614&verifier=75a3b95b&dpc=1"></iframe>
|
||||
</div>
|
||||
<div style="margin-top:5px; margin-right:300px; overflow:hidden;">
|
||||
<div class="row" style="padding: 0 8px;">
|
||||
<div class="col-md-12">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading"><h3 class="panel-title">BJUI/GIT</h3></div>
|
||||
|
||||
<div class="panel-body">
|
||||
<iframe width="100%" height="240" class="share_self" frameborder="0" scrolling="no" src="/Home/Git"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user