root/branches/release-26/index.html.nl

Revision 1104, 2.8 kB (checked in by hachi, 1 year ago)

Merging release-24 to boomer branch: svn merge -r67670:69246 http://svn.sixapart.com/repos/eng/movabletype/branches/release-24 .

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:link,
21             a:visited {
22                 color: #33789c;
23             }
24
25             a:hover,
26             a:active {
27                 color: #a2ad00;
28             }
29
30             .chromeless #container {
31                 position: relative;
32                 margin: 0 auto;
33                 text-align: left;
34             }
35             .chromeless #container {
36                 width: 360px;
37             }
38
39             .chromeless #container {
40                 margin-top: 50px;
41             }
42
43             .chromeless #content {
44                 border: 1px solid #cfdde5;
45                 padding: 20px;
46             }
47
48             .chromeless #content h1 {
49                 margin: 10px 0 20px 0;
50                 padding: 0;
51                 font-size: 24px;
52                 font-weight: normal;
53             }
54             .chromeless #content h2 {
55                 font-size: 16px;
56                 margin: 0 0 10px 0;
57             }
58
59             .info {
60                 font-size: 14px;
61             }
62
63             .login {
64                 margin: 30px auto 30px auto;
65                 text-align: center;
66             }
67             .login a {
68                 font-size: 18px;
69                 color: #fff;
70                 text-decoration: none;
71                 background-color: #226C9C;
72                 border-width: 2px;
73                 border-style: solid;
74                 border-color: #6AA8C6 #1B577D #1B577D #6AA8C6;
75                 padding: 4px 12px;
76             }
77             .login a:hover {
78                 color: #fff;
79             }
80
81             </style>
82
83 </head>
84
85 <body class="chromeless">
86     <div id="container">
87         <div id="content">
88
89             <h1>Movable Type</h1>
90
91             <p class="info">Welkom op Movable Type, het beste publicatieplatform voor weblogs.</p>
92
93             <p class="login"><a rel="nofollow" href="mt.cgi">Aanmelden op Movable Type</a></p>
94
95             <h2>Installatie?</h2>
96
97             <p>Als u Movable Type aan het installeren bent, is het nuttig om de <a href="__HELP_URL__">installatie-instructies</a> te bekijken en om de <a rel="nofollow" href="mt-check.cgi">Movable Type systeemcontrole</a> uit te voeren om zeker te zijn dat u systeem alles heeft wat nodig is.</p>
98         </div>
99     </div>
100 </body>
101
102 </html>
Note: See TracBrowser for help on using the browser.