removed mods directory from the ATutor codebase
[atutor.git] / mods / disclaimer / terms_and_conditions.tmpl.php
diff --git a/mods/disclaimer/terms_and_conditions.tmpl.php b/mods/disclaimer/terms_and_conditions.tmpl.php
deleted file mode 100644 (file)
index ced1c34..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-<?php\r
-?>\r
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\r
-"http://www.w3.org/TR/html4/loose.dtd">\r
-<html>\r
-<head>\r
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r
-       <link rel="shortcut icon" href="<?php echo $this->base_href; ?>favicon.ico" type="image/x-icon" />\r
-       <link rel="stylesheet" href="<?php echo $this->base_href.'themes/'.$this->theme; ?>/print.css" type="text/css" media="print" />\r
-       <link rel="stylesheet" href="<?php echo $this->base_href.'themes/'.$this->theme; ?>/styles.css" type="text/css" />\r
-       <!--[if IE]>\r
-         <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/ie_styles.css" type="text/css" />\r
-       <![endif]-->\r
-       <link rel="stylesheet" href="<?php echo $this->base_href.'themes/'.$this->theme; ?>/forms.css" type="text/css" />\r
-       <title><?php echo $this->site_name . ' - ' .  _AT('disclaimer'); ?></title>\r
-       <style type="text/css">\r
-       <!--\r
-       .tac {\r
-               width: 60%;\r
-               margin: 0px auto;\r
-               /* border: 1px solid #C4C4C4; */\r
-               padding-bottom: 0.5em;\r
-       }\r
-       #tac_body{\r
-               width: 98%;\r
-               padding:0.5em;\r
-               background-color:#FFFFFF;\r
-               border: 1px solid #C4C4C4; \r
-               padding:1em;\r
-       }\r
-       #attention {\r
-               width:450px;\r
-               color:red;\r
-               text-align:left;\r
-               font-weight:bold;\r
-               font-size:12px;\r
-       }\r
-       .mar20 {\r
-               margin-top:20px;\r
-               font-family: "arial";\r
-               border: 1px solid black; \r
-               padding: 1em; \r
-               overflow: scroll; \r
-               width: 450px; \r
-               height: 250px; \r
-               font-size: 1.2em;\r
-       }\r
-       -->\r
-       </style>\r
-</head>\r
-<body>\r
-       <div class="tac" align="center">\r
-               <div id="header">\r
-                       <!-- section title -->\r
-                       <h1 id="section-title"><?php echo SITE_NAME . ' - ' . _AT('disclaimer'); ?></h1>\r
-               </div>\r
-               <div id="tac_body">\r
-                       <div class="attention"><?php echo _AT('tac_attention'); ?></div>\r
-                       <div class="mar20"><?php echo $this->body_text; ?></div>\r
-               </div>\r
-               <div>\r
-               <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post" name="form">\r
-<!--                   <input class="button" type="button" value="<?php echo _AT('i_do_not_agree');?>" onClick="parent.location='<?php echo $this->tac_link; ?>'" /> -->\r
-                       <?php if (isset($_POST['inreg'])) { ?>\r
-                       <?php }?>\r
-                       <input type="hidden" name="inreg" value="1" />\r
-                       <?php if (isset($_GET['p']) && $_GET['p'] != '') {?>\r
-                       <input type="hidden" name="p" value="<?php echo $_GET['p']; ?>" />\r
-                       <?php } else if (isset($_GET['form_course_id'])) {?>\r
-                       <input type="hidden" name="form_course_id" value="<?php echo $_GET['form_course_id']; ?>" />\r
-                       <?php } ?>\r
-                       <input class="button" type="submit" name="disagree" value="<?php echo _AT('i_do_not_agree');?>" />\r
-                       <input class="button" type="submit" name="agree" value="<?php echo _AT('i_agree');?>" />\r
-               </form></div>\r
-       </div>\r
-</body>\r
-</html>\r