source: products/quintagroup.gdocs.spreadsheet/trunk/quintagroup/gdocs/spreadsheet/browser/viewworksheetview.pt @ 2654

Last change on this file since 2654 was 2654, checked in by liebster, 14 years ago

Created view using paster addcontent script

File size: 442 bytes
Line 
1<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
2      lang="en"
3      metal:use-macro="here/main_template/macros/master"
4      i18n:domain="quintagroup.gdocs.spreadsheet">
5<body>
6    <div metal:fill-slot="main">
7        <tal:main-macro metal:define-macro="main"
8                        tal:define="testview view/test">
9
10            <span tal:content="testview/dummy">test</span>
11
12        </tal:main-macro>
13    </div>
14</body>
15</html>
Note: See TracBrowser for help on using the repository browser.