[Zope-CVS] CVS: Products/OSCOM/NOTSite/skins/NOTSite - index_html.py:1.1 index_html.pt:NONE index_html_utils.html:NONE

Tres Seaver tseaver@zope.com
Tue, 27 May 2003 00:53:08 -0400


Update of /cvs-repository/Products/OSCOM/NOTSite/skins/NOTSite
In directory cvs.zope.org:/tmp/cvs-serv30717

Added Files:
	index_html.py 
Removed Files:
	index_html.pt index_html_utils.html 
Log Message:
 - Ditch on elaborate template;  just redirect to 'folder_contents'.

=== Added File Products/OSCOM/NOTSite/skins/NOTSite/index_html.py ===
## Script (Python) "index_html"
##parameters=
##title=Bounce to folder contents
context.REQUEST['RESPONSE'].redirect( '%s/folder_contents'
                                    % context.absolute_url() )

=== Removed File Products/OSCOM/NOTSite/skins/NOTSite/index_html.pt ===

=== Removed File Products/OSCOM/NOTSite/skins/NOTSite/index_html_utils.html ===