%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/projetos/rrsos.com.br/
Upload File :
Create Path :
Current File : /var/www/projetos/rrsos.com.br/imprimir.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<?php
include_once('inc/config.php');

$data_publicacao = isset($_POST['data_publicacao']) ? urldecode($_POST['data_publicacao']) : '';
$titulo = isset($_POST['titulo']) ? urldecode($_POST['titulo']) : '';
$versiculo = isset($_POST['versiculo']) ? urldecode($_POST['versiculo']) : '';
$referencia = isset($_POST['referencia']) ? urldecode($_POST['referencia']) : '';
$mensagem = isset($_POST['mensagem']) ? urldecode($_POST['mensagem']) : '';

$data_formatada = date('d/m/Y', strtotime($data_publicacao));

?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt" lang="pt">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>RRSOS</title>

        <link rel="stylesheet" type="text/css" href="css/imprimir.css" />
    </head>
    <body>
        <div style="margin: 10px; text-align: justify;width: 650px;">
            <h1 style="font-weight:bold; display: block;  font-size: 14pt;text-transform: uppercase;clear: both;"><?php echo $data_formatada; ?> - <?php echo $titulo; ?></h1>
            <h2 style="float: left; display: block; font-style: italic; clear: both;margin-bottom: 10px;font-size: 11pt;"><?php echo $versiculo; ?></h2>
            <h2 style="float: right; display: block;clear: both;font-weight: bold;font-size: 11pt;"><?php echo $referencia; ?></h2>

            <div class="clearfix" style="float: left;margin-top: 20px;font-size: 11pt;">
                <?php echo $mensagem; ?>
            </div>
        </div>
    </body>
</html>

Zerion Mini Shell 1.0