You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
559 B
23 lines
559 B
6 months ago
|
<!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>
|