aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-30 04:16:51 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-30 04:16:51 +0000
commit165c6a823cd0473d5207fada539da42eb9d01274 (patch)
treeb22b23271c9195940e39f04f0b6bf5adba12de59 /demos/datepicker
parent5b34c56dbd5a8544dc9125c5626f0f33639c68b7 (diff)
downloadjquery-ui-165c6a823cd0473d5207fada539da42eb9d01274.tar.gz
jquery-ui-165c6a823cd0473d5207fada539da42eb9d01274.zip
set svn:eol-style to native
Diffstat (limited to 'demos/datepicker')
-rw-r--r--demos/datepicker/buttonbar.html46
-rw-r--r--demos/datepicker/default.html42
-rw-r--r--demos/datepicker/dropdown_month_year.html46
-rw-r--r--demos/datepicker/index.html38
-rw-r--r--demos/datepicker/multiple_calendars.html48
5 files changed, 110 insertions, 110 deletions
diff --git a/demos/datepicker/buttonbar.html b/demos/datepicker/buttonbar.html
index 57e2c5cc2..69f645634 100644
--- a/demos/datepicker/buttonbar.html
+++ b/demos/datepicker/buttonbar.html
@@ -1,23 +1,23 @@
-<!doctype html>
-<html lang="en">
-<head>
- <title>jQuery UI Datepicker - Default Demo</title>
- <link type="text/css" href="../demos.css" rel="stylesheet" />
- <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
- <script type="text/javascript" src="../../ui/ui.core.js"></script>
- <script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
- <script type="text/javascript">
- $(function() {
- $('#date123').datepicker({showButtonPanel: true});
- });
- </script>
-</head>
-<body>
-
-
-<p>Date: <input type="text" id="date123"></p>
-
-
-</body>
-</html>
+<!doctype html>
+<html lang="en">
+<head>
+ <title>jQuery UI Datepicker - Default Demo</title>
+ <link type="text/css" href="../demos.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+ <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../ui/ui.core.js"></script>
+ <script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
+ <script type="text/javascript">
+ $(function() {
+ $('#date123').datepicker({showButtonPanel: true});
+ });
+ </script>
+</head>
+<body>
+
+
+<p>Date: <input type="text" id="date123"></p>
+
+
+</body>
+</html>
diff --git a/demos/datepicker/default.html b/demos/datepicker/default.html
index 0383be419..e3fb22208 100644
--- a/demos/datepicker/default.html
+++ b/demos/datepicker/default.html
@@ -1,21 +1,21 @@
-<!doctype html>
-<html lang="en">
-<head>
- <title>jQuery UI Datepicker - Default Demo</title>
- <link type="text/css" href="../demos.css" rel="stylesheet" />
- <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
- <script type="text/javascript" src="../../ui/ui.core.js"></script>
- <script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
- <script type="text/javascript">
- $(function() {
- $("#date123").datepicker();
- });
- </script>
-</head>
-<body>
-
-Date: <input type="text" id="date123" />
-
-</body>
-</html>
+<!doctype html>
+<html lang="en">
+<head>
+ <title>jQuery UI Datepicker - Default Demo</title>
+ <link type="text/css" href="../demos.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+ <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../ui/ui.core.js"></script>
+ <script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
+ <script type="text/javascript">
+ $(function() {
+ $("#date123").datepicker();
+ });
+ </script>
+</head>
+<body>
+
+Date: <input type="text" id="date123" />
+
+</body>
+</html>
diff --git a/demos/datepicker/dropdown_month_year.html b/demos/datepicker/dropdown_month_year.html
index b0602d6be..b5f7baa6e 100644
--- a/demos/datepicker/dropdown_month_year.html
+++ b/demos/datepicker/dropdown_month_year.html
@@ -1,23 +1,23 @@
-<!doctype html>
-<html lang="en">
-<head>
- <title>jQuery UI Datepicker - Default Demo</title>
- <link type="text/css" href="../demos.css" rel="stylesheet" />
- <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
- <script type="text/javascript" src="../../ui/ui.core.js"></script>
- <script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
- <script type="text/javascript">
- $(function() {
- $('#date123').datepicker({changeMonth:true, changeYear:true});
- });
- </script>
-</head>
-<body>
-
-
-<p>Date: <input type="text" id="date123"></p>
-
-
-</body>
-</html>
+<!doctype html>
+<html lang="en">
+<head>
+ <title>jQuery UI Datepicker - Default Demo</title>
+ <link type="text/css" href="../demos.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+ <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../ui/ui.core.js"></script>
+ <script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
+ <script type="text/javascript">
+ $(function() {
+ $('#date123').datepicker({changeMonth:true, changeYear:true});
+ });
+ </script>
+</head>
+<body>
+
+
+<p>Date: <input type="text" id="date123"></p>
+
+
+</body>
+</html>
diff --git a/demos/datepicker/index.html b/demos/datepicker/index.html
index 45ef20db8..0da4d4ba5 100644
--- a/demos/datepicker/index.html
+++ b/demos/datepicker/index.html
@@ -1,19 +1,19 @@
-<!doctype html>
-<html lang="en">
-<head>
- <title>jQuery UI Datepicker Demos</title>
- <link type="text/css" href="../demos.css" rel="stylesheet" />
-</head>
-<body>
-
-<dl class="demos-nav">
- <dt>Datepicker</dt>
- <dd><a href="default.html">Default datepicker</a></dd>
- <dd><a href="dropdown_month_year.html">Month & year menus</a></dd>
- <dd><a href="buttonbar.html">Today & Done button bar</a></dd>
- <dd><a href="multiple_calendars.html">3 month view</a></dd>
- <dd><a href="inline.html">Inline datepicker</a></dd>
-</dl>
-
-</body>
-</html>
+<!doctype html>
+<html lang="en">
+<head>
+ <title>jQuery UI Datepicker Demos</title>
+ <link type="text/css" href="../demos.css" rel="stylesheet" />
+</head>
+<body>
+
+<dl class="demos-nav">
+ <dt>Datepicker</dt>
+ <dd><a href="default.html">Default datepicker</a></dd>
+ <dd><a href="dropdown_month_year.html">Month & year menus</a></dd>
+ <dd><a href="buttonbar.html">Today & Done button bar</a></dd>
+ <dd><a href="multiple_calendars.html">3 month view</a></dd>
+ <dd><a href="inline.html">Inline datepicker</a></dd>
+</dl>
+
+</body>
+</html>
diff --git a/demos/datepicker/multiple_calendars.html b/demos/datepicker/multiple_calendars.html
index b502eb3ee..2b4cf573a 100644
--- a/demos/datepicker/multiple_calendars.html
+++ b/demos/datepicker/multiple_calendars.html
@@ -1,24 +1,24 @@
-<!doctype html>
-<html lang="en">
-<head>
- <title>jQuery UI Datepicker - Default Demo</title>
- <link type="text/css" href="../demos.css" rel="stylesheet" />
- <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
- <script type="text/javascript" src="../../ui/ui.core.js"></script>
- <script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
- <script type="text/javascript">
- $(function() {
- $('#date123').datepicker({numberOfMonths: 3, showButtonPanel: true});
- });
- </script>
-</head>
-<body>
-
-
-<p>Date: <input type="text" id="date123"></p>
-
-
-
-</body>
-</html>
+<!doctype html>
+<html lang="en">
+<head>
+ <title>jQuery UI Datepicker - Default Demo</title>
+ <link type="text/css" href="../demos.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+ <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../ui/ui.core.js"></script>
+ <script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
+ <script type="text/javascript">
+ $(function() {
+ $('#date123').datepicker({numberOfMonths: 3, showButtonPanel: true});
+ });
+ </script>
+</head>
+<body>
+
+
+<p>Date: <input type="text" id="date123"></p>
+
+
+
+</body>
+</html>