@Html.AppendCssFile(
"/Views/LR_Content/style/lr-common.css",
"/Views/LR_Content/plugin/scroll/scroll.css",
"/Views/LR_Content/style/lr-admin.css",
"/Views/LR_Content/style/lr-layer.css",
"/Views/LR_Content/plugin/contextmenu/lr-contextmenu.css",
"/Views/LR_Content/plugin/tree/lr-tree.css",
"/Views/LR_Content/plugin/select/lr-select.css"
)
@RenderBody()
@Html.AppendJsFile(
"/Views/LR_Content/plugin/resize/resize.js",
"/Views/LR_Content/plugin/mousewheel/mousewheel.js",
"/Views/LR_Content/script/lr-base.js",
"/Views/LR_Content/plugin/scroll/scroll.js",
"/Views/LR_Content/script/lr-tabs.js",
"/Views/LR_Content/script/lr-date.js",
"/Views/LR_Content/script/lr-validator-helper.js",
"/Views/LR_Content/script/lr-layer.js",
"/Views/LR_Content/script/lr-ajax.js",
"/Views/LR_Content/script/lr-clientdata.js",
"/Views/LR_Content/script/lr-language.js",
"/Views/LR_Content/plugin/tree/lr-tree.js",
"/Views/LR_Content/plugin/select/lr-select.js",
"/Views/LR_Content/plugin/workflow/lr-workflow-api.js",
"/Views/LR_Content/plugin/contextmenu/lr-contextmenu.js",
"/Views/LR_Content/script/lr-im.js",
"/Views/LR_Content/script/pushmessage.js",
"/Views/LR_Content/script/lr-admin.js"
)