WICKET-6490 Apply site style to examples

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/0178ccab
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/0178ccab
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/0178ccab

Branch: refs/heads/master
Commit: 0178ccaba49c8cfe9f267df06c6dcca82e9e0eaa
Parents: b80674c
Author: Andrea Del Bene <adelb...@apache.org>
Authored: Mon Nov 13 12:06:11 2017 +0100
Committer: Andrea Del Bene <adelb...@apache.org>
Committed: Tue Nov 14 15:53:16 2017 +0100

----------------------------------------------------------------------
 wicket-examples/pom.xml                         |    6 +
 .../examples/WicketExampleApplication.java      |    3 +
 .../wicket/examples/WicketExampleHeader.html    |   12 +-
 .../wicket/examples/WicketExampleHeader.java    |   24 +-
 .../wicket/examples/WicketExamplePage.html      |   32 +
 .../wicket/examples/WicketExamplePage.java      |   39 +-
 .../wicket/examples/ajax/builtin/BasePage.html  |    8 +-
 .../wicket/examples/ajax/builtin/GuestBook.html |    1 -
 .../examples/ajax/builtin/RatingsPage.html      |    1 -
 .../wicket/examples/ajax/builtin/TodoList.html  |    1 -
 .../wicket/examples/ajax/prototype/Index.html   |    9 +-
 .../ajaxhellobrowser/AjaxHelloBrowser.html      |   24 +-
 .../wicket/examples/asemail/MailTemplate.html   |    4 +-
 .../wicket/examples/authentication1/Home.html   |    4 +-
 .../wicket/examples/authentication1/SignIn.html |    4 +-
 .../examples/authentication1/SignOut.html       |   22 +-
 .../wicket/examples/authentication2/Home.html   |    4 +-
 .../examples/authentication2/SignIn2.html       |    4 +-
 .../examples/authentication2/SignOut.html       |    4 +-
 .../examples/authentication3/BasePage.html      |    4 +-
 .../examples/authentication3/MySignInPage.html  |    4 +-
 .../examples/authentication3/SignOut.html       |   22 +-
 .../wicket/examples/authorization/BasePage.html |    4 +-
 .../bean/validation/BeanValidationPage.html     |    5 +-
 .../wicket/examples/breadcrumb/Index.html       |    4 +-
 .../apache/wicket/examples/captcha/Captcha.html |   29 +-
 .../wicket/examples/cdi/CdiExamplePage.html     |    6 +-
 .../examples/compref/BookmarkablePage.html      |    1 -
 .../compref/BookmarkablePageLinkPage.html       |    4 +-
 .../wicket/examples/compref/BorderPage.html     |    4 +-
 .../wicket/examples/compref/ButtonPage.html     |    4 +-
 .../compref/CheckBoxMultipleChoicePage.html     |    4 +-
 .../wicket/examples/compref/CheckBoxPage.html   |    4 +-
 .../examples/compref/CheckBoxSelectorPage.html  |    6 +-
 .../wicket/examples/compref/CheckGroupPage.html |    4 +-
 .../examples/compref/CheckGroupPage2.html       |  112 +-
 .../examples/compref/DropDownChoicePage.html    |    4 +-
 .../wicket/examples/compref/ExplainPanel.html   |    1 -
 .../examples/compref/ExternalLinkPage.html      |    4 +-
 .../wicket/examples/compref/FormPage.html       |    4 +-
 .../wicket/examples/compref/FragmentPage.html   |    4 +-
 .../wicket/examples/compref/IncludePage.html    |    4 +-
 .../apache/wicket/examples/compref/Index.html   |    4 +-
 .../wicket/examples/compref/LabelPage.html      |    4 +-
 .../wicket/examples/compref/LinkPage.html       |    4 +-
 .../wicket/examples/compref/ListChoicePage.html |    4 +-
 .../compref/ListMultipleChoicePage.html         |    4 +-
 .../examples/compref/MultiLineLabelPage.html    |    4 +-
 .../wicket/examples/compref/MyBorder.html       |    1 -
 .../apache/wicket/examples/compref/MyPanel.html |    1 -
 .../examples/compref/NonBookmarkablePage.html   |    1 -
 .../wicket/examples/compref/PalettePage.html    |    4 +-
 .../wicket/examples/compref/PanelPage.html      |    4 +-
 .../examples/compref/RadioChoicePage.html       |    4 +-
 .../wicket/examples/compref/RadioGroupPage.html |    4 +-
 .../examples/compref/RadioGroupPage2.html       |  108 +-
 .../wicket/examples/compref/SelectPage.html     |    4 +-
 .../wicket/examples/compref/SubmitLinkPage.html |    4 +-
 .../examples/compref/TabbedPanelPage.html       |    4 +-
 .../wicket/examples/compref/TextAreaPage.html   |    4 +-
 .../wicket/examples/compref/TextFieldPage.html  |    4 +-
 .../CustomLoadedTemplate.html                   |   59 +-
 .../examples/customresourceloading/Index.html   |    4 +-
 .../wicket/examples/datetime/DateTimePage.html  |    6 +-
 .../org/apache/wicket/examples/echo/Echo.html   |    4 +-
 .../apache/wicket/examples/encodings/Home.html  |    6 +-
 .../apache/wicket/examples/events/BasePage.html |    4 +-
 .../wicket/examples/forminput/FormInput.html    |    4 +-
 .../apache/wicket/examples/frames/TopFrame.html |    4 +-
 .../wicket/examples/guestbook/GuestBook.html    |    4 +-
 .../apache/wicket/examples/guice/HomePage.html  |    4 +-
 .../apache/wicket/examples/hangman/Guess.html   |    4 +-
 .../apache/wicket/examples/hangman/Home.html    |    4 +-
 .../apache/wicket/examples/hangman/Lose.html    |    4 +-
 .../org/apache/wicket/examples/hangman/Win.html |    4 +-
 .../examples/hellobrowser/HelloBrowser.html     |    4 +-
 .../wicket/examples/helloworld/HelloWorld.html  |    4 +-
 .../wicket/examples/homepage/HomePage.java      |   38 +-
 .../examples/homepage/HomePageHeader.html       |   22 +
 .../examples/homepage/HomePageHeader.java       |   45 +
 .../org/apache/wicket/examples/images/Home.html |    4 +-
 .../wicket/examples/kittenCaptcha/HomePage.html |    4 +-
 .../examples/library/AuthenticatedWebPage.html  |    4 +-
 .../apache/wicket/examples/library/SignIn.html  |    5 +-
 .../apache/wicket/examples/library/SignOut.html |   22 +-
 .../wicket/examples/linkomatic/BookDetails.html |    5 +-
 .../apache/wicket/examples/linkomatic/Home.html |    4 +-
 .../wicket/examples/linkomatic/Page1.html       |    5 +-
 .../wicket/examples/linkomatic/Page2.html       |    5 +-
 .../wicket/examples/linkomatic/Page3.html       |    5 +-
 .../wicket/examples/linkomatic/Popup.html       |    5 +-
 .../org/apache/wicket/examples/media/Home.html  |   44 +-
 .../examples/navomatic/NavomaticBorder.html     |    1 -
 .../apache/wicket/examples/navomatic/Page1.html |   24 +-
 .../apache/wicket/examples/navomatic/Page2.html |   20 +-
 .../apache/wicket/examples/navomatic/Page3.html |   46 +-
 .../apache/wicket/examples/niceurl/Home.html    |    6 +-
 .../apache/wicket/examples/niceurl/Page1.html   |    5 +-
 .../apache/wicket/examples/niceurl/Page2.html   |    8 +-
 .../apache/wicket/examples/niceurl/Page2PP.html |   20 -
 .../apache/wicket/examples/niceurl/Page2UP.html |   20 -
 .../wicket/examples/niceurl/mounted/Page3.html  |    5 +-
 .../wicket/examples/niceurl/mounted/Page4.html  |    5 +-
 .../wicket/examples/niceurl/mounted/Page5.html  |    8 +-
 .../org/apache/wicket/examples/pub/Home.html    |    4 +-
 .../apache/wicket/examples/pub/Home_da_DK.html  |    4 +-
 .../apache/wicket/examples/pub/Home_de_DE.html  |    4 +-
 .../apache/wicket/examples/pub/Home_en_CA.html  |    4 +-
 .../org/apache/wicket/examples/pub/Home_hu.html |    4 +-
 .../apache/wicket/examples/pub/Home_ko_KR.html  |    4 +-
 .../apache/wicket/examples/pub/Home_nl_NL.html  |    4 +-
 .../apache/wicket/examples/pub/Home_zh_CN.html  |    4 +-
 .../org/apache/wicket/examples/pub2/Home.html   |    4 +-
 .../examples/repeater/AjaxDataTablePage.html    |    5 +-
 .../wicket/examples/repeater/DataGridPage.html  |   32 +-
 .../repeater/DataTableFilterToolbarPage.html    |    4 +-
 .../wicket/examples/repeater/DataTablePage.html |   10 +-
 .../wicket/examples/repeater/ExamplePage.html   |    4 +-
 .../wicket/examples/repeater/FormPage.html      |   38 +-
 .../wicket/examples/repeater/GridViewPage.html  |   28 +-
 .../wicket/examples/repeater/OIRPage.html       |   40 +-
 .../wicket/examples/repeater/PagingPage.html    |   39 +-
 .../examples/repeater/RefreshingPage.html       |   43 +-
 .../wicket/examples/repeater/RepeatingPage.html |   38 +-
 .../wicket/examples/repeater/SimplePage.html    |   40 +-
 .../wicket/examples/repeater/SortingPage.html   |   39 +-
 .../examples/resourcedecoration/HomePage.html   |    7 +-
 .../examples/resourcedecoration/HomePage.java   |    1 +
 .../wicket/examples/source/SourcesPage.html     |    1 -
 .../examples/spring/common/web/BasePage.html    |    6 +-
 .../stateless/AjaxStatelessExample.html         |    6 +-
 .../apache/wicket/examples/stateless/Index.html |    6 +-
 .../wicket/examples/stateless/StatefulPage.html |    6 +-
 .../examples/stateless/StatelessPage.html       |    6 +-
 .../examples/stateless/StatelessPage1.html      |   62 +-
 .../examples/stateless/StatelessPage2.html      |   62 +-
 .../examples/stateless/StatelessPage3.html      |   62 +-
 .../examples/stockquote/StockQuotePage.html     |    4 +-
 .../apache/wicket/examples/template/Index.html  |    6 +-
 .../wicket/examples/template/border/Page1.html  |    6 +-
 .../wicket/examples/template/border/Page2.html  |    4 +-
 .../template/border/TemplateBorder.html         |    6 +-
 .../template/pageinheritance/TemplatePage.html  |   12 +-
 .../wicket/examples/tree/AbstractTreePage.html  |    4 +-
 .../wicket/examples/tree/AdvancedTreePage.html  |    1 -
 .../unicodeconverter/UnicodeConverter.html      |    4 +-
 .../wicket/examples/upload/MultiUploadPage.html |    4 +-
 .../wicket/examples/upload/UploadPage.html      |    4 +-
 .../wicket/examples/velocity/DynamicPage.html   |    4 +-
 .../apache/wicket/examples/velocity/Home.html   |    4 +-
 .../wicket/examples/velocity/TemplatePage.html  |    4 +-
 .../wicket/examples/websocket/HomePage.html     |   16 +-
 .../websocket/WebSocketBehaviorDemoPage.html    |    6 +-
 .../websocket/WebSocketResourceDemoPage.html    |    6 +-
 .../apache/wicket/examples/wizard/Index.html    |    4 +-
 .../apache/wicket/examples/wizard/Wizard.css    |    3 -
 .../wicket/examples/wizard/WizardPage.html      |    4 +-
 .../apache/wicket/examples/apache-powered.png   |  Bin 0 -> 36667 bytes
 .../apache/wicket/examples/apachewicket7.svg    |   22 +
 .../org/apache/wicket/examples/arrow_down.png   |  Bin 0 -> 189 bytes
 .../org/apache/wicket/examples/arrow_off.png    |  Bin 0 -> 178 bytes
 .../org/apache/wicket/examples/arrow_up.png     |  Bin 0 -> 189 bytes
 .../org/apache/wicket/examples/asf_logo_url.svg |  261 ++++
 .../org/apache/wicket/examples/background-0.jpg |  Bin 0 -> 118279 bytes
 .../org/apache/wicket/examples/background-1.jpg |  Bin 0 -> 97785 bytes
 .../org/apache/wicket/examples/background-2.jpg |  Bin 0 -> 80693 bytes
 .../org/apache/wicket/examples/background.gif   |  Bin 0 -> 251 bytes
 .../org/apache/wicket/examples/bg_container.png |  Bin 0 -> 301 bytes
 .../LeagueGothic-CondensedItalic-webfont.eot    |  Bin 0 -> 53474 bytes
 .../LeagueGothic-CondensedItalic-webfont.svg    |  235 ++++
 .../LeagueGothic-CondensedItalic-webfont.ttf    |  Bin 0 -> 53136 bytes
 .../LeagueGothic-CondensedItalic-webfont.woff   |  Bin 0 -> 28808 bytes
 .../LeagueGothic-CondensedRegular-webfont.eot   |  Bin 0 -> 39626 bytes
 .../LeagueGothic-CondensedRegular-webfont.svg   |  235 ++++
 .../LeagueGothic-CondensedRegular-webfont.ttf   |  Bin 0 -> 39284 bytes
 .../LeagueGothic-CondensedRegular-webfont.woff  |  Bin 0 -> 22080 bytes
 .../LeagueGothic-Italic-webfont.eot             |  Bin 0 -> 50926 bytes
 .../LeagueGothic-Italic-webfont.svg             |  235 ++++
 .../LeagueGothic-Italic-webfont.ttf             |  Bin 0 -> 50628 bytes
 .../LeagueGothic-Italic-webfont.woff            |  Bin 0 -> 25128 bytes
 .../LeagueGothic-Regular-webfont.eot            |  Bin 0 -> 37694 bytes
 .../LeagueGothic-Regular-webfont.svg            |  233 ++++
 .../LeagueGothic-Regular-webfont.ttf            |  Bin 0 -> 37392 bytes
 .../LeagueGothic-Regular-webfont.woff           |  Bin 0 -> 20520 bytes
 .../SIL OFL Font License League Gothic.txt      |  105 ++
 .../examples/fonts/league-gothic/demo.html      |   48 +
 .../examples/fonts/league-gothic/stylesheet.css |   45 +
 .../SIL OFL Font License Source Code Pro.txt    |   93 ++
 .../SourceCodePro-Black-webfont.eot             |  Bin 0 -> 21564 bytes
 .../SourceCodePro-Black-webfont.svg             |  146 ++
 .../SourceCodePro-Black-webfont.ttf             |  Bin 0 -> 21268 bytes
 .../SourceCodePro-Black-webfont.woff            |  Bin 0 -> 13996 bytes
 .../SourceCodePro-Bold-webfont.eot              |  Bin 0 -> 21792 bytes
 .../SourceCodePro-Bold-webfont.svg              |  146 ++
 .../SourceCodePro-Bold-webfont.ttf              |  Bin 0 -> 21500 bytes
 .../SourceCodePro-Bold-webfont.woff             |  Bin 0 -> 14260 bytes
 .../SourceCodePro-ExtraLight-webfont.eot        |  Bin 0 -> 22368 bytes
 .../SourceCodePro-ExtraLight-webfont.svg        |  146 ++
 .../SourceCodePro-ExtraLight-webfont.ttf        |  Bin 0 -> 22052 bytes
 .../SourceCodePro-ExtraLight-webfont.woff       |  Bin 0 -> 14636 bytes
 .../SourceCodePro-Light-webfont.eot             |  Bin 0 -> 22192 bytes
 .../SourceCodePro-Light-webfont.svg             |  146 ++
 .../SourceCodePro-Light-webfont.ttf             |  Bin 0 -> 21896 bytes
 .../SourceCodePro-Light-webfont.woff            |  Bin 0 -> 14608 bytes
 .../SourceCodePro-Regular-webfont.eot           |  Bin 0 -> 22556 bytes
 .../SourceCodePro-Regular-webfont.svg           |  146 ++
 .../SourceCodePro-Regular-webfont.ttf           |  Bin 0 -> 22252 bytes
 .../SourceCodePro-Regular-webfont.woff          |  Bin 0 -> 14896 bytes
 .../SourceCodePro-Semibold-webfont.eot          |  Bin 0 -> 22516 bytes
 .../SourceCodePro-Semibold-webfont.svg          |  146 ++
 .../SourceCodePro-Semibold-webfont.ttf          |  Bin 0 -> 22208 bytes
 .../SourceCodePro-Semibold-webfont.woff         |  Bin 0 -> 14696 bytes
 .../examples/fonts/source-code-pro/demo.html    |   58 +
 .../fonts/source-code-pro/stylesheet.css        |   76 ++
 .../SIL OFL Font License - Source Sans Pro.txt  |   93 ++
 .../SourceSansPro-Black-webfont.eot             |  Bin 0 -> 26222 bytes
 .../SourceSansPro-Black-webfont.svg             |  147 ++
 .../SourceSansPro-Black-webfont.ttf             |  Bin 0 -> 25924 bytes
 .../SourceSansPro-Black-webfont.woff            |  Bin 0 -> 15516 bytes
 .../SourceSansPro-BlackIt-webfont.eot           |  Bin 0 -> 28246 bytes
 .../SourceSansPro-BlackIt-webfont.svg           |  147 ++
 .../SourceSansPro-BlackIt-webfont.ttf           |  Bin 0 -> 27920 bytes
 .../SourceSansPro-BlackIt-webfont.woff          |  Bin 0 -> 16820 bytes
 .../SourceSansPro-Bold-webfont.eot              |  Bin 0 -> 26550 bytes
 .../SourceSansPro-Bold-webfont.svg              |  147 ++
 .../SourceSansPro-Bold-webfont.ttf              |  Bin 0 -> 26256 bytes
 .../SourceSansPro-Bold-webfont.woff             |  Bin 0 -> 16104 bytes
 .../SourceSansPro-BoldIt-webfont.eot            |  Bin 0 -> 28774 bytes
 .../SourceSansPro-BoldIt-webfont.svg            |  147 ++
 .../SourceSansPro-BoldIt-webfont.ttf            |  Bin 0 -> 28452 bytes
 .../SourceSansPro-BoldIt-webfont.woff           |  Bin 0 -> 17488 bytes
 .../SourceSansPro-ExtraLight-webfont.eot        |  Bin 0 -> 26866 bytes
 .../SourceSansPro-ExtraLight-webfont.svg        |  147 ++
 .../SourceSansPro-ExtraLight-webfont.ttf        |  Bin 0 -> 26548 bytes
 .../SourceSansPro-ExtraLight-webfont.woff       |  Bin 0 -> 16216 bytes
 .../SourceSansPro-ExtraLightIt-webfont.eot      |  Bin 0 -> 30446 bytes
 .../SourceSansPro-ExtraLightIt-webfont.svg      |  147 ++
 .../SourceSansPro-ExtraLightIt-webfont.ttf      |  Bin 0 -> 30100 bytes
 .../SourceSansPro-ExtraLightIt-webfont.woff     |  Bin 0 -> 17900 bytes
 .../SourceSansPro-It-webfont.eot                |  Bin 0 -> 29266 bytes
 .../SourceSansPro-It-webfont.svg                |  147 ++
 .../SourceSansPro-It-webfont.ttf                |  Bin 0 -> 28964 bytes
 .../SourceSansPro-It-webfont.woff               |  Bin 0 -> 17744 bytes
 .../SourceSansPro-Light-webfont.eot             |  Bin 0 -> 26914 bytes
 .../SourceSansPro-Light-webfont.svg             |  147 ++
 .../SourceSansPro-Light-webfont.ttf             |  Bin 0 -> 26616 bytes
 .../SourceSansPro-Light-webfont.woff            |  Bin 0 -> 16356 bytes
 .../SourceSansPro-LightIt-webfont.eot           |  Bin 0 -> 30174 bytes
 .../SourceSansPro-LightIt-webfont.svg           |  147 ++
 .../SourceSansPro-LightIt-webfont.ttf           |  Bin 0 -> 29848 bytes
 .../SourceSansPro-LightIt-webfont.woff          |  Bin 0 -> 18136 bytes
 .../SourceSansPro-Regular-webfont.eot           |  Bin 0 -> 27050 bytes
 .../SourceSansPro-Regular-webfont.svg           |  147 ++
 .../SourceSansPro-Regular-webfont.ttf           |  Bin 0 -> 26744 bytes
 .../SourceSansPro-Regular-webfont.woff          |  Bin 0 -> 16588 bytes
 .../SourceSansPro-Semibold-webfont.eot          |  Bin 0 -> 26838 bytes
 .../SourceSansPro-Semibold-webfont.svg          |  147 ++
 .../SourceSansPro-Semibold-webfont.ttf          |  Bin 0 -> 26528 bytes
 .../SourceSansPro-Semibold-webfont.woff         |  Bin 0 -> 16372 bytes
 .../SourceSansPro-SemiboldIt-webfont.eot        |  Bin 0 -> 29222 bytes
 .../SourceSansPro-SemiboldIt-webfont.svg        |  147 ++
 .../SourceSansPro-SemiboldIt-webfont.ttf        |  Bin 0 -> 28884 bytes
 .../SourceSansPro-SemiboldIt-webfont.woff       |  Bin 0 -> 17668 bytes
 .../examples/fonts/source-sans-pro/demo.html    |   88 ++
 .../fonts/source-sans-pro/stylesheet.css        |  148 ++
 .../org/apache/wicket/examples/getstarted.png   |  Bin 0 -> 15188 bytes
 .../wicket/examples/homepage/HomePage.html      |  132 +-
 .../wicket/examples/java-wicket-html5.png       |  Bin 0 -> 60584 bytes
 .../logo-apachewicket-examples-white.svg        |   92 ++
 .../examples/logo-apachewicket-tungsten.svg     |   25 +
 .../wicket/examples/logo-apachewicket-white.svg |   25 +
 .../org/apache/wicket/examples/logo-white.png   |  Bin 0 -> 5003 bytes
 .../org/apache/wicket/examples/logo.png         |  Bin 0 -> 23107 bytes
 .../org/apache/wicket/examples/logo.svg         |   69 +
 .../examples/requestmapper/LocalizedPage.html   |    6 +-
 .../requestmapper/RequestMapperHomePage.html    |    6 +-
 .../packageMount/PackageMountedPage.html        |    6 +-
 .../apache/wicket/examples/screenshot-ns-1.jpg  |  Bin 0 -> 86576 bytes
 .../org/apache/wicket/examples/style.css        | 1287 ++++++++++++++++++
 .../org/apache/wicket/examples/tabs/bg.gif      |  Bin 0 -> 860 bytes
 .../org/apache/wicket/examples/tabs/left.gif    |  Bin 0 -> 968 bytes
 .../org/apache/wicket/examples/tabs/left_on.gif |  Bin 0 -> 956 bytes
 .../org/apache/wicket/examples/tabs/right.gif   |  Bin 0 -> 1546 bytes
 .../apache/wicket/examples/tabs/right_on.gif    |  Bin 0 -> 1475 bytes
 .../org/apache/wicket/examples/tabs1/bg.gif     |  Bin 0 -> 355 bytes
 .../org/apache/wicket/examples/tabs1/left.gif   |  Bin 0 -> 372 bytes
 .../apache/wicket/examples/tabs1/left_on.gif    |  Bin 0 -> 351 bytes
 .../org/apache/wicket/examples/tabs1/right.gif  |  Bin 0 -> 1446 bytes
 .../apache/wicket/examples/tabs1/right_on.gif   |  Bin 0 -> 1291 bytes
 .../org/apache/wicket/examples/tabs2/bg.gif     |  Bin 0 -> 182 bytes
 .../org/apache/wicket/examples/tabs2/left.gif   |  Bin 0 -> 776 bytes
 .../apache/wicket/examples/tabs2/left_on.gif    |  Bin 0 -> 2208 bytes
 .../org/apache/wicket/examples/tabs2/right.gif  |  Bin 0 -> 125 bytes
 .../apache/wicket/examples/tabs2/right_on.gif   |  Bin 0 -> 267 bytes
 .../org/apache/wicket/examples/tabs3/bg.jpg     |  Bin 0 -> 428 bytes
 .../org/apache/wicket/examples/tabs3/left.gif   |  Bin 0 -> 1040 bytes
 .../apache/wicket/examples/tabs3/left_on.gif    |  Bin 0 -> 987 bytes
 .../org/apache/wicket/examples/tabs3/right.gif  |  Bin 0 -> 2359 bytes
 .../apache/wicket/examples/tabs3/right_on.gif   |  Bin 0 -> 2116 bytes
 .../apache/wicket/examples/tabs4/tab_bottom.gif |  Bin 0 -> 43 bytes
 .../apache/wicket/examples/wicket-7-banner.jpg  |  Bin 0 -> 59451 bytes
 .../org/apache/wicket/examples/wicket-7-bg.jpg  |  Bin 0 -> 53599 bytes
 .../wicket/examples/wicket-components.png       |  Bin 0 -> 36533 bytes
 .../org/apache/wicket/examples/wicket-logo.png  |  Bin 0 -> 8444 bytes
 .../org/apache/wicket/examples/wicket-safe.png  |  Bin 0 -> 21030 bytes
 .../org/apache/wicket/examples/wicket.png       |  Bin 0 -> 1153 bytes
 .../AlternativePageFromWebContext.html          |    4 +-
 .../PageFromWebContext.html                     |    4 +-
 wicket-examples/src/main/webapp/favicon.ico     |  Bin 1150 -> 1150 bytes
 .../src/main/webapp/images/arrow_down.png       |  Bin 189 -> 0 bytes
 .../src/main/webapp/images/arrow_off.png        |  Bin 178 -> 0 bytes
 .../src/main/webapp/images/arrow_up.png         |  Bin 189 -> 0 bytes
 .../src/main/webapp/images/background.gif       |  Bin 251 -> 0 bytes
 .../src/main/webapp/images/bg_container.png     |  Bin 301 -> 0 bytes
 wicket-examples/src/main/webapp/images/logo.png |  Bin 23107 -> 0 bytes
 .../src/main/webapp/images/wicket.png           |  Bin 1153 -> 0 bytes
 wicket-examples/src/main/webapp/style.css       |  517 -------
 wicket-examples/src/main/webapp/tabs/bg.gif     |  Bin 860 -> 0 bytes
 wicket-examples/src/main/webapp/tabs/left.gif   |  Bin 968 -> 0 bytes
 .../src/main/webapp/tabs/left_on.gif            |  Bin 956 -> 0 bytes
 wicket-examples/src/main/webapp/tabs/right.gif  |  Bin 1546 -> 0 bytes
 .../src/main/webapp/tabs/right_on.gif           |  Bin 1475 -> 0 bytes
 wicket-examples/src/main/webapp/tabs1/bg.gif    |  Bin 355 -> 0 bytes
 wicket-examples/src/main/webapp/tabs1/left.gif  |  Bin 372 -> 0 bytes
 .../src/main/webapp/tabs1/left_on.gif           |  Bin 351 -> 0 bytes
 wicket-examples/src/main/webapp/tabs1/right.gif |  Bin 1446 -> 0 bytes
 .../src/main/webapp/tabs1/right_on.gif          |  Bin 1291 -> 0 bytes
 wicket-examples/src/main/webapp/tabs2/bg.gif    |  Bin 182 -> 0 bytes
 wicket-examples/src/main/webapp/tabs2/left.gif  |  Bin 776 -> 0 bytes
 .../src/main/webapp/tabs2/left_on.gif           |  Bin 2208 -> 0 bytes
 wicket-examples/src/main/webapp/tabs2/right.gif |  Bin 125 -> 0 bytes
 .../src/main/webapp/tabs2/right_on.gif          |  Bin 267 -> 0 bytes
 wicket-examples/src/main/webapp/tabs3/bg.jpg    |  Bin 428 -> 0 bytes
 wicket-examples/src/main/webapp/tabs3/left.gif  |  Bin 1040 -> 0 bytes
 .../src/main/webapp/tabs3/left_on.gif           |  Bin 987 -> 0 bytes
 wicket-examples/src/main/webapp/tabs3/right.gif |  Bin 2359 -> 0 bytes
 .../src/main/webapp/tabs3/right_on.gif          |  Bin 2116 -> 0 bytes
 .../src/main/webapp/tabs4/tab_bottom.gif        |  Bin 43 -> 0 bytes
 .../apache/wicket/filtertest/HelloWorld.html    |    4 +-
 339 files changed, 7173 insertions(+), 1473 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 29e5908..8a1e2e4 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -208,6 +208,9 @@
                                        <include>**/*.xml</include>
                                        <include>**/*.properties</include>
                                        <include>**/*.mp4</include>
+                                       <include>**/*.svg</include>
+                                       <include>**/*.woff</include>
+                                       <include>**/*.ttf</include>
                                </includes>
                        </resource>
                        <resource>
