Пример #1
0
<?php

session_start();
require_once "../modelo/tipo.cls.php";
require_once "../modelo/clientela.cls.php";
require_once "../config.cls.php";
$config = new clsConfig();
$quant = $config->GetQuantCharManifestacao();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="../favicon.ico">
<title>VOX Sistema de Ouvidoria - Modo Manifestando - &quot;Fa&ccedil;a sua manifesta&ccedil;&atilde;o!!!&quot;</title>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/ajax/modo_manifestando.ajax.js"></script>
<script type="text/javascript" src="js/mascara.js"></script>
<link href="estilo/estilo.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript">
function limiteTexto(limiteCampo, limiteContador, limite) {
	if (limiteCampo.value.length > limite) {
		limiteCampo.value = limiteCampo.value.substring(0, limite);
	} else {
		limiteContador.value = limite - limiteCampo.value.length;
	}
}
</script>
<style type="text/css">
<!--