7 Dec
2006
7 Dec
'06
8:58 p.m.
Here is the page that I need to quote, and this is why I need triple quotes: Wrong.
1. Log into ZMI. 2. Create PageTemplate object named 'mypage' 3. Edit 'mypage' that it contains your html code (this what you gave into triple quotes before): <html> (...) </html> 4. create Script (Python) called 'myscript' 5. Edit script that it contains only one line: return context.mypage() # mypage is name of PageTemplate from point 2. -- Maciej Wisniowski