root/prunings/mt3.33/index.html.es

Revision 450, 2.4 kB (checked in by jallen, 4 years ago)

r1911@mt-master (orig r32476): mschenk | 2006-06-27 10:16:19 -0700
More minor L10N stuff

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">¡Bienvenido a Movable Type, la mejor plataforma de publicación de blogs para los negocios, organizaciones, desarrolladores y diseñadores web!</p>
96
97<p class="login"><a rel="nofollow" href="mt.cgi">Iniciar sesión en Movable Type</a></p>
98
99<h2>¿Instalando?</h2>
100
101<p>Si acaba de empezar con Movable Type __PRODUCT_VERSION__, quizás desee consultar la sección de instalación/actualización de la <a href="__HELP_URL____PRODUCT_VERSION__/">documentación de Movable Type</a> y ver la <a rel="nofollow" href="mt-check.cgi">comprobación del sistema de Movable Type</a> para segurarse de que su sistema tiene todo lo necesario.</p>
102
103</body>
104
105</html>
Note: See TracBrowser for help on using the browser.