本文整理汇总了PHP中encabezado_menu函数的典型用法代码示例。如果您正苦于以下问题:PHP encabezado_menu函数的具体用法?PHP encabezado_menu怎么用?PHP encabezado_menu使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了encabezado_menu函数的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: clsFunciones
<?php
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
echo utf8_Decode('
<!DOCTYPE html>
<html lang="es">
<head>
<title>' . $_SESSION['title'] . ' - Registro de Usuarios.</title>
');
print encabezado_menu("../");
echo utf8_Decode('
</head>
<body onload="fpInicio()"><div class="mygrid-wrapper-div">
<div class="container pre-scrollable" style="margin-top:5px; min-height: 530px; background: #FFFFFF; -webkit-box-shadow: 2px 0px 10px 2px #999; -moz-box-shadow: 2px 0px 10px 2px #999; box-shadow: 2px 0px 10px 2px #999;">');
encab("../");
menu_general("");
echo utf8_Decode('
<form name="fr_usuarios" id="fr_usuarios" action="../cntller/corUsuario.php" method="post">
<div class="col-lg-12">
<table class="table table-striped table-bordered table-hover" border="1" >
<thead>
<tr>
<th colspan="2"><center>Registro de Usuarios</center></th>
</tr>
</thead>
<tr>
示例2: encabezado_menu
border-radius: 3px;
}
div[Pie] img:hover{
box-shadow: 2px 2px 15px #184B7C;
}
img[cand]:hover{
box-shadow: 1px 1px 3px green;
}
</style>
');
print encabezado_menu("");
if ($_SESSION["message"] != "") {
echo utf8_Decode('<script>setTimeout(function(){ NotificaE("' . $_SESSION["message"] . '"); }, 150);</script>');
$_SESSION["message"] = "";
}
echo utf8_Decode('
<link rel="stylesheet" href="css/bootstrap-social/bootstrap-social.css">
<script>
function fpmuestravision()
{
var titulo="' . $titulo . '";
var texto="' . $texto . '";
document.getElementById("modiTitulo").innerHTML=titulo;
document.getElementById("modiTexto").innerHTML=texto;
}