changed git call from https to git readonly
[atutor.git] / mods / disclaimer / terms_and_conditions.tmpl.php
1 <?php\r
2 ?>\r
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\r
4 "http://www.w3.org/TR/html4/loose.dtd">\r
5 <html>\r
6 <head>\r
7         <meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r
8         <link rel="shortcut icon" href="<?php echo $this->base_href; ?>favicon.ico" type="image/x-icon" />\r
9         <link rel="stylesheet" href="<?php echo $this->base_href.'themes/'.$this->theme; ?>/print.css" type="text/css" media="print" />\r
10         <link rel="stylesheet" href="<?php echo $this->base_href.'themes/'.$this->theme; ?>/styles.css" type="text/css" />\r
11         <!--[if IE]>\r
12           <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/ie_styles.css" type="text/css" />\r
13         <![endif]-->\r
14         <link rel="stylesheet" href="<?php echo $this->base_href.'themes/'.$this->theme; ?>/forms.css" type="text/css" />\r
15         <title><?php echo $this->site_name . ' - ' .  _AT('disclaimer'); ?></title>\r
16         <style type="text/css">\r
17         <!--\r
18         .tac {\r
19                 width: 60%;\r
20                 margin: 0px auto;\r
21                 /* border: 1px solid #C4C4C4; */\r
22                 padding-bottom: 0.5em;\r
23         }\r
24         #tac_body{\r
25                 width: 98%;\r
26                 padding:0.5em;\r
27                 background-color:#FFFFFF;\r
28                 border: 1px solid #C4C4C4; \r
29                 padding:1em;\r
30         }\r
31         #attention {\r
32                 width:450px;\r
33                 color:red;\r
34                 text-align:left;\r
35                 font-weight:bold;\r
36                 font-size:12px;\r
37         }\r
38         .mar20 {\r
39                 margin-top:20px;\r
40                 font-family: "arial";\r
41                 border: 1px solid black; \r
42                 padding: 1em; \r
43                 overflow: scroll; \r
44                 width: 450px; \r
45                 height: 250px; \r
46                 font-size: 1.2em;\r
47         }\r
48         -->\r
49         </style>\r
50 </head>\r
51 <body>\r
52         <div class="tac" align="center">\r
53                 <div id="header">\r
54                         <!-- section title -->\r
55                         <h1 id="section-title"><?php echo SITE_NAME . ' - ' . _AT('disclaimer'); ?></h1>\r
56                 </div>\r
57                 <div id="tac_body">\r
58                         <div class="attention"><?php echo _AT('tac_attention'); ?></div>\r
59                         <div class="mar20"><?php echo $this->body_text; ?></div>\r
60                 </div>\r
61                 <div>\r
62                 <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post" name="form">\r
63 <!--                    <input class="button" type="button" value="<?php echo _AT('i_do_not_agree');?>" onClick="parent.location='<?php echo $this->tac_link; ?>'" /> -->\r
64                         <?php if (isset($_POST['inreg'])) { ?>\r
65                         <?php }?>\r
66                         <input type="hidden" name="inreg" value="1" />\r
67                         <?php if (isset($_GET['p']) && $_GET['p'] != '') {?>\r
68                         <input type="hidden" name="p" value="<?php echo $_GET['p']; ?>" />\r
69                         <?php } else if (isset($_GET['form_course_id'])) {?>\r
70                         <input type="hidden" name="form_course_id" value="<?php echo $_GET['form_course_id']; ?>" />\r
71                         <?php } ?>\r
72                         <input class="button" type="submit" name="disagree" value="<?php echo _AT('i_do_not_agree');?>" />\r
73                         <input class="button" type="submit" name="agree" value="<?php echo _AT('i_agree');?>" />\r
74                 </form></div>\r
75         </div>\r
76 </body>\r
77 </html>\r