1 | <? |
---|
2 | session_start(); |
---|
3 | ?> |
---|
4 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
5 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
6 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
7 | <head> |
---|
8 | <title>blue:sky - welcome</title> |
---|
9 | |
---|
10 | <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" /> |
---|
11 | |
---|
12 | <meta name="generator" content="Jonas John" /> |
---|
13 | <meta name="description" content="put a good description in here" /> |
---|
14 | <meta name="keywords" content="good,keywords" /> |
---|
15 | |
---|
16 | <link rel="stylesheet" type="text/css" href="css/bluesky.css" media="screen, tv, projection" title="Default" /> |
---|
17 | <link rel="alternative stylesheet" type="text/css" href="css/bluesky_large.css" media="screen, projection, tv" title="Larger Fonts" /> |
---|
18 | |
---|
19 | <link rel="alternative stylesheet" type="text/css" href="css/print.css" media="screen" title="Print Preview" /> |
---|
20 | <link rel="alternative stylesheet" type="text/css" href="css/handheld.css" media="screen" title="Small Layout Preview" /> |
---|
21 | |
---|
22 | <link rel="stylesheet" type="text/css" href="css/handheld.css" media="handheld" title="Small Layout" /> |
---|
23 | <link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> |
---|
24 | |
---|
25 | <!-- Navigational metadata (an accessibility feature - preview in opera) --> |
---|
26 | <link rel="top" href="index.html" title="Homepage" /> |
---|
27 | <link rel="up" href="index.html" title="Up" /> |
---|
28 | <link rel="first" href="index.html" title="First page" /> |
---|
29 | <link rel="previous" href="index.html" title="Previous page" /> |
---|
30 | <link rel="next" href="index.html" title="Next page" /> |
---|
31 | <link rel="last" href="index.html" title="Last page" /> |
---|
32 | <link rel="toc" href="index.html" title="Table of contents" /> |
---|
33 | <link rel="index" href="index.html" title="Site map" /> |
---|
34 | |
---|
35 | </head> |
---|
36 | <body> |
---|
37 | |
---|
38 | <div id="page"> |
---|
39 | |
---|
40 | <div id="header"> |
---|
41 | <a href="index.html">ENS LYON</a> |
---|
42 | </div> |
---|
43 | |
---|
44 | <div id="wrapper"> |
---|
45 | |
---|
46 | <div id="content"> |
---|
47 | |
---|
48 | <div id="path"> |
---|
49 | A NICE GUI FOR KLASK |
---|
50 | </div> |
---|
51 | |
---|
52 | <div id="main"> |
---|
53 | |
---|
54 | <!-- <h1>Welcome !</h1> --> |
---|
55 | |
---|
56 | <p> |
---|
57 | <? |
---|
58 | |
---|
59 | include('./install-inc.php'); |
---|
60 | |
---|
61 | ?> |
---|
62 | </p> |
---|
63 | |
---|
64 | </div> |
---|
65 | |
---|
66 | </div> |
---|
67 | |
---|
68 | </div> |
---|
69 | |
---|
70 | <div id="footer"> |
---|
71 | <p> |
---|
72 | License GPL V2 <a href="index.html">WebKlask</a>. |
---|
73 | Webdesign disponible sur <a href="http://www.oswd.org">Open Source Web Design</a> by <a href="http://www.jonasjohn.de/">Jonas John</a>. |
---|
74 | |
---|
75 | <!-- please leave a small credit to the author - thanks :-) ! --> |
---|
76 | |
---|
77 | </p> |
---|
78 | </div> |
---|
79 | |
---|
80 | </div> |
---|
81 | |
---|
82 | </body> |
---|
83 | </html> |
---|