Traducción al castellano
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_FormulariosCalidad/trunk@6 e2c41b2c-0c6f-0149-8b81-50b1a9191bb3
@ -75,8 +75,8 @@ EOT;
|
||||
|
||||
<div id="form_manager" style="padding-bottom: 50px;">
|
||||
<div class="info">
|
||||
<h2><a class="breadcrumb" href="manage_form.php?id=<?php echo $form_id; ?>"><?php echo $form_name; ?></a> <img src="images/icons/resultset_next.gif" align="bottom" /> Embed Code</h2>
|
||||
<p>Copy and paste one of the code below into your website</p>
|
||||
<h2><a class="breadcrumb" href="manage_form.php?id=<?php echo $form_id; ?>"><?php echo $form_name; ?></a> <img src="images/icons/resultset_next.gif" align="bottom" /> Código de inserción</h2>
|
||||
<p>Copia y pega uno de los códigos proporcionados para incrustar el formulario en una página web</p>
|
||||
</div>
|
||||
<div id="embed_code_tabs" class="flora">
|
||||
<ul>
|
||||
|
||||
|
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 589 B |
BIN
images/button_text/campos.psd
Normal file
|
Before Width: | Height: | Size: 638 B After Width: | Height: | Size: 787 B |
|
Before Width: | Height: | Size: 448 B After Width: | Height: | Size: 499 B |
|
Before Width: | Height: | Size: 576 B After Width: | Height: | Size: 801 B |
|
Before Width: | Height: | Size: 590 B After Width: | Height: | Size: 776 B |
|
Before Width: | Height: | Size: 688 B After Width: | Height: | Size: 783 B |
|
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 561 B |
|
Before Width: | Height: | Size: 509 B After Width: | Height: | Size: 554 B |
|
Before Width: | Height: | Size: 691 B After Width: | Height: | Size: 551 B |
|
Before Width: | Height: | Size: 478 B After Width: | Height: | Size: 577 B |
|
Before Width: | Height: | Size: 462 B After Width: | Height: | Size: 518 B |
|
Before Width: | Height: | Size: 671 B After Width: | Height: | Size: 783 B |
|
Before Width: | Height: | Size: 697 B After Width: | Height: | Size: 722 B |
|
Before Width: | Height: | Size: 437 B After Width: | Height: | Size: 459 B |
|
Before Width: | Height: | Size: 579 B After Width: | Height: | Size: 607 B |
|
Before Width: | Height: | Size: 1007 B After Width: | Height: | Size: 1.3 KiB |
BIN
images/click_to_add.psd
Normal file
BIN
images/manage_forms.psd
Normal file
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.6 KiB |
@ -19,7 +19,7 @@
|
||||
$current_dir = '';
|
||||
}
|
||||
|
||||
$_SESSION['AP_LOGIN_ERROR'] = 'Debe iniciar sesión para continuar.';
|
||||
$_SESSION['AP_LOGIN_ERROR'] = 'Debe iniciar sesión para continuar.';
|
||||
header("Location: http{$ssl_suffix}://".$_SERVER['HTTP_HOST'].$current_dir.'/index.php?from='.base64_encode($_SERVER['REQUEST_URI']));
|
||||
exit;
|
||||
}
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
|
||||
<img id="bottom" src="images/bottom.png" class="fix_png"/>
|
||||
<div id="footer">
|
||||
<div align="center">Powered by <a href="http://www.appnitro.com" style="font-size: 100%"><strong>MachForm</strong></a><br />© Copyright 2007-2010 Appnitro Software</div>
|
||||
<div align="center"></div>
|
||||
</div><!--footer-->
|
||||
<?php if(!empty($footer_data)){ echo $footer_data; } ?>
|
||||
</body>
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>MachForm - PHP Form Builder</title>
|
||||
<title>Gestor de formularios - InCaM Ingeniería Civil</title>
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="description" content="Appnitro Form Builder">
|
||||
<meta name="description" content="">
|
||||
<?php if(!empty($header_data)){ echo $header_data; } ?>
|
||||
<link rel="stylesheet" type="text/css" href="index.css" media="all">
|
||||
</head>
|
||||
@ -13,7 +13,7 @@
|
||||
<?php if(!empty($show_status_bar) && $show_status_bar == true){ ?>
|
||||
<div id="statusBar">
|
||||
<div style="display: block;" id="statusPanel">
|
||||
<div id="statusText">Loading Data ...</div>
|
||||
<div id="statusText">Cargando...</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
@ -23,11 +23,11 @@
|
||||
|
||||
<!--start header-->
|
||||
<div id="header">
|
||||
<img src="images/appnitro_logo.png" class="fix_png" id="appnitro_logo" width="179" height="55"/>
|
||||
<?php /*<img src="images/appnitro_logo.png" class="fix_png" id="appnitro_logo" width="179" height="55"/>*/ ?>
|
||||
<?php if(empty($hide_nav)){ ?>
|
||||
<ul id="header_tab">
|
||||
<li><a href="manage_form.php" title="Form Manager"><img src="images/manage_forms_active.gif" alt=""></a></li>
|
||||
<li class="lgo"><a href="logout.php" class="lbOn" title="Logout!"><img src="images/logout.gif" alt=""></a></li>
|
||||
<li><a href="manage_form.php" title="Formularios"><img src="images/manage_forms_active.gif" alt=""></a></li>
|
||||
<li class="lgo"><a href="logout.php" class="lbOn" title="Salir"><img src="images/logout.gif" alt=""></a></li>
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
@ -3131,7 +3131,7 @@ field.prototype = {
|
||||
},
|
||||
money: function () {
|
||||
currency = ds.get(this.id, "constraint");
|
||||
symbol = "â¬";
|
||||
symbol = "€";
|
||||
main_curr = "Euros";
|
||||
sub_curr = "Céntimos";
|
||||
major = "10";
|
||||
|
||||