2008-12-30 04:16:51 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>jQuery UI Dialog Demos</title>
|
|
|
|
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2008-12-30 10:12:02 +00:00
|
|
|
<div class="demos-nav">
|
|
|
|
<h4>Dialog</h4>
|
|
|
|
<ul>
|
|
|
|
<li class="demo-config-on"><a href="default.html">Basic dialog (default)</a></li>
|
|
|
|
<li><a href="modal.html">Modal dialog</a></li>
|
|
|
|
<li><a href="modal_message.html">Modal message</a></li>
|
|
|
|
<li><a href="modal_confirmation.html">Modal confirmation</a></li>
|
|
|
|
<li><a href="modal_form.html">Modal form</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2008-12-30 04:16:51 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|