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

working on the view concept
author cin
date Mon, 30 Sep 2013 01:37:50 +0400
parents
children
comparison
equal deleted inserted replaced
345:72799d1211c5 346:f05634287ac7
1 [%
2 document.menu = [
3 { title = Edit, href = location.edit },
4 { title = View, href = location.view },
5 { title = Create, href = container.create },
6 { title = List, href = container }
7 ];
8 %]