bklLiudl
2024-07-23 277bbae216debe7e6c04e8cc6ee6e1ba9763e14b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>Dialog Content</title>
</head>
<body>
    <div style="padding:5px;">
        <div style="padding:5px 10px">
            <div>User Name:</div>
            <input style="width:160px">
        </div>
        <div style="padding:5px 10px">
            <div>Password:</div>
            <input type="password" style="width:160px">
        </div>
        <div style="padding:5px 10px;text-align:center">
            <a href="javascript:void(0)" class="easyui-linkbutton">Login</a>
            <a href="javascript:void(0)" class="easyui-linkbutton">Cancel</a>
        </div>
    </div>
</body>
</html>