<?php

include 'view/Topo_content.php';
?>

<div class="limite">
<div style="position: relative; left: 40px;">

<form method='POST' enctype="multipart/form-data" action='<?php 
echo Proxy::action(CadastrarProdutoAction::$NM_ACTION);
?>
' target="_top">
	
		<label>Descrição*</label>
			<br/><input  id="<?php 
echo Proxy::encrypt('descricao');
?>
" name="<?php 
echo Proxy::encrypt('descricao');
?>
" type="text"  onfocus='ajuda(this, "ajuda_<?php 
echo Proxy::encrypt('descricao');
?>
");'/>
		<br/>
		<label>Valor*</label>
		<br/><input id="<?php 
echo Proxy::encrypt('valor');
?>
" name="<?php 
echo Proxy::encrypt('valor');
<?php

include 'view/Topo_content.php';
$id = $args->get('id');
$fachada = Fachada::getInstance();
$produto = $fachada->cadastroProduto()->buscarId($id);
?>
<div class="limite">
<form method='POST' action='<?php 
echo Proxy::action(AtualizarProdutoAction::$NM_ACTION);
?>
' target="_top">
	
	<input type="hidden" name="id" value="<?php 
echo $id;
?>
"/>
				
		<label class="control-label" for="<?php 
echo Proxy::encrypt('descricao');
?>
">Descrição*</label>
			<input id="<?php 
echo Proxy::encrypt('descricao');
?>
" value='<?php 
echo $produto->getDescricao();
?>
' name="<?php 
echo Proxy::encrypt('descricao');
?>
</script>

 <?php 
if ($msg_cadastro != null) {
    ?>
	        <div id="dialog" title="GLAV">
                <p>Obrigado por sua participação! Informamos que em breve entraremos em contato.</p>
            </div>
 <?php 
}
?>

 <div class="conteudo_page">

	<form class="form_cad" action='<?php 
echo Proxy::action(FaleConoscoAction::$NM_ACTION);
?>
' method="post" target="_top">
		
		<label class="altr">* Campos Obrigatórios</label>
		
		<label class="info">.: Fale Conosco :.</label>
				
		<label class="wh400">Nome: <span>*</span> </label>
		<input class="wh376" id="<?php 
echo Proxy::encrypt('nome');
?>
" name="<?php 
echo Proxy::encrypt('nome');
?>
" type="text"/>
echo $mensagem->getEmpresa();
?>
</div>
					<div>Telefone:<?php 
echo $mensagem->getTelefone();
?>
</div>
					<div>Assunto:<?php 
echo $mensagem->getAssunto();
?>
</div>
					<div>Mensagem:<?php 
echo $mensagem->getMensagem();
?>
</div>
					<br>
					<a href="<?php 
echo Proxy::page(ListagemMensagemPage::$NM_PAGINA);
?>
">Listagem</a>
					<a href="<?php 
echo Proxy::action(RemoverMensagemAction::$NM_ACTION, array(Proxy::encrypt('id') => $mensagem->getId()));
?>
">Excluir</a><br>
				</div>
		</div>
    
</div>

<?php 
include 'rodape.php';
    echo Proxy::action(RemoverProdutoCarrinhoAction::$NM_ACTION, array(Proxy::encrypt('id_produto') => $produto->getId()));
    ?>
"> <img alt="" src="template/css/img/remove.png"/> </a> </td>
				</tr>
			</tbody>
			
		<?php 
}
?>
		</table>
		
		<?php 
if ($produtos) {
    ?>
					<a class="link_confirmar" href="<?php 
    echo Proxy::action(FecharReservasAction::$NM_ACTION);
    ?>
">Fechar Reservas</a>
		<?php 
}
?>
		
	</div>
	
	<div class="clr"></div>
	<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br />
	<br /> <br />
	
<?php 
include 'view/rodape.php';
?>
예제 #6
0
<script type="text/javascript">

$(function() {
	$("#telefone").mask("(99)9999-9999");
	$("#celular").mask("(99)9999-9999");
	$("#cep").mask("99.999-999");
	$("#cpf").mask("999.999.999-99");
  });


</script>

<form class="form_cad" method='POST' action='<?php 
echo Proxy::action(CadastroUsuarioAction::$NM_ACTION);
?>
' onsubmit="return validarCadastroForm();" target="_top">
	
	<label class="altr">* Campos Obrigatórios</label>
	<br/>
	<label><strong>Dados Pessoais</strong></label>
	<br/>
	<br/>
				
	<label class="wh400">Nome: <span>*</span> </label>
	<label class="wh200">CPF: <span>*</span> </label>
	<label class="wh200">RG: <span>*</span> </label>
	
	<input class="wh377 epc" id="<?php 
