"); // ---------------------------------- Left Banner require('incs/left_banner.inc'); echo(" "); // ---------------------------------- Top Banner require('incs/header.inc'); echo("
"); // ---------------------------------- M A I N B O D Y // Content and forms go here! // -------------------------- Opening Form // This form establishes the // name of the links list and // and contextual information // that should accompany it. // The teacher also indicates // the number of links using // this form. if( $mode == 'publish') { require('incs/publish.inc'); } else { echo("
Title of your list of links:
Description of your list of links: Use this text box to provide any special instructions, background information, or context for the links your students will be using.
Number of Links: You will be able to add additional links.
"); if ($mode != 'data') { echo("
"); } if ($mode == 'data') { echo(" "); for ( $loop = 1; $loop < $number_of_links + 1; $loop++) { echo(" "); } echo("
Link Title:

Link URL:
Link Annotation:


"); echo(" "); } } ?>