(no commit message)
authorgreg gay <ggay@ocad.ca>
Mon, 3 Jul 2006 21:55:19 +0000 (21:55 -0000)
committergreg gay <ggay@ocad.ca>
Mon, 3 Jul 2006 21:55:19 +0000 (21:55 -0000)
mods/marratech/side_menu.inc.php [deleted file]

diff --git a/mods/marratech/side_menu.inc.php b/mods/marratech/side_menu.inc.php
deleted file mode 100644 (file)
index a0ecce0..0000000
+++ /dev/null
@@ -1,32 +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
-               <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