<?php
session_start() ;
include "../include/conloq.inc" ;

switch ($_POST["action"]) 
{
	case "paper_details":
		include "_inc_edit_paper_details.html" ;
		break;
		
	case "file_upload":
		include "_inc_edit_file_upload.html" ;
		break;
		
	case "author_info":
		include "_inc_edit_author.html" ;
		break;
		
	case "abstract":
		include "_inc_edit_abstract.html" ;
		break;
}

?>
