indexing description: "Objects that provide HTML pages for application" author: "Marco Piccioni" date: "$Date$" revision: "$0.3.1$" class ADMIN_HTML_DELEGATE inherit HTML_DELEGATE create make feature -- page building routines build_event_submission_page(the_conference:CONFERENCE; errors:HASH_TABLE[STRING,STRING]):HTML_PAGE --This page is displayed when an administrator wants to check a conference proposal require the_conference_exists:the_conference /= Void errors_exists:errors/=Void local html_page:HTML_PAGE index:INTEGER --index for the countries array not_applicable: BOOLEAN temp_date:DATE do create html_page.make -- Add the
and tags html_page.add_html_code (""+get_meta_tag) -- Add the