removed mods directory from the ATutor codebase
[atutor.git] / mods / terms_and_conditions / terms_and_conditions.tmpl.php
diff --git a/mods/terms_and_conditions/terms_and_conditions.tmpl.php b/mods/terms_and_conditions/terms_and_conditions.tmpl.php
deleted file mode 100644 (file)
index f29fc44..0000000
+++ /dev/null
@@ -1,63 +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('terms_and_conditions'); ?></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: 100%;\r
-               padding:0.5em;\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
-               border: 1px solid black; \r
-               padding: 1em; \r
-               overflow: scroll; \r
-               width: 450px; \r
-               height: 250px; \r
-               font-size: 0.9em;\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('terms_and_conditions'); ?></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><form>\r
-                       <input class="button" type="button" value="<?php echo _AT('i_do_not_agree');?>" onClick="parent.location='<?php echo $this->tac_link; ?>'">\r
-                       <input class="button" type="button" value="<?php echo _AT('i_agree');?>" onClick="parent.location='<?php echo $this->base_href; ?>login.php'">\r
-               </form></div>\r
-       </div>\r
-</body>\r
-</html>\r