root/branches/wheeljack/index.html.de

Revision 717, 2.4 kB (checked in by bchoate, 2 years ago)

Selective merge from Voltron.

Line 
1
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4
5 <head>
6         <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7         <meta http-equiv="content-language" content="en" />
8        
9         <title>Movable Type Publishing Platform</title>
10        
11         <style type="text/css">
12                 <!--
13                
14                         body {
15                                 font-family : Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans Serif;
16                                 font-size : smaller;
17                                 padding-top : 0px;
18                                 padding-left : 0px;
19                                 margin : 0px;
20                                 padding-bottom : 40px;
21                                 width : 80%;
22                                 border-right : 1px dotted #8faebe;
23                         }
24                        
25                         h1 {
26                                 background : #8faebe;
27                                 font-size: large;
28                                 color : white;
29                                 padding : 10px;
30                                 margin-top : 0px;
31                                 margin-bottom : 20px;
32                                 text-align : center;
33                         }
34                        
35                         h2 {
36                                 color: #fff;
37                                 font-size: small;
38                                 background : #8faebe;
39                                 padding : 5px 10px 5px 10px;
40                                 margin-top : 30px;
41                                 margin-left : 40px;
42                                 margin-right : 40px;
43                         }
44                        
45                         h3 {
46                                 color: #333;
47                                 font-size: small;
48                                 margin-left : 40px;
49                                 margin-bottom : 0px;
50                                 padding-left : 20px;
51                         }
52        
53                         p {
54                                 padding-left : 20px;
55                                 margin-left : 40px;
56                                 margin-right : 60px;
57                                 color : #666;
58                         }
59                        
60                         ul {
61                                 padding-left : 40px;
62                                 margin-left : 40px;
63                         }
64                        
65                         .info {
66                                 margin-left : 60px;
67                                 margin-right : 60px;
68                                 padding : 20px;
69                                 border : 1px solid #666;
70                                 background : #eaf2ff;
71                                 color : black;
72                         }
73                
74                         .login {
75                                 width: 250px;
76                                 margin: 30px auto 10px auto;
77                                 border-width: 2px;
78                                 border-style: solid;
79                                 border-color: #EEE #D5D5D5 #D5D5D5 #EEE;
80                                 padding: 10px 0;
81                                 color: #000;
82                                 font-size: large;
83                                 text-align: center;
84                                 background-color: #E5E5E5;
85                         }
86                
87                 //-->
88         </style>
89 </head>
90
91 <body>
92
93 <h1>Movable Type</h1>
94
95 <p class="info">Herzlich willkommen zu Movable Type, der Premium-Weblogging-Plattform fÃŒr Unternehmen, Organisationen, Entwickler und Webdesigner!</p>
96
97 <p class="login"><a rel="nofollow" href="mt.cgi">Bei Movable Type anmelden</a></p>
98
99 <h2>Movable Type installieren?</h2>
100
101 <p>Wenn Sie Movable Type jetzt installieren möchten, lesen Sie bitte die Installationshinweise in der <a href="__HELP_URL__">Movable Type-Dokumentation</a> und nutzen Sie die <a rel="nofollow" href="mt-check.cgi">Movable Type-SystemÌberprÌfung</a>, die Ihren Server automatisch auf die erforderliche Software hin ÌberprÌft.</p>
102
103 </body>
104
105 </html>
Note: See TracBrowser for help on using the browser.