<?php

include_once("common.php");
	head("Select Task");

if (check_password()) {
	?>
	<P>
	<?php
	include("select_task_contents.php");
}

tail();
?>