@@ -226,6 +229,9 @@
                                        <include>**/*.vm</include>
                                        <include>**/*.tmpl</include>
                                        <include>**/*.mp4</include>
+                                       <include>**/*.svg</include>
+                                       <include>**/*.woff</include>
+                                       <include>**/*.ttf</include>
                                </includes>
                        </resource>
                </resources>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleApplication.java
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleApplication.java
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleApplication.java
index caec70f..3794cbf 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleApplication.java
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleApplication.java
@@ -17,6 +17,7 @@
 package org.apache.wicket.examples;
 
 import org.apache.wicket.protocol.http.WebApplication;
+import org.apache.wicket.resource.CssUrlReplacer;
 import org.apache.wicket.settings.SecuritySettings;
 import org.apache.wicket.util.crypt.ClassCryptFactory;
 import org.apache.wicket.util.crypt.NoCrypt;
@@ -54,5 +55,7 @@ public abstract class WicketExampleApplication extends 
WebApplication
                        new ClassCryptFactory(NoCrypt.class, 
SecuritySettings.DEFAULT_ENCRYPTION_KEY));
 
                getDebugSettings().setDevelopmentUtilitiesEnabled(true);
+               
+               getResourceSettings().setCssCompressor(new CssUrlReplacer());
        }
 }

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleHeader.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleHeader.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleHeader.html
index ebc0b33..f00743e 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleHeader.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleHeader.html
@@ -2,12 +2,14 @@
 <html xmlns:wicket="http://wicket.apache.org";>
 <body>
   <wicket:panel>
