blob: 64f6343f4f953e6bd24ccb71e38c201f56b3e573 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Dialog Demos</title>
<link type="text/css" href="../demos.css" rel="stylesheet" />
</head>
<body>
<dl class="demos-nav">
<dt>Dialog</dt>
<dd><a href="default.html">Basic dialog (default)</a></dd>
<dd><a href="modal.html">Modal dialog</a></dd>
<dd><a href="modal_message.html">Modal message</a></dd>
<dd><a href="modal_confirmation.html">Modal confirmation</a></dd>
<dd><a href="modal_form.html">Modal form</a></dd>
</dl>
</body>
</html>
|