Hello Anderson,
I don't plan to release in a short term a full responsive layout.
However, you can create your own responsive layout from the custom.php layout delivered with ZnetDK :
1. Copy the /engine/core/layout/custom.php script into the ./app/layout/ directory of your application.
2. Replace the Html code of the page by your responsive grid (bootstrap, 960 grid, ...). The image below would help you to set up your layout:
3. Activate the custom layout in the config.php script of your application:
/** Page layout choosen for the application.
* @return 'classic'|'office'|'custom' Name of the layout used by the application.
*/
define('CFG_PAGE_LAYOUT','custom');
The third demo of ZnetDK available at
www.demo3.znetdk.fr was developed from the custom layout.
Hoping these informations will help you.
Pascal MARTINEZ