-    <a href="index.html" style="color: #E9601A" target="_top"><img 
src="logo.png" /></a><div wicket:id="debug"></div>      
-      <div id="titleblock" 
style="font-size:larger;height:1.5em;vertical-align:center;">
-        <div style="float:left;"><span wicket:id="exampleTitle">Example Title 
Goes Here</span></div>
-             <div style="float:right;padding-right:10px"><a href="#" 
wicket:id="sources">Source code</a></div>
+    <div class="header default">
+        <div class="l-container">
+            <div class="logo">
+                <a href="index.html" target="_top"><img 
wicket:id="exampleheaderimage" alt="Apache Wicket" /></a>
+            </div>
+        </div>
+        <div wicket:id="debug"></div> 
     </div>
-    <br/>
   </wicket:panel>
 </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleHeader.java
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleHeader.java
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleHeader.java
index 4a7b370..0a40094 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleHeader.java
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleHeader.java
@@ -16,13 +16,10 @@
  */
 package org.apache.wicket.examples;
 
-import org.apache.wicket.devutils.debugbar.DebugBar;
-import org.apache.wicket.examples.source.SourcesPage;
-import org.apache.wicket.markup.html.WebPage;
-import org.apache.wicket.markup.html.basic.Label;
-import org.apache.wicket.markup.html.link.BookmarkablePageLink;
-import org.apache.wicket.markup.html.link.PopupSettings;
+import org.apache.wicket.markup.html.image.Image;
 import org.apache.wicket.markup.html.panel.Panel;
