mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
18 lines
590 B
Plaintext
18 lines
590 B
Plaintext
@{
|
|
Layout = "~/Views/Shared/_BjuiLayout.cshtml";
|
|
}
|
|
|
|
@{ Html.RenderAction("MenuHeader", "Home");}
|
|
<div class="bjui-pageContent tableContent" style="position:relative">
|
|
<div class="clearfix">
|
|
<div style="float: left; width: 220px; overflow: auto;" class="table table-bordered">
|
|
<ul id="maintree" class="ztree"></ul>
|
|
</div>
|
|
|
|
<div id="detail" style="margin-left: 225px;">
|
|
<table id="maingrid" class="table table-bordered"></table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="~/BllScripts/modulemanager.js"></script>
|