From 10d36f9f820493d28125bfde75417c37b02929e2 Mon Sep 17 00:00:00 2001 From: Mottie Date: Mon, 5 May 2014 16:38:30 -0500 Subject: [PATCH] Docs: add metro dark demo page --- docs/example-option-theme-metro-style.html | 194 +++++++++++++++++++++ docs/index.html | 1 + 2 files changed, 195 insertions(+) create mode 100644 docs/example-option-theme-metro-style.html diff --git a/docs/example-option-theme-metro-style.html b/docs/example-option-theme-metro-style.html new file mode 100644 index 00000000..784c9244 --- /dev/null +++ b/docs/example-option-theme-metro-style.html @@ -0,0 +1,194 @@ + + + + + jQuery plugin: Tablesorter 2.0 - Pager plugin + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

+ NOTE! +

+

+ +

Demo

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Table Title

+
NameMajorSexEnglishJapaneseCalculusGeometry
NameMajorSexEnglishJapaneseCalculusGeometry
+
+ + + + + + + +
+
Student01Languagesmale80707580
Student02Mathematicsmale908810090
Student03Languagesfemale85958085
Student04Languagesmale6055100100
Student05Languagesfemale68809580
Student06Mathematicsmale1009910090
Student07Mathematicsmale85689090
Student08Languagesmale100909085
Student09Mathematicsmale80506575
Student10Languagesmale8510010090
Student11Languagesmale8685100100
Student12Mathematicsfemale100757085
Student13Languagesfemale1008010090
Student14Languagesfemale50455590
Student15Languagesmale953510090
Student16Languagesfemale100503070
Student17Languagesfemale801005565
Student18Mathematicsmale30495575
Student19Languagesmale68908870
Student20Mathematicsmale40454080
Student21Languagesmale5045100100
Student22Mathematicsmale1009910090
Student23Mathematicsmale8277079
Student24Languagesfemale100911382
Student25Mathematicsmale22968253
Student26Languagesfemale37295659
Student27Mathematicsmale86826923
Student28Languagesfemale4425431
Student29Mathematicsmale77472238
Student30Languagesfemale19352310
Student31Mathematicsmale90271750
Student32Languagesfemale60753338
Student33Mathematicsmale4313715
Student34Languagesfemale77978144
Student35Mathematicsmale5815195
Student36Languagesfemale70617094
Student37Mathematicsmale6036184
Student38Languagesfemale6339011
Student39Mathematicsmale50463238
Student40Languagesfemale5175253
Student41Mathematicsmale43342878
Student42Languagesfemale11896095
Student43Mathematicsmale48921888
Student44Languagesfemale8225973
Student45Mathematicsmale91733739
Student46Languagesfemale481210
Student47Mathematicsmale8910611
Student48Languagesfemale90322118
Student49Mathematicsmale42494972
Student50Languagesfemale56376754
+
+ +

Javascript

+
+

+	
+ +

CSS

+
+

+	
+ +

HTML

+
+

+	
+ +
+ + + + diff --git a/docs/index.html b/docs/index.html index a8a4160c..531310fd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -367,6 +367,7 @@
  • Sorting Across Multiple Columns (v2.3)
  • Show a processing icon during sorting/filtering (v2.4)
  • Delay table initialization (delayinit)
  • +
  • Set up a Metro style theme (v2.16.4)