From 45d5efe73a0cd8091675a8ddb3ca3d95a4bc2080 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 19 Nov 2013 20:54:54 +0000 Subject: Add alps.js and change tablesorter theme for several skins --- Makefile | 5 ++--- alps/alps.css | 2 +- alps/alps.js | 4 ++-- clouds/clouds.css | 2 +- clouds/clouds.js | 4 ++-- ice/ice.css | 2 +- ice/ice.js | 4 ++-- snow/snow.css | 2 +- snow/snow.js | 4 ++-- 9 files changed, 14 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index b53958b..ce522de 100644 --- a/Makefile +++ b/Makefile @@ -20,14 +20,13 @@ WWW_DIST=\ static/tango/16x16/actions/list*.png \ static/tango/16x16/actions/go*.png \ static/tango/16x16/actions/document-properties.png \ - alps/*.jpg \ - alps/*.css \ + alps/* \ ice/* \ snow/* \ clouds/* \ wik/wik.css \ wik/wik.js \ - wik/images/* + wik/images/* \ EXTRA_DIST=README Makefile config.mk diff --git a/alps/alps.css b/alps/alps.css index 6b654f0..da479f7 100644 --- a/alps/alps.css +++ b/alps/alps.css @@ -4,7 +4,7 @@ * JQUERY TABLESORTER *--------------------------------------------------------------------------------*/ -@import "../static/tablesorter/theme.blue.css"; +@import "../static/tablesorter/theme.ice.css"; /*---------------------------------------------------------------------------------- * GENERAL diff --git a/alps/alps.js b/alps/alps.js index 07c7e76..01e9142 100644 --- a/alps/alps.js +++ b/alps/alps.js @@ -1,5 +1,5 @@ -// Add tablesorter-blue class to .tablesorter objects +// Add tablesorter-ice class to .tablesorter objects // Note: you must load jquery before loading this file $(document).ready(function() { - $(".tablesorter").addClass("tablesorter-blue"); + $(".tablesorter").addClass("tablesorter-ice"); }); diff --git a/clouds/clouds.css b/clouds/clouds.css index eb2d1c4..1c1a580 100755 --- a/clouds/clouds.css +++ b/clouds/clouds.css @@ -4,7 +4,7 @@ * JQUERY TABLESORTER *--------------------------------------------------------------------------------*/ -@import "../static/tablesorter/theme.blue.css"; +@import "../static/tablesorter/theme.default.css"; /*---------------------------------------------------------------------------------- * GENERAL diff --git a/clouds/clouds.js b/clouds/clouds.js index 07c7e76..6eb1a97 100644 --- a/clouds/clouds.js +++ b/clouds/clouds.js @@ -1,5 +1,5 @@ -// Add tablesorter-blue class to .tablesorter objects +// Add tablesorter-default class to .tablesorter objects // Note: you must load jquery before loading this file $(document).ready(function() { - $(".tablesorter").addClass("tablesorter-blue"); + $(".tablesorter").addClass("tablesorter-default"); }); diff --git a/ice/ice.css b/ice/ice.css index bf29710..d88a92c 100644 --- a/ice/ice.css +++ b/ice/ice.css @@ -14,7 +14,7 @@ * JQUERY TABLESORTER *--------------------------------------------------------------------------------*/ -@import "../static/tablesorter/theme.blue.css"; +@import "../static/tablesorter/theme.default.css"; /*---------------------------------------------------------------------------------- * GENERAL diff --git a/ice/ice.js b/ice/ice.js index 07c7e76..6eb1a97 100644 --- a/ice/ice.js +++ b/ice/ice.js @@ -1,5 +1,5 @@ -// Add tablesorter-blue class to .tablesorter objects +// Add tablesorter-default class to .tablesorter objects // Note: you must load jquery before loading this file $(document).ready(function() { - $(".tablesorter").addClass("tablesorter-blue"); + $(".tablesorter").addClass("tablesorter-default"); }); diff --git a/snow/snow.css b/snow/snow.css index 9413ffe..09296ac 100644 --- a/snow/snow.css +++ b/snow/snow.css @@ -5,7 +5,7 @@ * JQUERY TABLESORTER *--------------------------------------------------------------------------------*/ -@import "../static/tablesorter/theme.blue.css"; +@import "../static/tablesorter/theme.default.css"; /* * ----------------------------------------------------------------------- diff --git a/snow/snow.js b/snow/snow.js index 07c7e76..8d8b252 100644 --- a/snow/snow.js +++ b/snow/snow.js @@ -1,5 +1,5 @@ -// Add tablesorter-blue class to .tablesorter objects +// Add tablesorter-defalut class to .tablesorter objects // Note: you must load jquery before loading this file $(document).ready(function() { - $(".tablesorter").addClass("tablesorter-blue"); + $(".tablesorter").addClass("tablesorter-default"); }); -- cgit v1.2.3