diff --git a/flying-saucer-examples/src/main/resources/demos/file-list.txt b/flying-saucer-examples/src/main/resources/demos/file-list.txt index e405481f1..575c86a8c 100644 --- a/flying-saucer-examples/src/main/resources/demos/file-list.txt +++ b/flying-saucer-examples/src/main/resources/demos/file-list.txt @@ -10,6 +10,8 @@ Z-index,demo:demos/zindex.xhtml Cursors,demo:demos/cursors.xhtml Report,demo:demos/report.xhtml Forms,demo:demos/forms.xhtml +Legacy Tables,demo:demos/fullscreen-table.xhtml +CSS Tables,demo:demos/fullscreen-css-table.xhtml Recipe in XML,demo:demos/cream-chicken-rice.xml Centered Fluid,demo:demos/centered-fluid.xhtml Centered Fluid Auto Margin,demo:demos/centered-fluid-automargin.xhtml @@ -18,4 +20,4 @@ Threecol Fluid,demo:demos/3col-fluid.xhtml Alice in Wonderland,demo:demos/alice/alice.xhtml Hamlet,demo:demos/hamlet.xhtml Game Screen,demo:demos/game/game-screen.xhtml -Unsupported,demo:demos/unsupported.xhtml \ No newline at end of file +Unsupported,demo:demos/unsupported.xhtml diff --git a/flying-saucer-examples/src/main/resources/demos/fullscreen-css-table.xhtml b/flying-saucer-examples/src/main/resources/demos/fullscreen-css-table.xhtml new file mode 100644 index 000000000..d45851b03 --- /dev/null +++ b/flying-saucer-examples/src/main/resources/demos/fullscreen-css-table.xhtml @@ -0,0 +1,59 @@ + + + + + + Layout using CSS Table + + + +
+
+
Header A
+
Header B
+
Header C
+
+
+
Main content area A
+
Main content area B
+
Main content area C
+
+ +
+ + diff --git a/flying-saucer-examples/src/main/resources/demos/fullscreen-table.xhtml b/flying-saucer-examples/src/main/resources/demos/fullscreen-table.xhtml new file mode 100644 index 000000000..1e8aa7f6f --- /dev/null +++ b/flying-saucer-examples/src/main/resources/demos/fullscreen-table.xhtml @@ -0,0 +1,38 @@ + + + + + + Layout using Table + + + + + + + + + +
Header
Main content area
+ +