aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/demos/datepicker/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/development-bundle/demos/datepicker/index.html')
-rw-r--r--static/development-bundle/demos/datepicker/index.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/static/development-bundle/demos/datepicker/index.html b/static/development-bundle/demos/datepicker/index.html
deleted file mode 100644
index dfe22db..0000000
--- a/static/development-bundle/demos/datepicker/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
1<!doctype html>
2<html lang="en">
3<head>
4 <title>jQuery UI Datepicker 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="date-formats.html">Format date</a></li>
14 <li><a href="min-max.html">Restrict date range</a></li>
15 <li><a href="localization.html">Localize calendar</a></li>
16 <li><a href="alt-field.html">Populate alternate field</a></li>
17 <li><a href="inline.html">Display inline</a></li>
18 <li><a href="buttonbar.html">Display button bar</a></li>
19 <li><a href="dropdown-month-year.html">Display month &amp; year menus</a></li>
20 <li><a href="multiple-calendars.html">Display multiple months</a></li>
21 <li><a href="icon-trigger.html">Icon trigger</a></li>
22 </ul>
23</div>
24
25</body>
26</html>