jquery-ui/demos/dialog/index.html
2008-12-30 04:16:51 +00:00

20 lines
509 B
HTML

<!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>