removed mods directory from the ATutor codebase
[atutor.git] / mods / atutor_opencaps / service_test.php
diff --git a/mods/atutor_opencaps/service_test.php b/mods/atutor_opencaps/service_test.php
deleted file mode 100755 (executable)
index 7a6b7bf..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-<?php\r
-\r
-// include AT vitals\r
-define('AT_INCLUDE_PATH', '../../include/');\r
-require (AT_INCLUDE_PATH.'vitals.inc.php');\r
-authenticate(AT_PRIV_OPEN_CAPS);\r
-\r
-// load ATutor-OpenCaps Module Vitals \r
-include_once('include/vitals.inc.php');\r
-\r
-\r
-echo '<br/>AT_CONTENT_DIR: '.AT_CONTENT_DIR;\r
-echo '<br/>AT_BASE_HREF: '.AT_BASE_HREF;\r
-\r
-?>\r
-\r
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml">\r
-<head>\r
-<title>Untitled Document</title>\r
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\r
-</head>\r
-\r
-<body>\r
-<p>Test Service</p>\r
-<h1>getMedia: $_GET</h1>\r
-<p><a href="<?php echo AT_BASE_HREF; ?>/mods/AtOpenCaps/service.php?id=1&action=getMedia">/mods/AtOpenCaps/service.php?id=1&amp;action=getMedia</a></p>\r
-<p>&nbsp;</p>\r
-<h1>putCaps: $_POST</h1>\r
-<form name="form1" id="form1" method="post" action="<?php echo AT_BASE_HREF; ?>/mods/AtOpenCaps/service.php">\r
-  <p>Id: \r
-    <input name="id" type="text" id="id" value="1" />\r
-  </p>\r
-  <p> action: \r
-    <input name="action" type="text" id="action" value="putCaps" />\r
-  </p>\r
-      <p>\r
-      <strong>Width:</strong> <input name="width" id="width" value="320" type="text" size="4"/>\r
-       <strong>Height:</strong> <input name="height" id="height" value="240" type="text" size="4"/>\r
-      </p>\r
-\r
-  <p> cc: <br />\r
-    <textarea name="cc" cols="60" rows="10" id="cc">Some data so save in the caption file\r
-uno more line</textarea>\r
-  </p>\r
-  <p>\r
-    <input type="submit" name="Submit" value="Save Data" />\r
-  </p>\r
-</form>\r
-<p>&nbsp;</p>\r
-</body>\r
-</html>\r
-\r