<%@ $Language=JScript /* PARA COLORES PHP */ %><% include("../includes/DB_Conectar.php"); //include("../includes/inc_auth.php"); include("../includes/funciones.php"); //aca proceso las posibilidades if($accion=="Actualizar") { //actualizo $squpdate = "update Custom set cusValor = '$cusValor_sep', cusValor_IA = '$cusValor_IA_sep' where cusVariable = 'fecha_sep'"; $qrupdate = $conn->execute($squpdate); $squpdate = "update Custom set cusValor = '$cusValor_orden', cusValor_IA = '$cusValor_IA_orden' where cusVariable = 'fecha_orden'"; $qrupdate = $conn->execute($squpdate); $msje=$I_dataupdated; } %> <%=$I_administration%> <%include("menu.php");%>
<%if($msje!=""){%> <%}%>

<%=$I_dateformat%>

<%=$msje%>
  <% $sql = "select * from Custom where cusVariable = 'fecha_sep'"; $rs = $conn->execute($sql); //los campos $cusValor_sep1 = $rs->field(cusValor); $cusValor_IA_sep1 = $rs->field(cusValor_IA); $sql = "select * from Custom where cusVariable = 'fecha_orden'"; $rs = $conn->execute($sql); //los campos $cusValor_orden1 = $rs->field(cusValor); $cusValor_IA_orden1 = $rs->field(cusValor_IA); %>
 
<%=$I_dateformat%>
 
<%=$I_dateformat%>
<%=$I_alternativelanguage%>
 
<%=$I_dateseparator%>
 
<%=$I_dateseparator%>
<%=$I_alternativelanguage%>