root/branches/release-36/index.html.de

Revision 1308, 2.9 kB (checked in by bsmith, 10 months ago)

Merging commits from release-28 changesets 1274 to 1306

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     <meta http-equiv="refresh" content="8;url=mt.cgi">
9    
10     <title>Movable Type Publishing Platform</title>
11    
12             <style type="text/css" media="screen">
13             body {
14                 font-family: "Helvetica Neue", Arial, sans-serif;
15                 font-size: 12px;
16                 line-height: 1.6;
17                 background-color: #fff;
18             }
19
20             a {
21                 color: #33789c;
22             }
23
24             a:hover {
25                 color: #a2ad00;
26             }
27
28             .chromeless #container {
29                 position: relative;
30                 margin: 0 auto;
31                 text-align: left;
32             }
33             .chromeless #container {
34                 width: 360px;
35             }
36
37             .chromeless #container {
38                 margin-top: 50px;
39             }
40
41             .chromeless #content {
42                 border: 1px solid #cfdde5;
43                 padding: 20px;
44             }
45
46             .chromeless #content h1 {
47                 margin: 10px 0 20px 0;
48                 padding: 0;
49                 font-size: 24px;
50                 font-weight: normal;
51             }
52             .chromeless #content h2 {
53                 font-size: 16px;
54                 margin: 0 0 10px 0;
55             }
56
57             .info {
58                 font-size: 14px;
59             }
60
61             .login {
62                 margin: 30px auto 30px auto;
63                 text-align: center;
64             }
65             .login a {
66                 font-size: 18px;
67                 color: #fff;
68                 text-decoration: none;
69                 background-color: #226C9C;
70                 border-width: 2px;
71                 border-style: solid;
72                 border-color: #6AA8C6 #1B577D #1B577D #6AA8C6;
73                 padding: 4px 12px;
74             }
75             .login a:hover {
76                 color: #fff;
77             }
78
79             </style>
80
81 </head>
82
83 <body class="chromeless">
84     <div id="container">
85         <div id="content">
86
87             <h1>Movable Type</h1>
88
89             <p class="info">Herzlich willkommen zu Movable Type, der Premium-Weblogging-Plattform.</p>
90
91             <p class="login"><a rel="nofollow" href="mt.cgi">Bei Movable Type anmelden</a></p>
92
93             <h2>Movable Type installieren?</h2>
94
95             <p>Wenn Sie Movable Type jetzt installieren möchten, lesen Sie bitte die Installationshinweise in der <a href="http://www.movabletype.org/documentation/">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>
96         </div>
97     </div>
98 </body>
99
100 </html>
Note: See TracBrowser for help on using the browser.