root/branches/wheeljack/index.html.fr

Revision 717, 2.6 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">Bienvenue sur Movable Type, la premiÚre plateforme de blogging pour les entreprises,les organisations, les developpeurs et les webdesigners!</p>
96
97 <p class="login"><a rel="nofollow" href="mt.cgi">S'enregistrer dans Movable Type</a></p>
98
99 <h2>Installation?</h2>
100
101 <p>Si vous découvrez Movable Type, vous apprécierez certainement de trouver des conseils utiles dans le chapitre "Installation" dans notre <a href="http://www.sixapart.com/movabletype/docs/enterprise/">documentation Movable Type</a>. Vous pouvez aussi visiter la Page <a rel="nofollow" href="mt-check.cgi">"Vérification SystÚme"</a> pour vérifier que votre systÚme comporte tous les éléments nécessaires à l'installation de Movable Type.</p>
102
103 </body>
104
105 </html>
Note: See TracBrowser for help on using the browser.