annotate _test/Resources/view/site/product/_base.tt @ 348:f116cd9fe7d9

working on TTView: pre-alpha version
author cin
date Thu, 03 Oct 2013 19:48:57 +0400
parents f05634287ac7
children
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 [%
f05634287ac7 working on the view concept
cin
parents:
diff changeset
2 document.menu = [
f05634287ac7 working on the view concept
cin
parents:
diff changeset
3 { title = Edit, href = location.edit },
f05634287ac7 working on the view concept
cin
parents:
diff changeset
4 { title = View, href = location.view },
f05634287ac7 working on the view concept
cin
parents:
diff changeset
5 { title = Create, href = container.create },
f05634287ac7 working on the view concept
cin
parents:
diff changeset
6 { title = List, href = container }
f05634287ac7 working on the view concept
cin
parents:
diff changeset
7 ];
f05634287ac7 working on the view concept
cin
parents:
diff changeset
8 %]