summaryrefslogtreecommitdiffstats
path: root/src/docs
diff options
context:
space:
mode:
authorTrent <trentdrichardson@gmail.com>2016-04-20 14:47:15 -0400
committerTrent <trentdrichardson@gmail.com>2016-04-20 14:47:15 -0400
commit547daaebf17f3fc4f1a70e7f2297b4b90c41888e (patch)
tree72ae9050e9d7fdfcc55201bb02a3ff770ada7053 /src/docs
parentd692c7a4e7ae97bd53cb194e49d8141fc387115b (diff)
downloadjQuery-Timepicker-Addon-547daaebf17f3fc4f1a70e7f2297b4b90c41888e.zip
jQuery-Timepicker-Addon-547daaebf17f3fc4f1a70e7f2297b4b90c41888e.tar.gz
jQuery-Timepicker-Addon-547daaebf17f3fc4f1a70e7f2297b4b90c41888e.tar.bz2
Prepare new releasev1.6.2
Diffstat (limited to 'src/docs')
-rw-r--r--src/docs/header.html36
1 files changed, 17 insertions, 19 deletions
diff --git a/src/docs/header.html b/src/docs/header.html
index 4aa1f4c..b9747b2 100644
--- a/src/docs/header.html
+++ b/src/docs/header.html
@@ -1,12 +1,12 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
+ <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>Adding a Timepicker to jQuery UI Datepicker</title>
+ <title>Adding a Timepicker to jQuery UI Datepicker</title>
<meta name="Description" content="jQuery Timepicker Addon. Add a timepicker to your jQuery UI Datepicker. With options to show only time, format time, and much more." />
<meta name="Keywords" content="jQuery, UI, datepicker, timepicker, datetime, time, format" />
-
- <style type="text/css">
+
+ <style type="text/css">
body,img,p,h1,h2,h3,h4,h5,h6,form,table,td,ul,ol,li,dl,dt,dd,pre,blockquote,fieldset,label{
margin:0;
padding:0;
@@ -30,29 +30,27 @@
#tabs{ margin: 20px -20px; border: none; }
#tabs, #ui-datepicker-div, .ui-datepicker{ font-size: 85%; }
.clear{ clear: both; }
-
+
.example-container{ background-color: #f4f4f4; border-bottom: solid 2px #777777; margin: 0 0 20px 40px; padding: 20px; }
.example-container input{ border: solid 1px #aaa; padding: 4px; width: 175px; }
.ebook{}
.ebook img.ebookimg{ float: left; margin: 0 15px 15px 0; width: 100px; }
.ebook .buyp a iframe{ margin-bottom: -5px; }
- </style>
-
+ </style>
+
<link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css" />
<link rel="stylesheet" media="all" type="text/css" href="jquery-ui-timepicker-addon.css" />
-
- </head>
- <body>
+
+ </head>
+ <body>
<div class="wrapper">
- <h1>Adding a Timepicker to jQuery UI Datepicker</h1>
-
+ <h1>Adding a Timepicker to jQuery UI Datepicker</h1>
+
<p>The timepicker addon adds a timepicker to jQuery UI Datepicker, thus the datepicker and slider components (jQueryUI) are required for using any of these. In addition all datepicker options are still available through the timepicker addon.</p>
-
+
<p>If you are interested in contributing to Timepicker Addon please <a href="http://github.com/trentrichardson/jQuery-Timepicker-Addon" title="Check out Timepicker on GitHub">check it out on GitHub</a>. If you do make additions please keep in mind I enjoy tabs over spaces,.. But contributions are welcome in any form.</p>
-
+
<p><a href="http://trentrichardson.com" title="Back to Blog">Back to Blog</a> or <a href="http://twitter.com/practicalweb" title="Follow Me on Twitter">Follow on Twitter</a></p>
-
- <a href="http://carbounce.com" title="Car Bounce" style="float: right;display: inline-block;width:380px;padding: 10px;background-color: #fbfbfb;border: dotted 4px #e8e8e8;color: #9EC45F;font-size: 16px;text-decoration:none;letter-spacing:1px;"><img src="http://carbounce.com/img/logo_small.png" alt="Car Bounce" align="left" style="margin-right: 20px;"/>Try my new app to keep you informed of your car's financing status and value.</a>
<h2>Donation</h2>
<p>Has this Timepicker Addon been helpful to you?</p>
@@ -72,4 +70,4 @@
<li><a href="#tp-formatting" title="Examples">Formatting</a></li>
<li><a href="#tp-localization" title="Examples">Localization</a></li>
<li><a href="#tp-examples" title="Examples">Examples</a></li>
- </ul> \ No newline at end of file
+ </ul>