mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
17 lines
449 B
Plaintext
17 lines
449 B
Plaintext
@{
|
|
Layout = "~/Views/Shared/_BjuiLayout.cshtml";
|
|
}
|
|
|
|
@{ Html.RenderAction("MenuHeader", "Home");}
|
|
<div class="bjui-pageContent tableContent" style="position: relative">
|
|
<div class="clearfix">
|
|
|
|
<div id="detail">
|
|
<table id="maingrid" class="table table-bordered"></table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="~/BllScripts/grid.js"></script>
|
|
<script src="~/BllScripts/workflowSchemaManager.js"></script>
|