From 1a0fc974e2424fc7728c23c1e9d237ae700bbd4e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 12 Sep 2011 18:13:16 +0000 Subject: [PATCH] improved styling --- configure | 20 ++++---- po/Makefile.in | 10 ++-- www/Makefile.am | 13 +++++- www/Makefile.in | 13 +++++- www/details.html | 44 ++++++++++++++---- www/index.html | 7 +-- www/jqplot.css | 1 + www/jqplot.dateAxisRenderer.js | 30 ++++++++++++ www/jqplot.dateAxisRenderer.min.js | 30 ------------ www/jqplot.js | 30 ++++++++++++ www/jquery.jqplot.min.css | 1 - www/jquery.jqplot.min.js | 30 ------------ www/monitor.html | 4 +- www/style.css | 93 ++++++++------------------------------ 14 files changed, 155 insertions(+), 171 deletions(-) create mode 100644 www/jqplot.css create mode 100644 www/jqplot.dateAxisRenderer.js delete mode 100644 www/jqplot.dateAxisRenderer.min.js create mode 100644 www/jqplot.js delete mode 100644 www/jquery.jqplot.min.css delete mode 100644 www/jquery.jqplot.min.js diff --git a/configure b/configure index 8382c23..a462a0c 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for psensor 0.6.2.10. +# Generated by GNU Autoconf 2.67 for psensor 0.6.2.11. # # Report bugs to . # @@ -552,8 +552,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='psensor' PACKAGE_TARNAME='psensor' -PACKAGE_VERSION='0.6.2.10' -PACKAGE_STRING='psensor 0.6.2.10' +PACKAGE_VERSION='0.6.2.11' +PACKAGE_STRING='psensor 0.6.2.11' PACKAGE_BUGREPORT='jeanfi@gmail.com' PACKAGE_URL='http://wpitchoune.net/psensor' @@ -1345,7 +1345,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures psensor 0.6.2.10 to adapt to many kinds of systems. +\`configure' configures psensor 0.6.2.11 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1419,7 +1419,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of psensor 0.6.2.10:";; + short | recursive ) echo "Configuration of psensor 0.6.2.11:";; esac cat <<\_ACEOF @@ -1557,7 +1557,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -psensor configure 0.6.2.10 +psensor configure 0.6.2.11 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1980,7 +1980,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by psensor $as_me 0.6.2.10, which was +It was created by psensor $as_me 0.6.2.11, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -2797,7 +2797,7 @@ fi # Define the identity of the package. PACKAGE='psensor' - VERSION='0.6.2.10' + VERSION='0.6.2.11' cat >>confdefs.h <<_ACEOF @@ -8945,7 +8945,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by psensor $as_me 0.6.2.10, which was +This file was extended by psensor $as_me 0.6.2.11, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9012,7 +9012,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -psensor config.status 0.6.2.10 +psensor config.status 0.6.2.11 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff --git a/po/Makefile.in b/po/Makefile.in index 03604dc..88eadf9 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = psensor -VERSION = 0.6.2.10 +VERSION = 0.6.2.11 PACKAGE_BUGREPORT = jeanfi@gmail.com SHELL = /bin/sh @@ -21,7 +21,7 @@ srcdir = . top_srcdir = .. -prefix = /usr/local +prefix = /tmp/usr exec_prefix = ${prefix} datarootdir = ${prefix}/share datadir = ${datarootdir} @@ -34,12 +34,12 @@ INSTALL_DATA = ${INSTALL} -m 644 # We use $(mkdir_p). # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, -# ${SHELL} /home/jporsini/work.local/wpitchoune.net/svnpub/psensor/trunk/install-sh does not start with $(SHELL), so we add it. +# ${SHELL} /home/jporsini/work/wpitchoune.net/svnpub/psensor/trunk/install-sh does not start with $(SHELL), so we add it. # In automake >= 1.10, /bin/mkdir -p is derived from ${MKDIR_P}, which is defined # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. -mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work.local/wpitchoune.net/svnpub/psensor/trunk/install-sh -d -install_sh = $(SHELL) ${SHELL} /home/jporsini/work.local/wpitchoune.net/svnpub/psensor/trunk/install-sh +mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune.net/svnpub/psensor/trunk/install-sh -d +install_sh = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune.net/svnpub/psensor/trunk/install-sh MKDIR_P = /bin/mkdir -p mkdir_p = /bin/mkdir -p diff --git a/www/Makefile.am b/www/Makefile.am index e4f6a15..345dc6c 100644 --- a/www/Makefile.am +++ b/www/Makefile.am @@ -1,5 +1,14 @@ defaultwwwdir = $(pkgdatadir)/www -defaultwww_DATA = index.html style.css favicon.ico monitor.html jquery.js psensor.js jqplot.dateAxisRenderer.min.js jquery.jqplot.min.css jquery.jqplot.min.js details.html - +defaultwww_DATA = \ + details.html \ + index.html \ + favicon.ico \ + monitor.html \ + psensor.js \ + jqplot.dateAxisRenderer.js \ + jqplot.css \ + jqplot.js \ + jquery.js \ + style.css EXTRA_DIST=$(defaultwww_DATA) diff --git a/www/Makefile.in b/www/Makefile.in index c417d9e..1bce1e1 100644 --- a/www/Makefile.in +++ b/www/Makefile.in @@ -215,7 +215,18 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ defaultwwwdir = $(pkgdatadir)/www -defaultwww_DATA = index.html style.css favicon.ico monitor.html jquery.js psensor.js jqplot.dateAxisRenderer.min.js jquery.jqplot.min.css jquery.jqplot.min.js details.html +defaultwww_DATA = \ + details.html \ + index.html \ + favicon.ico \ + monitor.html \ + psensor.js \ + jqplot.dateAxisRenderer.js \ + jqplot.css \ + jqplot.js \ + jquery.js \ + style.css + EXTRA_DIST = $(defaultwww_DATA) all: all-am diff --git a/www/details.html b/www/details.html index 42993ef..43c38cc 100644 --- a/www/details.html +++ b/www/details.html @@ -3,20 +3,27 @@ Sensor + + - - - + + +