Exemplo n.º 1
0
											</tr>
											<tr>
												<td colspan=2>
												    <label class="titulo_dorado">Asunto: </label><label class="titulo_blanco"><?php 
                    echo $RowSMS['asunto'];
                    ?>
</label>
												</td>
											</tr>
										</table>
									    <table class="registro_impar" cellpadding=0 cellspacing=0 border=0 width="100%">
										    <tr>
											    <td>
											        <div style="height: 137px; overflow: auto">
													    <?php 
                    echo busca_links($RowSMS['texto']);
                    ?>
													</div>
												</td>
											</tr>
										</table>
										<script language="JavaScript">
										    function sms_send(nick)
											{
											    pwidth=800;
											    pheight=510;
												ptop=((window.screen.availHeight-pheight)/2);
											    pleft=((window.screen.availWidth-pwidth)/2);

											    popup('sms_send.php?id_session=<?php 
                    echo $id_session;
Exemplo n.º 2
0
</label>
						                    <?php 
                    }
                    ?>
									</td>
									<td width="65%">
									    <label class="titulo_blanco"><?php 
                    echo $RowSEL['asunto'];
                    ?>
</label>
									</td>
								</tr>
								<tr>
								    <td colspan=2 style="padding:6px;">
					                    <?php 
                    echo busca_links($RowSEL['texto']);
                    ?>
									</td>
								</tr>
								<tr>
								    <td style="text-align:left">
								        <script language="JavaScript">
								            function editar(id_m)
								            {
								                pwidth=800;
											    pheight=510;
												ptop=((window.screen.availHeight-pheight)/2);
											    pleft=((window.screen.availWidth-pwidth)/2);

											    popup('mensajes_comunidad_editar.php?id_session=<?php 
                    echo $id_session;
Exemplo n.º 3
0
                case 3:
                    ?>
												<label class="on" style="font-size: 14px;">Baja</label>
										        <?php 
                    break;
            }
            ?>
									</td>
								</tr>
							</table>
						    <table class="registro_impar" cellpadding=0 cellspacing=0 border=0 width="100%">
							    <tr>
								    <td>
								        <div style="height: 137px; overflow: auto; padding: 4px;">
										    <?php 
            echo busca_links($RowNOTE['texto']);
            ?>
										</div>
									</td>
								</tr>
							</table>
							<table cellpadding=0 cellspacing=0 border=0 width="100%">
								<tr>
									<td style="text-align:right">
									    <label class="titulo_dorado">Fecha: </label><label class="titulo_blanco"><?php 
            echo date("d-m-Y H:i:s", $RowNOTE['fecha']);
            ?>
</label>
									</td>
								</tr>
							</table>