comparison _test/Resources/TTView/complex.tt @ 195:7a920771fd8e

IMPL::Web::View changed document layout handling, docs, examples
author cin
date Wed, 11 Apr 2012 17:50:33 +0400
parents 4d0e1962161c
children b8c724f6de36
comparison
equal deleted inserted replaced
194:4d0e1962161c 195:7a920771fd8e
1 [% 1 [%
2 META version = 1, title = "my document 2", layout= "Layout/default"; 2 META version = 1, title = "my document 2", layout="default";
3 3
4 BLOCK CTOR; 4 BLOCK CTOR;
5 TPanel = require('My/Org/Panel'); 5 TPanel = require('My/Org/Panel');
6 append( TPanel.new('information', data = data ) ); 6 append( TPanel.new('information', data = data ) );
7 END; 7 END;