コード例 #1
0
ファイル: detalle.php プロジェクト: cromosrepes/plantilla
<h1><?php 
echo $title;
?>
</h1>
<style type="text/css">
	textarea{resize:none;}
</style>
<button class="btn btn-default"><i class="glyphicon glyphicon-chevron-left"> </i> <?php 
echo $link_back;
?>
</button>
<?php 
echo enlaces($visitante, $coleccion, $autor, $usuario->nick_mostrar, $usuario->id);
?>
<br />    
<p>
<?php 
if ($visitante) {
    // -----Repes del visitante-----------
    ?>
<center>
<table class="table table-bordered">
<thead>
    <tr align="center" class="active">
    <td>
<b>Te puede ofrecer </b>
<?php 
    if ($socio && isset($te_interesa) && $te_interesa->num_rows != 0) {
        ?>
	<button class="pull-right btn btn-default btn-xs"> <a href='<?php 
コード例 #2
0
ファイル: entrada.php プロジェクト: cromosrepes/plantilla
     data-ad-client="ca-pub-8628628791781009"
     data-ad-slot="8113957311"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</center>

<?php 
}
?>
<h1><?php 
echo $title;
?>
</h1>
<?php 
enlaces($estado);
?>
<p></p>
<center>
<table class="table table-bordered table-hover">
<thead>
    <tr align="center" class="active">
        <td width="15%"><strong>Fecha</center></td>
        <td width="15%"><strong>Remitente<strong></dh>
        <td width="8%"><strong><abbr title="Indica si el mensaje a sido respondido"><i class="glyphicon glyphicon-share-alt"></i></strong></abbr></td>
        <td width="57%"><strong>Asunto</strong></td>
        <td width="5%"><strong></strong></td>
    </tr>
</thead>
<tbody>
<?php 
コード例 #3
0
ファイル: detalle.php プロジェクト: cromosrepes/plantilla
<h1><?php 
echo $title;
?>
</h1>


<script type="text/javascript">
var t_ini = new Date();
</script>
<?php 
echo enlaces($enviados, $usuario, $mensaje, $url_back_esc);
?>
<p></p>

<center>
<table class="table table-bordered">
    <tr class="active">
    	<td width=50%>Mensaje <?php 
if ($enviados == false) {
    echo "de";
} else {
    echo "para";
}
?>
:  <?php 
echo $this->estilo->NickSeriedad($usuario->nick_mostrar, $usuario->total_pos, $usuario->total_neg, $usuario->seriedad, $usuario->socio, $usuario->ultimo_login, $usuario->velocidad, $usuario->pais_id);
?>
</td>
    	<td width=50%>Enviado el: <?php 
echo $this->estilo->PintaFechaHora($mensaje[0]["f_alta"]);
?>
コード例 #4
0
ファイル: enviados.php プロジェクト: cromosrepes/plantilla
<html lang="es">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<h1><?php 
echo $title;
?>
</h1>
<?php 
echo enlaces();
?>
<p></p>
<center>
<table class="table table-bordered table-hover">
<thead>
    <tr align="center" class="active">
        <td width="15%"><strong>Fecha</strong></td>
        <td width="20%"><strong>Destinatario</strong></td>
        <td width="65%"><strong>Asunto</strong></td>
        
    </tr>
</thead>
<tbody>

<?php 
$url_esc = $this->estilo->EscapaUrl(uri_string());
$cuantos = 0;
foreach ($encabezados as $row) {
    ?>

    <?php 
    if ($row["leido"] == 0) {
        echo "<tr class='noleido'  align='center'><td>";