+import org.apache.wicket.devutils.debugbar.DebugBar;
+import org.apache.wicket.request.resource.PackageResourceReference;
 
 /**
  * Navigation panel for the examples project.
@@ -41,19 +38,14 @@ public final class WicketExampleHeader extends Panel
         * @param page
         *            The example page
         */
-       public WicketExampleHeader(String id, String exampleTitle, WebPage page)
+       public WicketExampleHeader(String id)
        {
                super(id);
 
+               setRenderBodyOnly(true);
+               
+               add(new Image("exampleheaderimage", new 
PackageResourceReference(
+                       WicketExamplePage.class, 
"logo-apachewicket-examples-white.svg")));
                add(new DebugBar("debug"));
-               add(new Label("exampleTitle", exampleTitle));
-               BookmarkablePageLink<Void> link = new 
BookmarkablePageLink<Void>("sources",
-                       SourcesPage.class, 
SourcesPage.generatePageParameters(page));
-               add(link);
-
-               PopupSettings settings = new PopupSettings("sources", 
PopupSettings.RESIZABLE);
-               settings.setWidth(800);
-               settings.setHeight(600);
-               link.setPopupSettings(settings);
        }
 }

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.html
new file mode 100644
index 0000000..595d84c
--- /dev/null
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.html
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html>
+<head>
+<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+<meta charset="utf-8">
+<title>Home | Apache Wicket</title>
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+
+<link rel="shortcut icon" href="favicon.ico"
+       type="image/vnd.microsoft.icon" />
+<link
+       
href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"
+       rel="stylesheet" />
+</head>
+
+<body>
+       <div wicket:id="pageHeader">
+       </div>
+       <main>
+               <div class="l-container">
+                       <div class="text-right">
+             <a wicket:id="sources" class="button">
+                Source code
+             </a>
+            </div>
+                       <div>
+                         <wicket:child/>
+                       </div>
+               </div>
+       </main>
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.java
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.java
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.java
index b7a423f..37faad4 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.java
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.java
@@ -16,10 +16,16 @@
  */
 package org.apache.wicket.examples;
 
