當前位置: 首頁>>代碼示例>>PHP>>正文


PHP class_funciones_activos::uf_print_permisos方法代碼示例

本文整理匯總了PHP中class_funciones_activos::uf_print_permisos方法的典型用法代碼示例。如果您正苦於以下問題:PHP class_funciones_activos::uf_print_permisos方法的具體用法?PHP class_funciones_activos::uf_print_permisos怎麽用?PHP class_funciones_activos::uf_print_permisos使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在class_funciones_activos的用法示例。


在下文中一共展示了class_funciones_activos::uf_print_permisos方法的2個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1:

        $ls_status = $_POST["hidstatus"];
        $ld_feccmpbd = $io_fun->uf_convertirdatetobd($ld_feccmp);
        $lb_valido = $io_saf->uf_saf_load_dt_modificacion($ls_codemp, $ls_cmpmov, $ls_codact, $ls_ideact, $li_totrows, $lo_object, $li_montot);
        if ($lb_valido) {
            $lb_valido = $io_saf->uf_siv_load_dt_movimientocontable($ls_codemp, $ls_cmpmov, $ld_feccmpbd, $ls_codcau, $li_totrowsscg, $lo_objectscg, $li_totdeb, $li_tothab);
        }
        break;
}
?>

<p>&nbsp;</p>
<div align="center">
  <form name="form1" method="post" action="">
<?php 
//////////////////////////////////////////////         SEGURIDAD               /////////////////////////////////////////////
$io_fun_activo->uf_print_permisos($ls_permisos, $la_permisos, $ls_logusr, "location.href='sigespwindow_blank.php'");
unset($io_fun_activo);
//////////////////////////////////////////////         SEGURIDAD               /////////////////////////////////////////////
?>
    <table width="772" height="159" border="0" class="formato-blanco">
      <tr>
        <td width="764" ><div align="left">
            <table width="734" border="0" align="center" cellpadding="0" cellspacing="0" class="formato-blanco">
              <tr>
                <td colspan="3" class="titulo-ventana">Modificaciones</td>
              </tr>
              <tr class="formato-blanco">
                <td width="110" height="19">&nbsp;</td>
                <td width="472"><div align="right">Fecha</div></td>
                <td width="150"><input name="txtfeccmp" type="text" id="txtfeccmp" style="text-align:center " value="<?php 
print $ld_feccmp;
開發者ID:ssolano,項目名稱:cafe_sigesp,代碼行數:31,代碼來源:sigesp_saf_p_modificaciones.php

示例2:

<p>&nbsp;</p>
<div align="center">
  <p>&nbsp;</p>
  <table width="596" height="233" border="0" class="formato-blanco">
    <tr>    
    <td width="34" height="22" class="toolbar"><div align="center"><a href="javascript: ue_guardar();"><img src="../shared/imagebank/tools20/grabar.gif" alt="Grabar" title="Guardar" width="20" height="20" border="0"></a></div></td>
    <td class="toolbar" width="25"><a href="javascript: ue_buscar();"><img src="../shared/imagebank/tools20/buscar.gif" alt="Buscar" width="20" height="20" title="Buscar" border="0"></a></td>
    <td class="toolbar" width="36"><a href="javascript: ue_eliminar();"><img src="../shared/imagebank/tools20/eliminar.gif" alt="Eliminar" width="20" height="20" title="Eliminar" border="0"></a></td>
    <td class="toolbar" width="486"><a href="javascript: ue_cerrar();"><img src="../shared/imagebank/tools20/salir.gif" alt="Salir" width="20" height="20" title="Cerrar" border="0"></a></td>
    </tr>
    <tr>
      <td height="203" colspan="5"><div align="left">
          <form name="form1" method="post" action="">
<?php 
//////////////////////////////////////////////         SEGURIDAD               /////////////////////////////////////////////
$io_fun_activo->uf_print_permisos($ls_permisos, $la_permisos, $ls_logusr, "close();");
unset($io_fun_activo);
//////////////////////////////////////////////         SEGURIDAD               /////////////////////////////////////////////
?>
	
<table width="588" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td><table width="566" border="0" align="center" cellpadding="0" cellspacing="0" class="formato-blanco">
                  <tr>
                    <td colspan="2" class="titulo-ventana">Definici&oacute;n de Materiales Predominantes de los Inmuebles </td>
                  </tr>
                  <tr class="formato-blanco">
                    <td width="111" height="19">&nbsp;</td>
開發者ID:ssolano,項目名稱:cafe_sigesp,代碼行數:31,代碼來源:sigesp_saf_d_comp_material.php


注:本文中的class_funciones_activos::uf_print_permisos方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。