Also I found more site templates here:
https://www.freshdesignweb.com/free-bootstrap-templates/

On Sat, Jan 16, 2016 at 5:48 PM, Matthew Sherborne <msherbo...@gmail.com>
wrote:

> Hi John,
>
> Use the Wt bootstrap theme:
> http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WTheme.html
>
> Then download / buy some bootstrap templates:
> http://startbootstrap.com/template-categories/all/
>
> Then design your gui using the WTemplate container for each page:
> http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WTemplate.html
>
> So you'd copy the dynamic parts of the theme into your 'approot' and load
> them as templates:
>
>
> http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WApplication.html#a88b082dadadd3fb7dbe10887e7d89c91
>
> eg. you name the file: mainpage.xml, but you code:
> messageResourceBundle
> <http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WApplication.html#a4f304244f6bc75be6cd5f41798ea5e2e>
> ().use
> <http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WMessageResourceBundle.html#a01368946b2a2aaceab3a64cddb1cb1e2>
> (appRoot
> <http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WApplication.html#a88b082dadadd3fb7dbe10887e7d89c91>()
> + "mainpage"); // without the .xml because you can have like
> mainpage-es.xml for the spanish version
>
> ...and the static parts are copied into your 'docroot' and load the CSS:
> http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WApplication.html#a8dcc025cd58968e087de8e90e6a4f547
>
> Blessings
> Matthew Sherborne
>
> On Mon, Sep 28, 2015 at 10:51 AM, John Robson <john.rob...@usp.br> wrote:
>
>> I realized that Wordpress has excellent themes and is very easy to
>> change the website theme.
>>
>> https://wordpress.org/themes/browse/popular/
>>
>> I wondering if someone already tried to create a type of
>> "scaffold/framework" in Wt that work with the worpress templates?!
>>
>> John
>>
>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> witty-interest mailing list
>> witty-interest@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/witty-interest
>>
>
>
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to