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

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

Added 'view' for GSpreadsheet content type

File size: 448 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        <div tal:replace="structure python:view.renderWorksheet(context.spreadsheet_id, context.worksheet_id, 0)" ></div>
9
10        </tal:main-macro>
11    </div>
12</body>
13</html>
Note: See TracBrowser for help on using the repository browser.