removed mods directory from the ATutor codebase
[atutor.git] / mods / elluminate / side_menu.inc.php
diff --git a/mods/elluminate/side_menu.inc.php b/mods/elluminate/side_menu.inc.php
deleted file mode 100644 (file)
index e8c00f5..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?php \r
-/* start output buffering: */\r
-global $savant, $_config;\r
-ob_start(); ?>\r
-\r
-<?php if($_GET['guest'] != '1'){ ?>\r
-                        <form name="loginform" method="post" action="<?php echo $_config['elluminate']; ?>">\r
-                          <label for="userName" class="normalbody"><?php echo _AT('elluminate_name'); ?>:</label><br> <input type="text" name="username"  id="userName" class="fieldOff" onFocus="doBg('username');" onBlur="dontBg('username');"><br>\r
-                          <label for="password" class="normalbody"><?php echo _AT('elluminate_password'); ?>:</label><br> <input type="password" name="password" class="fieldOff" onFocus="doBg('password');" onBlur="dontBg('password');"><br>\r
-                          <br><br>\r
-                          <input button type="submit" name="submit" value="Login" class="button">\r
-                        </form><br />\r
-                       <?php if($_config['elluminate_pw'] != ''){ ?>\r
-                               <a href="<?php echo $_SERVER['PHP_SELF']; ?>?guest=1">Login as a guest</a>\r
-                       <?php } ?>\r
-<?php }else { ?>\r
-                        <form name="loginform" method="post" action="<?php echo $_config['elluminate']; ?>">\r
-                          <label for="userName" class="normalbody"><?php echo _AT('elluminate_name'); ?>:</label><br/> \r
-                       <br /> <input type="text" name="username" id="userName" class="fieldOff" onFocus="doBg('username');" onBlur="dontBg('username');"><br>\r
-                          <input type="hidden" name="password" value="<?php echo  $_config['elluminate_pw']; ?>">\r
-                          <br><br>\r
-\r
-                          <input button type="submit" name="submit" value="Login" class="button">\r
-                        </form>\r
-<?php } ?>\r
-\r
-<?php\r
-$savant->assign('dropdown_contents', ob_get_contents());\r
-ob_end_clean();\r
-\r
-$savant->assign('title', _AT('elluminate')); // the box title\r
-$savant->display('include/box.tmpl.php');\r
-?>
\ No newline at end of file