aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/demos/dialog/index.html
diff options
context:
space:
mode:
authorChris Miller <christopher@ctmiller.net>2010-02-19 22:34:36 -0500
committerChris Miller <christopher@ctmiller.net>2010-02-19 22:34:36 -0500
commit48ec7d720e9b81e7aa849587bef3a263bac2e8ca (patch)
treeed44303a9fcfd8fa15a20bcab14deed1e7b1cd41 /static/development-bundle/demos/dialog/index.html
downloadsnakeplan-48ec7d720e9b81e7aa849587bef3a263bac2e8ca.tar.bz2
snakeplan-48ec7d720e9b81e7aa849587bef3a263bac2e8ca.tar.xz
snakeplan-48ec7d720e9b81e7aa849587bef3a263bac2e8ca.zip
Initial check for iterations. YMMV.
Diffstat (limited to 'static/development-bundle/demos/dialog/index.html')
-rw-r--r--static/development-bundle/demos/dialog/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/static/development-bundle/demos/dialog/index.html b/static/development-bundle/demos/dialog/index.html
new file mode 100644
index 0000000..bed31ab
--- /dev/null
+++ b/static/development-bundle/demos/dialog/index.html
@@ -0,0 +1,21 @@
1<!doctype html>
2<html lang="en">
3<head>
4 <title>jQuery UI Dialog Demos</title>
5 <link type="text/css" href="../demos.css" rel="stylesheet" />
6</head>
7<body>
8
9<div class="demos-nav">
10 <h4>Examples</h4>
11 <ul>
12 <li class="demo-config-on"><a href="default.html">Default functionality</a></li>
13 <li><a href="modal.html">Modal dialog</a></li>
14 <li><a href="modal-message.html">Modal message</a></li>
15 <li><a href="modal-confirmation.html">Modal confirmation</a></li>
16 <li><a href="modal-form.html">Modal form</a></li>
17 </ul>
18</div>
19
20</body>
21</html>