view _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
line wrap: on
line source

[%
    document.menu = [
        { title = Edit, href = location.edit },
        { title = View, href = location.view },
        { title = Create, href = container.create },
        { title = List, href = container }
    ];
%]