removed mods directory from the ATutor codebase
[atutor.git] / mods / elluminate / index.php
diff --git a/mods/elluminate/index.php b/mods/elluminate/index.php
deleted file mode 100644 (file)
index fc0f937..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-<?php\r
-define('AT_INCLUDE_PATH', '../../include/');\r
-require (AT_INCLUDE_PATH.'vitals.inc.php');\r
-$_custom_css = $_base_path . 'mods/elluminate/module.css'; // use a custom stylesheet\r
-require (AT_INCLUDE_PATH.'header.inc.php');\r
-?>\r
-<div id="elluminate">\r
-<?php if($_GET['guest'] != '1'){ ?>\r
-            <table width="35%" border="0" cellspacing="0" cellpadding="0" class="logintable" align="center">\r
-              <tr>\r
-                <td>\r
-                  <p class="sideindent1"><img src="mods/elluminate/elluminate_logo.gif" align="center" alt=""><br> <?php echo _AT('elluminate_loginname'); ?><?php echo _AT('elluminate_passwordln'); ?></p>\r
-                  <table width="100%" border="0" cellspacing="0" cellpadding="6">\r
-                    <tr>\r
-                      <td>\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" class="fieldOff" onFocus="doBg('username');" onBlur="dontBg('username');"><br>\r
-\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"><?php echo _AT('elluminate_guest'); ?></a>\r
-                       <?php } ?>\r
-                      </td>\r
-                    </tr>\r
-                  </table>\r
-                </td>\r
-              </tr>\r
-            </table>\r
-<?php }else { ?>\r
-       <table width="35%" border="0" cellspacing="0" cellpadding="0" class="logintable" align="center">\r
-              <tr>\r
-                <td>\r
-                  <p class="sideindent1"><img src="mods/elluminate/elluminate_logo.gif" align="center" alt=""><br>                       <?php echo _AT('elluminate_loginname'); ?><br /></p>\r
-                  <table width="100%" border="0" cellspacing="0" cellpadding="6">\r
-                    <tr>\r
-                      <td>\r
-                        <form name="loginform" method="post" action="<?php echo $_config['elluminate']; ?>">\r
-\r
-                       <label for="userName" class="normalbody">   <?php echo _AT('elluminate_name'); ?></label><br> <input type="text" name="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
-\r
-                      </td>\r
-                    </tr>\r
-                  </table>\r
-                </td>\r
-              </tr>\r
-            </table>\r
-<?php } ?>\r
-</div>\r
-<?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>
\ No newline at end of file