Index: openacs-4/packages/new-portal/www/portal-show.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/Attic/portal-show.tcl,v diff -u -N --- openacs-4/packages/new-portal/www/portal-show.tcl 24 Oct 2001 15:32:44 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,17 +0,0 @@ -# www/show-portal.tcl - -ad_page_contract { - Just a test script to display the portal. - - @author AKS - @creation-date - @cvs-id $Id: portal-show.tcl,v 1.1 2001/10/24 15:32:44 oracle Exp $ -} { - portal_id:naturalnum,notnull -} - - - -ns_return 200 text/html [portal::render $portal_id] - -