echo Proxy::encrypt('nome');
?>
" name="<?php 
<form class="form_cad" method='POST' action='<?php 
echo Proxy::action(AtualizarPerfilAction::$NM_ACTION);
?>
' target="_top">
	
	<label class="altr">* Campos Obrigatórios</label>
	<br/>
	<label><strong>Dados Pessoais</strong></label>
	<br/>
	<br/>
				
	<label class="wh400">Nome: <span>*</span> </label>
	<label class="wh200">CPF: <span>*</span> </label>
	<label class="wh200">RG: <span>*</span> </label>
	
	<input class="wh377 epc" id="<?php 
echo Proxy::encrypt('nome');
?>
" value='<?php 
echo $usuario->getNome();
?>
' name="<?php 
echo Proxy::encrypt('nome');
?>
" type="text"  onfocus='ajuda(this, "ajuda_<?php 
echo Proxy::encrypt('nome');
?>
");'/>
	<input class="wh176 epc" id="<?php 
echo Proxy::encrypt('cpf');
?>
예제 #8
0
<form class="form-inline" method='POST' action='<?php 
echo Proxy::action(LoginAction::$NM_ACTION);
?>
'   onsubmit="return validarLoginForm();" target="_top">
	<label>Email:</label>
	<label>Senha:</label>
	<input id="<?php 
echo Proxy::encrypt('login_email');
?>
" name="<?php 
echo Proxy::encrypt('email');
?>
" type="text"  onfocus='ajuda(this, "ajuda_<?php 
echo Proxy::encrypt('login_email');
?>
");'/>
	<input id="<?php 
echo Proxy::encrypt('login_senha');
?>
" name="<?php 
echo Proxy::encrypt('senha');
?>
" type="password"  onfocus='ajuda(this, "ajuda_<?php 
echo Proxy::encrypt('login_senha');
?>
");'/>
	<button type="submit" class='btn btn-primary btn-large'>Entrar</button>
	<br/>
	<a href="<?php 
echo Proxy::page(CadastroUsuarioPage::$NM_PAGINA);
?>
    echo $foto->getNomeArquivo();
    ?>
"/>
			    </a>
			<?php 
    $i++;
    ?>
		    <?php 
}
?>
		</div>
	
		<div class="right_detalhar">
			
			<form action="<?php 
echo Proxy::action(ReservarProdutoAction::$NM_ACTION);
?>
" method="post" name="form_reserva">

				<input type="hidden" name="id" value="<?php 
echo $produto->getId();
?>
">
			
				<h3><?php 
echo $produto->getDescricao();
?>
</h3>
				
				<p> <strong> Valor do Aluguel </strong> R$ <?php 
echo $produto->getValor();
</script>

 <?php 
if ($msg_cadastro != null) {
    ?>
	        <div id="dialog" title="GLAV">
                <p>Cadastro Efetuado com Sucesso! Informamos que em breve entraremos em contato!</p>
            </div>
 <?php 
}
?>

 <div class="conteudo_page">

	<form class="form_cad" action='<?php 
echo Proxy::action(CadastrarEmpreendimentoAction::$NM_ACTION);
?>
' method="post" target="_top">
		
		<label class="altr">* Campos Obrigatórios</label>
		
		<label class="info">.: Dados da empresa :.</label>
				
		<label class="wh400">Razão Social: <span>*</span> </label>
		<label class="wh100">CNPJ: <span>*</span></label>
		
		<input class="wh376" id="<?php 
echo Proxy::encrypt('razao_social');
?>
" name="<?php 
echo Proxy::encrypt('razao_social');
예제 #11
0
		
		<div class="div_links_logout">
		<?php 
$usuario = SessionManager::getUser();
if (!$usuario) {
    ?>
			<div class="content_form_login">
			<?php 
    include 'view/form/LoginForm.php';
    ?>
			</div>
			<?php 
} else {
    ?>
			<a href="<?php 
    echo Proxy::action(LogoutAction::$NM_ACTION);
    ?>
">Sair</a>
				<?php 
}
?>
		</div>

		<div class="clr"></div>

	</div>

</div>

<div class="limite">
</script>

 <?php 
if ($msg_cadastro != null) {
    ?>
	        <div id="dialog" title="GLAV">
                <p>Cadastro Efetuado com Sucesso! Informamos que em breve entraremos em contato!</p>
            </div>
 <?php 
}
?>

<div class="conteudo_page">

	<form class="form_cad" action='<?php 
echo Proxy::action(CadastrarPessoaAction::$NM_ACTION);
?>
' method="post" target="_top">
		
		<label class="altr">* Campos Obrigatórios</label>
		
		<label class="info">.: Dados pessoais :.</label>
		
		<label class="wh400">Nome: <span>*</span> </label>
		<label class="wh100">CPF: <span>*</span></label>
		
		<input class="wh376" id="<?php 
echo Proxy::encrypt('nome');
?>
" name="<?php 
echo Proxy::encrypt('nome');