[CMF-checkins] CVS: Products/CMFDecor/skins/zpt_generic - stxmethod_view.pt:1.1

Tres Seaver tseaver@zope.com
Tue, 7 Aug 2001 17:04:56 -0400


Update of /cvs-repository/Products/CMFDecor/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv7789

Added Files:
	stxmethod_view.pt 
Log Message:


 - Provide ZPT'ified rendering method for FSSTXMethod.


=== Added File Products/CMFDecor/skins/zpt_generic/stxmethod_view.pt ===
<html xmlns:tal="http://xml.zope.org/namespaces/tal"
       xmlns:metal="http://xml.zope.org/namespaces/metal"
       metal:use-macro="here/main_template/macros/master">
<body>
<div metal:fill-slot="main">

<div class="Desktop">

<p tal:replace="structure options/cooked">
  STX goes here.
</p>

</div>

</div>
</body>
</html>