view _test/Resources/view/site/product/_base.tt @ 357:ec58c47edb52

web security: code cleanup, refactoring
author cin
date Fri, 18 Oct 2013 15:10:10 +0400
parents f05634287ac7
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 }
    ];
%]