+import org.apache.wicket.examples.source.SourcesPage;
+import org.apache.wicket.markup.head.CssHeaderItem;
+import org.apache.wicket.markup.head.IHeaderResponse;
 import org.apache.wicket.markup.html.WebPage;
+import org.apache.wicket.markup.html.link.BookmarkablePageLink;
+import org.apache.wicket.markup.html.link.PopupSettings;
+import org.apache.wicket.markup.html.panel.Panel;
 import org.apache.wicket.model.IModel;
 import org.apache.wicket.request.mapper.parameter.PageParameters;
-import org.apache.wicket.util.string.Strings;
+import org.apache.wicket.request.resource.CssResourceReference;
 
 /**
  * Base class for all example pages.
@@ -47,11 +53,32 @@ public class WicketExamplePage extends WebPage
        {
                super(pageParameters);
 
-               final String packageName = getClass().getPackage().getName();
-               add(new WicketExampleHeader("mainNavigation", 
Strings.afterLast(packageName, '.'), this));
+               BookmarkablePageLink<Void> link = new 
BookmarkablePageLink<Void>("sources",
+                       SourcesPage.class, 
SourcesPage.generatePageParameters(this));
+               add(link);
+               
+               link.setVisible(showSourceButton());
+               
+               PopupSettings settings = new PopupSettings("sources", 
PopupSettings.RESIZABLE);
+               settings.setWidth(800);
+               settings.setHeight(600);
+               link.setPopupSettings(settings);
+               
+               add(buildHeader("pageHeader"));
+               
                explain();
        }
 
+       protected boolean showSourceButton() 
+       {
+               return true;
+       }
+
+       protected Panel buildHeader(String id) 
+       {
+               return new WicketExampleHeader(id);
+       }
+
 
        /**
         * Construct.
@@ -69,4 +96,10 @@ public class WicketExamplePage extends WebPage
        protected void explain()
        {
        }
+       
+       @Override
+       public void renderHead(IHeaderResponse response)
+       {
+               response.render(CssHeaderItem.forReference(new 
CssResourceReference(WicketExamplePage.class, "style.css"),"screen"));
+       }
 }

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/BasePage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/BasePage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/BasePage.html
index c013695..9db6bbc 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/BasePage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/BasePage.html
@@ -2,11 +2,11 @@
 <html xmlns:wicket="http://wicket.apache.org";>
 <head>
        <title>Wicket Examples - Ajax</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"></span>
-    <a href="Index.html" wicket:id="back">[go back]</a><p/>
-    <wicket:child/>
+    <wicket:extend>
+           <a href="Index.html" wicket:id="back">[go back]</a><p/>
+           <wicket:child/>
+    </wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/GuestBook.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/GuestBook.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/GuestBook.html
index 37a0415..421ba1d 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/GuestBook.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/GuestBook.html
@@ -2,7 +2,6 @@
 <html xmlns:wicket="http://wicket.apache.org";>
 <head>
        <title>Wicket Examples - guestbook</title>
-       <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
 <wicket:extend>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/RatingsPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/RatingsPage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/RatingsPage.html
index 2ee18f8..5624508 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/RatingsPage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/RatingsPage.html
@@ -2,7 +2,6 @@
 <html xmlns:wicket="http://wicket.apache.org";>
 <head>
   <title>Wicket Examples - Ajax - Ratings style</title>
-  <link rel="stylesheet" type="text/css" href="style.css" />
 </head>
 <body>
   <wicket:extend>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/TodoList.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/TodoList.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/TodoList.html
index 8ec68d4..017d059 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/TodoList.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/TodoList.html
@@ -2,7 +2,6 @@
 <html xmlns:wicket="http://wicket.apache.org";>
 <head>
   <title>Wicket Examples - Ajax - Todo list</title>
-  <link rel="stylesheet" type="text/css" href="style.css" />
   <wicket:head>
     <style type="text/css">
                div {

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/prototype/Index.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/prototype/Index.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/prototype/Index.html
index 1c0c99e..f4e393f 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/prototype/Index.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/prototype/Index.html
@@ -1,11 +1,9 @@
 <html xmlns:wicket="http://wicket.apache.org";>
-<head>
-       <title>Wicket Examples - Prototype.js / component render</title>
+<wicket:head>
        <script type="text/javascript" src="prototype.js"></script>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
-</head>
+</wicket:head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
        <p>Counting link using Ajax: <a href="#" wicket:id="link">Click 
me!</a></p>
 
        <!-- the wicket component is enclosed in a span tag with a separate 
markup ID attribute -->
@@ -13,5 +11,6 @@
        <!-- updater only replaces the contents of the tags, not the tags 
itself. -->
 
        <p>Link was clicked <span id="counter"><span 
wicket:id="counter">-100</span></span> times.</p>
+</wicket:extend>
 </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/AjaxHelloBrowser.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/AjaxHelloBrowser.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/AjaxHelloBrowser.html
index 48e9a0e..309f3d7 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/AjaxHelloBrowser.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/AjaxHelloBrowser.html
@@ -2,20 +2,18 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - hellobrowser</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <div wicket:id="mainNavigation"></div>
-
-       <p>
-           This page uses 
<em>org.apache.wicket.ajax.AjaxClientInfoBehavior</em>
-        to collect the following information: <br /><br />
-           ClientProperties: <span wicket:id="clientinfo">client info 
here</span>
-       </p>
-
-       <p>
-               <span wicket:id="clienttime">client time info here</span>
-       </p>
-
+    <wicket:extend>
+               <p>
+                   This page uses 
<em>org.apache.wicket.ajax.AjaxClientInfoBehavior</em>
+               to collect the following information: <br /><br />
+                   ClientProperties: <span wicket:id="clientinfo">client info 
here</span>
+               </p>
+       
+               <p>
+                       <span wicket:id="clienttime">client time info 
here</span>
+               </p>
+    </wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/asemail/MailTemplate.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/asemail/MailTemplate.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/asemail/MailTemplate.html
index 75761c6..beafee4 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/asemail/MailTemplate.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/asemail/MailTemplate.html
@@ -1,10 +1,9 @@
 <html xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - Render mail templates</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
     
     <div wicket:id="feedback"></div>
     
@@ -25,5 +24,6 @@
     
     </div>
     
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/Home.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/Home.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/Home.html
index f1b35c6..9dc22a8 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/Home.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/Home.html
@@ -1,12 +1,12 @@
 <html xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - signin</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
     <h2>Welcome!</h2>
        <wicket:link><a href="SignOut.html">Sign Out</a></wicket:link>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignIn.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignIn.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignIn.html
index 89a713d..4fc6979 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignIn.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignIn.html
@@ -1,10 +1,9 @@
 <html xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - signin</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
        
     <span wicket:id = "feedback"/>
     <p>
@@ -22,5 +21,6 @@
                        </dd>
                </dl>
        </form>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignOut.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignOut.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignOut.html
index 8ad4d4c..83c1a1f 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignOut.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignOut.html
@@ -1,11 +1,11 @@
-<html xmlns:wicket="http://wicket.apache.org";>
-<head>
-    <title>Wicket Examples - signin2</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
-</head>
-<body>
-    <span wicket:id="mainNavigation"/>
-       <h2>Goodbye!</h2>    
-       <wicket:link><a href="Home.html">Home</a></wicket:link>
-</body>
-</html>
+<html xmlns:wicket="http://wicket.apache.org";>
+<head>
+    <title>Wicket Examples - signin2</title>
+</head>
+<body>
+    <wicket:extend>
+       <h2>Goodbye!</h2>    
+       <wicket:link><a href="Home.html">Home</a></wicket:link>
+</wicket:extend>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/Home.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/Home.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/Home.html
index e2567b4..9402116 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/Home.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/Home.html
@@ -1,11 +1,11 @@
 <html xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - signin2</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
     <h2>Welcome!</h2>
        <wicket:link><a href="SignOut.html">Sign Out</a></wicket:link>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignIn2.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignIn2.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignIn2.html
index 196df83..81cb600 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignIn2.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignIn2.html
@@ -1,13 +1,13 @@
 <html xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - signin2</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
     <p>
     <i>Username and password are both "wicket"</i>
     </p>
     <span wicket:id="signInPanel"/>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignOut.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignOut.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignOut.html
index 3867ad8..83c1a1f 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignOut.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignOut.html
@@ -1,11 +1,11 @@
 <html xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - signin2</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
        <h2>Goodbye!</h2>    
        <wicket:link><a href="Home.html">Home</a></wicket:link>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/BasePage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/BasePage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/BasePage.html
index d8821c4..e8103aa 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/BasePage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/BasePage.html
@@ -1,10 +1,10 @@
 <html xmlns:wicket="http://wicket.apache.org";>
 <head>
        <title>Wicket Examples - Authentication</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
     <wicket:child/>
+</wicket:extend>
 </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/MySignInPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/MySignInPage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/MySignInPage.html
index 196df83..81cb600 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/MySignInPage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/MySignInPage.html
@@ -1,13 +1,13 @@
 <html xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - signin2</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
     <p>
     <i>Username and password are both "wicket"</i>
     </p>
     <span wicket:id="signInPanel"/>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/SignOut.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/SignOut.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/SignOut.html
index 97ff9ed..8f6b382 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/SignOut.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/SignOut.html
@@ -1,11 +1,11 @@
-<html xmlns:wicket="http://wicket.apache.org";>
-<head>
-    <title>Wicket Examples - signin2</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
-</head>
-<body>
-    <span wicket:id="mainNavigation"/>
-       <h2>Goodbye!</h2>    
-       <wicket:link><a href="HomePage.html">Home</a></wicket:link>
-</body>
-</html>
+<html xmlns:wicket="http://wicket.apache.org";>
+<head>
+    <title>Wicket Examples - signin2</title>
+</head>
+<body>
+    <wicket:extend>
+       <h2>Goodbye!</h2>    
+       <wicket:link><a href="HomePage.html">Home</a></wicket:link>
+</wicket:extend>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/authorization/BasePage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authorization/BasePage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authorization/BasePage.html
index d0fbf8f..2a5205f 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/authorization/BasePage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/authorization/BasePage.html
@@ -1,10 +1,10 @@
 <html xmlns:wicket="http://wicket.apache.org";>
 <head>
        <title>Wicket Examples - Authorization Roles</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
     <wicket:child/>
+</wicket:extend>
 </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/bean/validation/BeanValidationPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/bean/validation/BeanValidationPage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/bean/validation/BeanValidationPage.html
index 7b5f6fa..10c6300 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/bean/validation/BeanValidationPage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/bean/validation/BeanValidationPage.html
@@ -1,7 +1,6 @@
 <html xmlns:wicket="http://wicket.apache.org";>
 <head>
 <title>Wicket Examples - Bean Validation</title>
-<link rel="stylesheet" type="text/css" href="style.css" />
 <style>
        .note { font-size:.8em; }
        .required {font-weight: bold;}
@@ -10,8 +9,7 @@
 </style>
 </head>
 <body>
-       <span wicket:id="mainNavigation"></span>
-
+    <wicket:extend>
        <div wicket:id="feedbackErrors"></div>
 
        <form wicket:id="form" novalidate="novalidate">
@@ -53,5 +51,6 @@
                </table>
        </form>
        <div wicket:id="feedbackSuccess"></div>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/breadcrumb/Index.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/breadcrumb/Index.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/breadcrumb/Index.html
index 8515f6a..8c5e08d 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/breadcrumb/Index.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/breadcrumb/Index.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - bread crumb</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
     
        <div>
          <span wicket:id="breadCrumbBar">bar</span>
@@ -15,5 +14,6 @@
          <span wicket:id="panel">bar</span>
        </div>
 
+</wicket:extend>
 </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/captcha/Captcha.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/captcha/Captcha.html 
b/wicket-examples/src/main/java/org/apache/wicket/examples/captcha/Captcha.html
index 49daadc..3fd0432 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/captcha/Captcha.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/captcha/Captcha.html
@@ -4,23 +4,22 @@
        xmlns:wicket="http://wicket.apache.org"; xml:lang="en" lang="en">
        <head>
                <title>Wicket Examples - Captcha</title>
-               <link rel="stylesheet" type="text/css" href="style.css" />
        </head>
        <body>
-               <span wicket:id="mainNavigation" />
-
-               <h3>Demo of Wicket's default: 
<em>org.apache.wicket.extensions.markup.html.captcha.CaptchaImageResource</em> 
</h3>
-               <wicket:container wicket:id="wicket"></wicket:container>
-
-               <hr/>
-
-               <h3>Demo using <a 
href="https://github.com/axet/kaptcha";>Kaptcha</a> library</h3>
-               <wicket:container wicket:id="kaptcha"></wicket:container>
-
-               <hr/>
-
-               <h3>Demo using <a 
href="https://github.com/akiraly/cage";>Cage</a> library</h3>
-               <wicket:container wicket:id="cage"></wicket:container>
+               <wicket:extend>
 
+                       <h3>Demo of Wicket's default: 
<em>org.apache.wicket.extensions.markup.html.captcha.CaptchaImageResource</em> 
</h3>
+                       <wicket:container wicket:id="wicket"></wicket:container>
+       
+                       <hr/>
+       
+                       <h3>Demo using <a 
href="https://github.com/axet/kaptcha";>Kaptcha</a> library</h3>
+                       <wicket:container 
wicket:id="kaptcha"></wicket:container>
+       
+                       <hr/>
+       
+                       <h3>Demo using <a 
href="https://github.com/akiraly/cage";>Cage</a> library</h3>
+                       <wicket:container wicket:id="cage"></wicket:container>
+        </wicket:extend>
        </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/cdi/CdiExamplePage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/cdi/CdiExamplePage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/cdi/CdiExamplePage.html
index ce30e2d..7ac00b5 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/cdi/CdiExamplePage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/cdi/CdiExamplePage.html
@@ -4,15 +4,15 @@
        xmlns:wicket="http://wicket.apache.org"; xml:lang="en" lang="en">
        <head>
                <title>Wicket Examples - Context, Dependencies, and Injection 
Integration</title>
-               <link rel="stylesheet" type="text/css" href="style.css" />
        </head>
        <body>
-               <span wicket:id="mainNavigation" />
+               <wicket:extend>
 
                <h2>Welcome to Context, Dependencies, and Injection Integration 
Examples</h2>
 
            <p><wicket:link><a href="CdiHomePage.html">[go 
back]</a></wicket:link></p>
        
                <wicket:child/>
-       </body>
+       </wicket:extend>
+</body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BookmarkablePage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BookmarkablePage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BookmarkablePage.html
index 480dcd6..da4f698 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BookmarkablePage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BookmarkablePage.html
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BookmarkablePageLinkPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BookmarkablePageLinkPage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BookmarkablePageLinkPage.html
index 0ec74e8..13db29e 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BookmarkablePageLinkPage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BookmarkablePageLinkPage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.link.BookmarkablePageLink</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -24,5 +23,6 @@
        <a wicket:id="pageLinkWithArgs">go to our bookmarkable page passing a 
message argument</a>
        </p>
     <span wicket:id="explainPanel">panel contents come here</span>
+</wicket:extend>
 </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BorderPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BorderPage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BorderPage.html
index 567f910..f4acf8b 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BorderPage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BorderPage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.border.Border</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -30,5 +29,6 @@
        </span>
        </p>
     <span wicket:id="explainPanel">panel contents come here</span>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ButtonPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ButtonPage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ButtonPage.html
index 5218937..72a1f2d 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ButtonPage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ButtonPage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.form.Button</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -37,5 +36,6 @@
         <span wicket:id="feedback">feedbackmessages will be put here</span>
        </p>
     <span wicket:id="explainPanel">panel contents come here</span>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxMultipleChoicePage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxMultipleChoicePage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxMultipleChoicePage.html
index b87586e..619bb00 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxMultipleChoicePage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxMultipleChoicePage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.form.CheckBoxMultipleChoice</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -42,5 +41,6 @@
         <span wicket:id="feedback">feedbackmessages will be put here</span>
        </p>
     <span wicket:id="explainPanel">panel contents come here</span>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxPage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxPage.html
index 5f3945c..9c731c5 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxPage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxPage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.form.CheckBox</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -35,5 +34,6 @@
         <span wicket:id="feedback">feedbackmessages will be put here</span>
        </p>
     <span wicket:id="explainPanel">panel contents come here</span>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxSelectorPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxSelectorPage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxSelectorPage.html
index 9107f03..434d8c6 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxSelectorPage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxSelectorPage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
     <head>
         <title>Wicket Examples - component reference</title>
-        <link rel="stylesheet" type="text/css" href="style.css"/>
     </head>
     <body>
-        <span wicket:id="mainNavigation"/>
+        <wicket:extend>
 
         <h1>wicket.markup.html.form.CheckGroup</h1>
         <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -37,5 +36,6 @@
              <input type="checkbox" wicket:id="looseSelector"/> select all
          </form>
        </p>  
-    </body>
+    </wicket:extend>
+</body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage.html
index b10bf3f..7245ce0 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.form.CheckGroup</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -48,5 +47,6 @@
         <span wicket:id="feedback">feedbackmessages will be put here</span>
        </p>
     <span wicket:id="explainPanel">panel contents come here</span>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage2.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage2.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage2.html
index 96137cc..ac4c40c 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage2.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage2.html
@@ -1,56 +1,56 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
-<head>
-    <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
-</head>
-<body>
-    <span wicket:id="mainNavigation"/>
-
-       <h1>wicket.markup.html.form.CheckGroup</h1>
-       <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
-
-       <p>
-       A CheckBoxGroup and CheckBoxComponnet components let users select 
multiple values from a group of checkboxes. These components are more flexible 
then the CheckBoxMultipleChoice component in that individual checkboxes are 
full components, unlike with CheckBoxMultipleChoice, and thus can be used 
anywhere in the markup.
-       </p>
-       <p>
-        <form wicket:id="form">
-               <wicket:container wicket:id="group">
-                       <wicket:container wicket:id="group2">
-                               <table style="border: 2px dotted #fc0; width: 
400px; padding: 5px;">
-                                <tr>
-                                 <td valign="top">Select persons</td>
-                                 <td>
-                                         <input type="checkbox" 
wicket:id="groupselector">check/uncheck all in selection 1</input><br/>
-                                         <input type="checkbox" 
wicket:id="groupselector2">check/uncheck all in selection 2</input><br/>
-                                         <table cellspacing="0" 
cellpadding="2">
-                                               <tr>
-                                                       <td><b>Select1</b></td>
-                                                       <td><b>Select2</b></td>
-                                                       <td><b>First 
Name</b></td>
-                                                       <td><b>Last 
Name</b></td>
-                                               </tr>
-                                               <tr wicket:id="persons">
-                                                       <td><input 
type="checkbox" wicket:id="checkbox"/></td>
-                                                       <td><input 
type="checkbox" wicket:id="checkbox2"/></td>
-                                                       <td><span 
wicket:id="name">[this is where name will be]</span></td>
-                                                       <td><span 
wicket:id="lastName">[this is where lastname will be]</span></td>
-                                               </tr>
-                                         </table>
-                                         <span valign="top">
-                                         </span>
-                                 </td>
-                                </tr>
-                                <tr>
-                                 <td colspan="2" align="center">
-                                  <input type="submit" value="submit" />
-                                 </td>
-                                </tr>
-                               </table>
-                       </wicket:container>
-               </wicket:container>
-        </form>
-        </p>
-        <span wicket:id="feedback">feedbackmessages will be put here</span>
-</body>
-</html>
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
+<head>
+    <title>Wicket Examples - component reference</title>
+</head>
+<body>
+    <wicket:extend>
+
+       <h1>wicket.markup.html.form.CheckGroup</h1>
+       <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
+
+       <p>
+       A CheckBoxGroup and CheckBoxComponnet components let users select 
multiple values from a group of checkboxes. These components are more flexible 
then the CheckBoxMultipleChoice component in that individual checkboxes are 
full components, unlike with CheckBoxMultipleChoice, and thus can be used 
anywhere in the markup.
+       </p>
+       <p>
+        <form wicket:id="form">
+               <wicket:container wicket:id="group">
+                       <wicket:container wicket:id="group2">
+                               <table style="border: 2px dotted #fc0; width: 
400px; padding: 5px;">
+                                <tr>
+                                 <td valign="top">Select persons</td>
+                                 <td>
+                                         <input type="checkbox" 
wicket:id="groupselector">check/uncheck all in selection 1</input><br/>
+                                         <input type="checkbox" 
wicket:id="groupselector2">check/uncheck all in selection 2</input><br/>
+                                         <table cellspacing="0" 
cellpadding="2">
+                                               <tr>
+                                                       <td><b>Select1</b></td>
+                                                       <td><b>Select2</b></td>
+                                                       <td><b>First 
Name</b></td>
+                                                       <td><b>Last 
Name</b></td>
+                                               </tr>
+                                               <tr wicket:id="persons">
+                                                       <td><input 
type="checkbox" wicket:id="checkbox"/></td>
+                                                       <td><input 
type="checkbox" wicket:id="checkbox2"/></td>
+                                                       <td><span 
wicket:id="name">[this is where name will be]</span></td>
+                                                       <td><span 
wicket:id="lastName">[this is where lastname will be]</span></td>
+                                               </tr>
+                                         </table>
+                                         <span valign="top">
+                                         </span>
+                                 </td>
+                                </tr>
+                                <tr>
+                                 <td colspan="2" align="center">
+                                  <input type="submit" value="submit" />
+                                 </td>
+                                </tr>
+                               </table>
+                       </wicket:container>
+               </wicket:container>
+        </form>
+        </p>
+        <span wicket:id="feedback">feedbackmessages will be put here</span>
+</wicket:extend>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/DropDownChoicePage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/DropDownChoicePage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/DropDownChoicePage.html
index cbd0c19..9a3514d 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/DropDownChoicePage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/DropDownChoicePage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.form.DropDownChoice</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -47,5 +46,6 @@
         <span wicket:id="feedback">feedbackmessages will be put here</span>
        </p>
     <span wicket:id="explainPanel">panel contents come here</span>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ExplainPanel.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ExplainPanel.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ExplainPanel.html
index da13c1b..2caa868 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ExplainPanel.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ExplainPanel.html
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - explanation panel</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
  

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ExternalLinkPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ExternalLinkPage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ExternalLinkPage.html
index 7ae78ce..097a1bc 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ExternalLinkPage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ExternalLinkPage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.link.ExternalLink</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -20,5 +19,6 @@
        <a href="#" target="_new" wicket:id="externalLink2">this body will be 
replaced</a>
        </p>
     <span wicket:id="explainPanel">panel contents come here</span>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FormPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FormPage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FormPage.html
index 796b0d6..8540b46 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FormPage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FormPage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.form.Form</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -33,5 +32,6 @@
         <span wicket:id="feedback">feedbackmessages will be put here</span>
        </p>
     <span wicket:id="explainPanel">panel contents come here</span>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FragmentPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FragmentPage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FragmentPage.html
index 1792300..9cb8740 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FragmentPage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FragmentPage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.panel.Fragment</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -17,6 +16,7 @@
        </p>
     <span wicket:id="explainPanel">panel contents come here</span>
 
+</wicket:extend>
 </body>
 <wicket:fragment wicket:id="fragmentid">
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/IncludePage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/IncludePage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/IncludePage.html
index 2805dfc..245749e 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/IncludePage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/IncludePage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.include.Include</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -25,5 +24,6 @@
        </span>
        </p>
     <span wicket:id="explainPanel">panel contents come here</span>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/Index.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/Index.html 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/Index.html
index d1d4dc2..cd9808b 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/Index.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/Index.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>Component reference</h1>
 
@@ -77,5 +76,6 @@
                </wicket:link>
        </p>
 
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LabelPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LabelPage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LabelPage.html
index f2a3abe..3d4ae02 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LabelPage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LabelPage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.basic.Label</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -53,5 +52,6 @@
 
        <span wicket:id="explainPanel">panel contents come here</span>
 
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LinkPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LinkPage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LinkPage.html
index 0719514..36aef86 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LinkPage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LinkPage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.link.Link</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -36,5 +35,6 @@
        <input type="button" wicket:id="link3" value="this button is clicked n 
times" />
        </p>
     <span wicket:id="explainPanel">panel contents come here</span>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListChoicePage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListChoicePage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListChoicePage.html
index f483918..deb197b 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListChoicePage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListChoicePage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.form.ListChoice</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -37,5 +36,6 @@
         <span wicket:id="feedback">feedbackmessages will be put here</span>
        </p>
     <span wicket:id="explainPanel">panel contents come here</span>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListMultipleChoicePage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListMultipleChoicePage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListMultipleChoicePage.html
index f14f1d4..0a7b9e6 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListMultipleChoicePage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListMultipleChoicePage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.form.ListMultipleChoice</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -46,5 +45,6 @@
         <span wicket:id="feedback">feedbackmessages will be put here</span>
        </p>
     <span wicket:id="explainPanel">panel contents come here</span>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MultiLineLabelPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MultiLineLabelPage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MultiLineLabelPage.html
index 2a2d05f..34e5842 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MultiLineLabelPage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MultiLineLabelPage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.basic.MultiLineLabel</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -19,5 +18,6 @@
        </p>
 
        <span wicket:id="explainPanel">panel contents come here</span>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MyBorder.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MyBorder.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MyBorder.html
index 3cd8af2..a645743 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MyBorder.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MyBorder.html
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - sample panel</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MyPanel.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MyPanel.html 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MyPanel.html
index 6ee9e06..f5a4bc9 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MyPanel.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MyPanel.html
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - sample panel</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
  

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/NonBookmarkablePage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/NonBookmarkablePage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/NonBookmarkablePage.html
index 651903f..61dfc0c 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/NonBookmarkablePage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/NonBookmarkablePage.html
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PalettePage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PalettePage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PalettePage.html
index 4f0b8ce..22c084f 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PalettePage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PalettePage.html
@@ -3,7 +3,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 <style>
        table.palette { border:0; }
        table.palette td.header { font-weight: bold; font-size: 12pt; 
background-color: #eef7ff; padding: 2px; border-top: 1px solid #729ac2; 
border-bottom: 1px solid #729ac2;}
@@ -14,7 +13,7 @@
 </style>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.extensions.markup.html.form.palette.Palette</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -32,5 +31,6 @@
         <span wicket:id="feedback">feedbackmessages will be put here</span>
        </p>
     <span wicket:id="explainPanel">panel contents come here</span>
+</wicket:extend>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/0178ccab/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PanelPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PanelPage.html
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PanelPage.html
index 3cd922c..c2cccd9 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PanelPage.html
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PanelPage.html
@@ -2,10 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
 <head>
     <title>Wicket Examples - component reference</title>
-    <link rel="stylesheet" type="text/css" href="style.css"/>
 </head>
 <body>
-    <span wicket:id="mainNavigation"/>
+    <wicket:extend>
 
        <h1>wicket.markup.html.panel.Panel</h1>
        <wicket:link><a href="Index.html">[back to the 
reference]</a></wicket:link>
@@ -18,5 +17,6 @@
        
     <div wicket:id="explainPanel">panel contents come here</div>
 
+</wicket:extend>
 </body>
 </html>

Reply via email to