annotate _test/Resources/view/site/product/view.tt @ 346:f05634287ac7

working on the view concept
author cin
date Mon, 30 Sep 2013 01:37:50 +0400
parents
children f116cd9fe7d9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
346
f05634287ac7 working on the view concept
cin
parents:
diff changeset
1 [% display('name') %]
f05634287ac7 working on the view concept
cin
parents:
diff changeset
2 [% display('description') %]
f05634287ac7 working on the view concept
cin
parents:
diff changeset
3 <div>
f05634287ac7 working on the view concept
cin
parents:
diff changeset
4 <div>
f05634287ac7 working on the view concept
cin
parents:
diff changeset
5 $AddressLabel
f05634287ac7 working on the view concept
cin
parents:
diff changeset
6 </div>
f05634287ac7 working on the view concept
cin
parents:
diff changeset
7 <div>
f05634287ac7 working on the view concept
cin
parents:
diff changeset
8 [% display('address', 'templates/My_App_Model_Address', { nolinks => 1 } ) %]
f05634287ac7 working on the view concept
cin
parents:
diff changeset
9 </div>
f05634287ac7 working on the view concept
cin
parents:
diff changeset
10 </div>