$module = 'links';
// ----------------------------------- Handle all special
// characters
$heading = stripslashes($heading);
$instructions = stripslashes($instructions);
for ( $loop = 0;
$loop < $number_of_links + 1;
$loop++)
{
$link_title[$loop] = stripslashes($link_title[$loop]);
$link_annotation[$loop] = stripslashes($link_annotation[$loop]);
}
// ----------------------------------- Begin Building
// ----------------------------------- the page.
echo("
");
// ---------------------------------- 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("
");
}
if ($mode == 'data')
{
echo("