<?php

require_once "ws_soap_common.php";
global $JAVASCRIPT_BASE;
global $ASSETS_BASE;
global $IMAGE_BASE;
global $LOGOUT_URL;
global $CONTACT_EMAIL;
$my_courses = getMyCourses();
$exists = spaceExists($my_courses);
$REMOTE_USER = $_SERVER['REMOTE_USER'];
$space_name = $_REQUEST['space_name'];
$url = "https://{$space_name}.wikispaces.columbia.edu";
?>

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<script src="<?php 
echo $JAVASCRIPT_BASE;
?>
/MochiKit/MochiKit.js" type="text/javascript"></script>
<script src="<?php 
echo $JAVASCRIPT_BASE;
?>
/ajaxify_forms.js" type="text/javascript"></script>

<title>Administer Wikispace</title>


<style type="text/css">
<?php

require_once "ws_soap_common.php";
global $JAVASCRIPT_BASE;
global $ASSETS_BASE;
global $IMAGE_BASE;
global $SELFJOIN_URL;
global $LOGOUT_URL;
global $CONTACT_EMAIL;
$my_instructor_courses = getMyInstructorCourses();
$exists = spaceExists($my_instructor_courses);
?>

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<script src="<?php 
echo $JAVASCRIPT_BASE;
?>
/MochiKit/MochiKit.js" type="text/javascript"></script>
<script src="<?php 
echo $JAVASCRIPT_BASE;
?>
/ajaxify_forms.js" type="text/javascript"></script>
<script src="<?php 
echo $JAVASCRIPT_BASE;
?>
/display_info.js" type="text/javascript"></script>

<title>Administer Wikispace</title>