removed mods directory from the ATutor codebase
[atutor.git] / mods / cmap / index_instructor.php
diff --git a/mods/cmap/index_instructor.php b/mods/cmap/index_instructor.php
deleted file mode 100644 (file)
index 44374c2..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<?php\r
-define('AT_INCLUDE_PATH', '../../include/');\r
-require (AT_INCLUDE_PATH.'vitals.inc.php');\r
-authenticate(AT_PRIV_CMAP);\r
-require (AT_INCLUDE_PATH.'header.inc.php');\r
-?>\r
-\r
-<?php if ($_config['cmap']): ?>\r
-       <div class="input-form">\r
-               <div class="row">\r
-                       <p><?php echo _AT('cmap_text', $_config['cmap'] );  ?></p>\r
-               </div>\r
-       </div>\r
-<?php else: ?>\r
-       <div class="input-form">\r
-               <div class="row">\r
-                       <p><?php echo _AT('cmap_missing_url');  ?></p>\r
-               </div>\r
-       </div>\r
-<?php endif; ?>\r
-<div class="input-form">\r
-| <a href="<?php echo $_SERVER['PHP_SELF']; ?>" onclick="window.open('<?php echo $_config['cmap']; ?>','cmapwin','width=800,height=720,scrollbars=yes, resizable=yes'); return false"><?php echo  _AT('cmap_own_window'); ?></a> \r
-| <a href="<?php echo $_SERVER['PHP_SELF']; ?>" onclick="window.open('http://cmap.ihmc.us/Support/Help/','cmapwin','width=800,height=720,scrollbars=yes, resizable=yes'); return false"><?php echo  _AT('cmap_help_window'); ?></a> \r
-| <br /><br />\r
-</div>\r
-<iframe name="cmap" id="cmap" title="CMAP" scrolling="yes" src="<?php echo $_config['cmap']; ?>" height="800" width="90%" align="center" style="border:thin white solid; align:center;"></iframe>\r
-\r
-\r
-\r
-<?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>
\ No newline at end of file