Optimización mayor en carga de modulos.
[xmensajitos.php.git] / plantilla / mensajitos.htm
blob2f77866e2579b8f8cd5dce3816c9596afd82dc1d
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <meta http-equiv="Content-Language" content="es" />
6 <meta http-equiv="Content-Style-type" content="text/css" />
7 <link rel="StyleSheet" href="estilo.css" type="text/css" />
8 <title>Mensajitos.php - Fundación TodoSV</title>
9 <meta name="keywords" content="TodoSV, SMS, El Salvador, Mensajitos.php, svcommunity.org, XMR, eXtreme Mensajitos Reloaded, Reseter, ENTEC" />
10 <meta name="description" content="Mensajitos.php es un sitio especializado en envío de SMS a El Salvador" />
11 </head>
12 <script type="text/javascript" src="libs/textarea.max.js"></script>
13 <script type="text/javascript" src="libs/tooltip.js"></script>
14 <body onload="setMaxLength();">
15 <div id="contenido">
16 <form action="{script}" method="post">
17 <h1>Tel&eacute;fono</h1>
18 <input type="text" name="telefono" maxlength="8" size="8" value="{uNumero}" onMouseOver="toolTip('Ingrese aquí el número de telefono.<br />Máximo 8 dígitos.')" onMouseOut="toolTip()" />
19 <h1>Mensaje</h1>
20 <textarea name="mensaje" rows="3" cols="40" maxlength="110" onMouseOver="toolTip('Ingrese aquí su mensaje.<br />Máximo 110 caracteres.')" onMouseOut="toolTip()" >{uMensaje}</textarea>
21 <h1>Firma</h1>
22 <input type="text" name="firma" size="10" value="{uFirma}" maxlength="10" onMouseOver="toolTip('Ingrese aqui su nombre o firma.<br />Máximo 10 caracteres.')" onMouseOut="toolTip()" />
23 <h1>Opciones</h1>
24 <input type="submit" name="enviar" value="¡Enviar Mensaje!" onMouseOver="toolTip('Envía el mensaje.')" onMouseOut="toolTip()" />
25 </form>
26 <h1>Información</h1>
27 <span style="color:#F00;font-weight:bolder">{estado}</span>
28 <h1>Extra</h1>
29 <font size="1">{version}</font>
30 </div>
31 </body>
32 </html>