[Zope-Checkins] 
	SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/pt/
	get rid of senseless duplications of some resources (default
	ZPT text, icons)
    Philipp von Weitershausen 
    philikon at philikon.de
       
    Sun May 21 15:43:32 EDT 2006
    
    
  
Log message for revision 68219:
  get rid of senseless duplications of some resources (default ZPT text, icons)
  
Changed:
  D   Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/pt/default.html
  D   Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/pt/exclamation.gif
  D   Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/pt/zpt.gif
-=-
Deleted: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/pt/default.html
===================================================================
--- Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/pt/default.html	2006-05-21 19:29:37 UTC (rev 68218)
+++ Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/pt/default.html	2006-05-21 19:43:31 UTC (rev 68219)
@@ -1,13 +0,0 @@
-<html>
-  <head>
-    <title tal:content="template/title">The title</title>
-  </head>
-  <body>
-    
-    <h2><span tal:replace="here/title_or_id">content title or id</span>
-        <span tal:condition="template/title"
-              tal:replace="template/title">optional template title</span></h2>
-
-    This is Page Template <em tal:content="template/id">template id</em>.
-  </body>
-</html>
Deleted: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/pt/exclamation.gif
===================================================================
(Binary files differ)
Deleted: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/pt/zpt.gif
===================================================================
(Binary files differ)
    
    
More information about the Zope-Checkins
mailing list