root/trunk/app/views/layouts/default.ctp

Revision 757, 0.8 kB (checked in by aarkerio, 5 weeks ago)

Easter eggs

Line 
1<html>
2<head>
3<title>::Karamelo e-Learning::</title>
4<style type="text/css">
5body {
6background-color: #e7e4e4;
7margin: 0px;
8padding: 0px;
9font-size: 10pt;
10       font-family: Verdana, Arial;
11       min-width:900px;
12}
13a {
14color: #3f5673;
15font-size: 10pt;
16text-decoration:none;
17text-align:left;
18}
19img {border:0;text-align:center;}
20</style>
21</head>
22<body>
23<div style="margin:15px auto 40px auto;padding:17px;border:1px dotted gray;text-align:center;width:450px;background-color: #fff">
24<a href="http://trac.mononeurona.org"><img src="/img/static/chilpotle-logo.png" alt="Chipotle Software" title="Chipotle Software" /></a>
25<br />
26   <?php echo $content_for_layout; ?>
27   <br />
28   Please report bugs to Karamelo developers <a href="http://trac.mononeurona.org/karamelo/newticket">adding a ticket</a>.</div>
29</body>
30</html>
Note: See TracBrowser for help on using the browser.