username@email.com
2025-04-27 15eb82df2d6ec539e9d4245bfe08d531e8eb6379
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
    <meta name="renderer" content="webkit|ie-comp|ie-stand" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="renderer" content="webkit">
    <title>@ViewBag.Title</title>
    <link href="/css/bootstrap.min.css" rel="stylesheet">
    <link href="~/Scripts/Form/font/css/font-awesome.min.css" rel="stylesheet" />
    <link href="~/Scripts/Form/jquery/plugin/scrollbar/jquery.mCustomScrollbar.min.css" rel="stylesheet" />
    <link href="~/Scripts/Form/jquery/plugin/jfGrid/jfgrid.css" rel="stylesheet" />
    <link href="~/Scripts/Form/style/common.css" rel="stylesheet" />
    <link href="~/Scripts/Form/style/iframe-form.css" rel="stylesheet" />
    <link href="~/Scripts/Form/plugin/wizard/wizard.css" rel="stylesheet" />
    <link href="~/Scripts/Form/plugin/tree/tree.css" rel="stylesheet" />
    <link href="~/Scripts/Form/plugin/select/select.css" rel="stylesheet" />
    <link href="~/Scripts/Form/plugin/formselect/formselect.css" rel="stylesheet" />
    <link href="~/Scripts/Form/plugin/inputsearch/isearch.css" rel="stylesheet" />
    <link href="~/Scripts/Form/plugin/custmerform/formdesigner.css" rel="stylesheet"/>
    <link href="/css/plugins/chosen/chosen.css" rel="stylesheet">
    <link href="/js/plugins/layer/skin/layer.css" rel="stylesheet" />
 
    <script src="~/Scripts/Form/jquery/jquery-1.10.2.min.js"></script>
    <script src="~/Scripts/Form/jquery-ui-1.12.1.custom/jquery-ui.min.js"></script>
    <script src="~/Scripts/Form/jquery/jquery.md5.min.js"></script>
    <script src="~/Scripts/Form/jquery/plugin/scrollbar/jquery.mCustomScrollbar.concat.min.js"></script>
    <script src="~/Scripts/Form/jquery/plugin/jfGrid/jfgrid.min.js"></script>
    <script src="~/Scripts/Form/script/base.js"></script>
    <script src="~/Scripts/Form/script/form.js"></script>
    <script src="~/Scripts/Form/plugin/tree/tree.js"></script>
    <script src="~/Scripts/Form/plugin/select/select.js"></script>
    <script src="~/Scripts/Form/plugin/formselect/formselect.js"></script>
    <script src="~/Scripts/Form/plugin/inputsearch/isearch.js"></script>
    <script src="~/Scripts/Form/plugin/custmerform/formcomponts.js"></script>
    <script src="~/Scripts/Form/plugin/custmerform/formdesigner.js"></script>
    <script src="/js/plugins/chosen/chosen.jquery.js"></script>
    <script src="/js/plugins/layer/layer.js"></script>
 
    <script>
        $.lrToken = $('@Html.AntiForgeryToken()').val();
        $(function () {
            $('#lr_form_bg').fadeOut();
            if (!!window.bootstrap) {
                bootstrap(jQuery, top.zou);
            }
        });
    </script>
</head>
 
<body styele="background: #fafbfc;">
    @RenderBody()
</body>
</html>