[Zope3-checkins] CVS: Zope3/src/zope/app/preview - __init__.py:1.2 preview.pt:1.2

Philipp von Weitershausen philikon at philikon.de
Tue Feb 24 11:50:24 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/preview
In directory cvs.zope.org:/tmp/cvs-serv26961/src/zope/app/preview

Added Files:
	__init__.py preview.pt 
Log Message:


Centralized the preview.pt page template for use with content types in
the zope.app.preview package.




=== Zope3/src/zope/app/preview/__init__.py 1.1 => 1.2 ===
--- /dev/null	Tue Feb 24 11:50:24 2004
+++ Zope3/src/zope/app/preview/__init__.py	Tue Feb 24 11:50:23 2004
@@ -0,0 +1,2 @@
+#
+# This file is necessary to make this directory a package.


=== Zope3/src/zope/app/preview/preview.pt 1.1 => 1.2 ===
--- /dev/null	Tue Feb 24 11:50:24 2004
+++ Zope3/src/zope/app/preview/preview.pt	Tue Feb 24 11:50:23 2004
@@ -0,0 +1,9 @@
+<html metal:use-macro="views/standard_macros/page">
+<body>
+<div metal:fill-slot="body">
+
+  <iframe src="." height="98%" width="98%"></iframe>
+
+</div>
+</body>
+</html>




More information about the Zope3-Checkins mailing list