f29fc446ff552c219639daa3d2bc53f6562be4ac
[atutor.git] / mods / terms_and_conditions / 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('terms_and_conditions'); ?></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: 100%;\r
26                 padding:0.5em;\r
27         }\r
28         #attention {\r
29                 width:450px;\r
30                 color:red;\r
31                 text-align:left;\r
32                 font-weight:bold;\r
33                 font-size:12px;\r
34         }\r
35         .mar20 {\r
36                 margin-top:20px;\r
37                 border: 1px solid black; \r
38                 padding: 1em; \r
39                 overflow: scroll; \r
40                 width: 450px; \r
41                 height: 250px; \r
42                 font-size: 0.9em;\r
43         }\r
44         -->\r
45         </style>\r
46 </head>\r
47 <body>\r
48         <div class="tac" align="center">\r
49                 <div id="header">\r
50                         <!-- section title -->\r
51                         <h1 id="section-title"><?php echo SITE_NAME . ' - ' . _AT('terms_and_conditions'); ?></h1>\r
52                 </div>\r
53                 <div id="tac_body">\r
54                         <div class="attention"><?php echo _AT('tac_attention'); ?></div>\r
55                         <div class="mar20"><?php echo $this->body_text; ?></div>\r
56                 </div>\r
57                 <div><form>\r
58                         <input class="button" type="button" value="<?php echo _AT('i_do_not_agree');?>" onClick="parent.location='<?php echo $this->tac_link; ?>'">\r
59                         <input class="button" type="button" value="<?php echo _AT('i_agree');?>" onClick="parent.location='<?php echo $this->base_href; ?>login.php'">\r
60                 </form></div>\r
61         </div>\r
62 </body>\r
63 </html>\r