# /packages/evaluaiton/www/index.vuh ad_page_contract { @author Unknown @creation-date Unknown @cvs-id $Id: index.vuh,v 1.7 2006/08/08 21:26:43 donb Exp $ } { revision_id:integer,notnull } # Get the paths set the_root [ns_info pageroot] set package_id [ad_conn package_id] # Get the IDs db_1row revision_info { *SQL* } set the_url $name set content_root [content::item::get_id -item_path "${content_type}_${package_id}" -resolve_index {f}] #set content_root [db_string get_folder_id { *SQL* }] set template_root "" # Serve the page if { [content::init the_url the_root $content_root $template_root public $revision_id $content_type] } { set file "$the_root/$the_url" rp_internal_redirect -absolute_path $file } else { # ns_returnnotfound set page "[ad_header {Content Item Not Found}]" append page "

Content Item Not Found

" append page "The requested item is not available for viewing. " append page "The item is either not available on this server or it is not in a publishable state " append page "Unpublished items can be viewed via the CMS interface if the CMS package is installed.
" append page "[ad_footer]" doc_return 200 text/html $page }