routine updata

This commit is contained in:
yubaolee 2015-12-01 22:46:29 +08:00
parent 88c6fb144f
commit b983132edd
6 changed files with 801 additions and 2086 deletions

2853
DB.sql

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@


View File

@ -29,5 +29,10 @@ namespace OpenAuth.Mvc.Controllers
{ {
return View(); return View();
} }
public ActionResult Git()
{
return View();
}
} }
} }

View File

@ -552,6 +552,7 @@
<Content Include="BJUI\themes\purple\zTreeStandard.png" /> <Content Include="BJUI\themes\purple\zTreeStandard.png" />
<Content Include="favicon.ico" /> <Content Include="favicon.ico" />
<Content Include="Global.asax" /> <Content Include="Global.asax" />
<None Include="Views\Home\git.cshtml" />
<Content Include="Web.config" /> <Content Include="Web.config" />
<Content Include="Web.Debug.config"> <Content Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon> <DependentUpon>Web.config</DependentUpon>

View File

@ -139,11 +139,11 @@
//菜单-事件 //菜单-事件
function MainMenuClick(event, treeId, treeNode) { function MainMenuClick(event, treeId, treeNode) {
event.preventDefault(); event.preventDefault();
//if (treeNode.isParent) { if (treeNode.isParent) {
// var zTree = $.fn.zTree.getZTreeObj(treeId); var zTree = $.fn.zTree.getZTreeObj(treeId);
// zTree.expandNode(treeNode, !treeNode.open, false, true, true); zTree.expandNode(treeNode, !treeNode.open, false, true, true);
// return; return;
//} }
if (treeNode.target && treeNode.target == 'dialog') if (treeNode.target && treeNode.target == 'dialog')
$(event.target).dialog({ id: treeNode.tabid, url: treeNode.url, title: treeNode.name }); $(event.target).dialog({ id: treeNode.tabid, url: treeNode.url, title: treeNode.name });

View File

@ -26,5 +26,20 @@
</div> </div>
</div> </div>
<div class="bjui-pageContent"> <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> </div>