diff options
-rw-r--r-- | docs/examples/index.html | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/docs/examples/index.html b/docs/examples/index.html index 6873fd1..c5edc18 100644 --- a/docs/examples/index.html +++ b/docs/examples/index.html @@ -7,13 +7,19 @@ <title>Jarmon - customisable, Javascript generated charts from Collectd RRD data</title> - <link rel="stylesheet" type="text/css" href="assets/css/style.css" /> - <link rel="stylesheet" type="text/css" href="assets/css/tabs-no-images.css" /> - <link rel="stylesheet" type="text/css" href="assets/css/jquerytools.dateinput.skin1.css" /> + <link rel="stylesheet" type="text/css" + href="assets/css/style.css" /> + <link rel="stylesheet" type="text/css" + href="assets/css/tabs-no-images.css" /> + <link rel="stylesheet" type="text/css" + href="assets/css/jquerytools.dateinput.skin1.css" /> - <script type="text/javascript" src="assets/js/dependencies.js"></script> - <script type="text/javascript" src="../../jarmon/jarmon.js"></script> - <script type="text/javascript" src="jarmon_example_recipes.js"></script> + <script type="text/javascript" + src="assets/js/dependencies.js"></script> + <script type="text/javascript" + src="../../jarmon/jarmon.js"></script> + <script type="text/javascript" + src="jarmon_example_recipes.js"></script> <script type="text/javascript"> $(function() { @@ -33,11 +39,16 @@ <form> <div> <span class="timerange_control custom"> - <img src="assets/icons/calendar.png" width="16" height="16" alt="calendar" class="from_custom" + <img src="assets/icons/calendar.png" + width="16" height="16" + alt="calendar" class="from_custom" title="Click to choose a custom start date" /> - <input name="from_custom" type="text" readonly="readonly" + <input name="from_custom" type="text" + readonly="readonly" title="Time range start" /> - <img src="assets/icons/calendar.png" width="16" height="16" alt="calendar" class="to_custom" + <img src="assets/icons/calendar.png" + width="16" height="16" + alt="calendar" class="to_custom" title="Click to choose a custom end date" /> <input name="to_custom" type="text" readonly="readonly" title="Time range end" /> |